← Back to team overview

c2c-oerpscenario team mailing list archive

Re: [Bug 689538] Re: [6.0-rc1] Tools.convert error when creating new base

 

Hello,

I just update all resouces (server, addons, extra-addons and web),

I've now the followings vesions:

server : 4000
addons : 3102
extra-addons : 5183
web : 4090

I then re-installed the server and the web (python setup.py install) and 
this is working fine now,

Thanks

Le 13.12.2010 12:24, AMP(OpenERP) a écrit :
> Hello Forstera,
>
> I have tested your scenario at my end. I have installed all modules in
> GTK and Web Client both and check also -u all and upgrade it. But it is
> working properly at my end. So would you check again with only Trunk-
> addons with latest code.
>
> Thanks.
>
> ** Changed in: openobject-addons
>         Status: Incomplete =>  Invalid
>

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/689538

Title:
  [6.0-rc1] Tools.convert error when creating new base

Status in OpenObject Addons Modules:
  Invalid

Bug description:
  Hello,

I just tried to create a new base with the updated code of this morning and here's the error  I get ;

on the display : 

Warning : Error occured while validating the field(sO res_model, src_model: Invalid model name in the action defintion

and on the server :

[2010-12-13 09:17:11,785][mwp_06] ERROR:tools.convert.xml_import:Parse error in /usr/local/lib/python2.6/dist-packages/openerp-server/addons/marketing/marketing_view.xml:40:
<record id="action_marketing_installer" model="ir.actions.act_window">
            <field name="name">Marketing Applications Configuration</field>
            <field name="type">ir.actions.act_window</field>
            <field name="res_model">marketing.installer</field>
            <field name="view_id" ref="view_marketing_installer"/>
            <field name="view_type">form</field>
            <field name="view_mode">form</field>
            <field name="target">new</field>
        </record>
[2010-12-13 09:17:11,786][mwp_06] DEBUG_RPC:exception:u'warning -- ValidateError\n\nError occurred while validating the field(s) res_model,src_model: Invalid model name in the action definition.'
[2010-12-13 09:17:11,786][mwp_06] DEBUG:web-services:netrpc: rpc-dispatching exception
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/service/netrpc_server.py", line 70, in run
    result = self.dispatch(msg[0], msg[1], msg[2:])
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/netsvc.py", line 499, in dispatch
    raise OpenERPDispatcherException(e, tb_s)
OpenERPDispatcherException





References