c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08547
[Bug 689538] Re: [6.0-rc1] Tools.convert error when creating new base
Ok, I thing i found the problem which is more generic that the only one
I posted :
I downloaded to my server all modules from the trunk/addons and trunk
/addons-extra. I just see that there are same modules on both branch
(for example hr_payroll module). For my part, i downloaded first modules
from addons then modules from addonx-extra. when modules already exist,
they are deleted and replaced by the ones from extra.addons. These
modules seems not to work.
So, why same name modules are on both locations but content is different
?
Thanks
--
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:
Incomplete
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