c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08450
[Bug 689538] Re: [6.0-rc1] Tools.convert error when creating new base
so, I tried to create a new database without the marketing application.
This time this is the module point of sale ... so I don't think these
are the modules themselves that have a problem but anything else ...
Thanks
2010-12-16 15:56:41,226][mwp_14] INFO:init:module point_of_sale: loading security/ir.model.access.csv
[2010-12-16 15:56:41,304][mwp_14] INFO:init:module point_of_sale: loading wizard/pos_details.xml
[2010-12-16 15:56:41,335][mwp_14] DEBUG:translate:no translation language detected, skipping translatio n for "'Invalid model name in the action definition.'"
[2010-12-16 15:56:41,335][mwp_14] DEBUG:translate:no translation language detected, skipping translatio n for "'Error occurred while validating the field(s) %s: %s'"
[2010-12-16 15:56:41,335][mwp_14] ERROR:tools.convert.xml_import:Parse error in /usr/local/lib/python2. 6/dist-packages/openerp-server/addons/point_of_sale/wizard/pos_details.xml:26:
<record id="action_report_pos_details" model="ir.actions.act_window">
<field name="name">Sale Details</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">pos.details</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
</record>
[2010-12-16 15:56:41,336][mwp_14] DEBUG_RPC:exception:u'warning -- ValidateError\n\nError occurred whil e validating the field(s) res_model,src_model: Invalid model name in the action definition.'
[2010-12-16 15:56:41,336][mwp_14] 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 ru n
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
[2010-12-16 15:56:52,831][mwp_13] DEBUG:timers:Run ir.cron._poolJobs(*('mwp_13',), **{})
[2010-12-16 15:56:53,832][mwp_13] DEBUG:timers:Run ir.cron._poolJobs(*('mwp_13',), **{})
** Changed in: openobject-addons
Status: Invalid => New
--
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:
New
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