← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Hello,
after updating my code again with the following versions :

server : 3119
addons : 4016 
extra-addons : 5097
web : 4120

I tried to create a new database. After having  choosen the applications
(all in my case), and clicked on install, I got the problem again ..

[2010-12-16 13:36:03,507][mwp_13] INFO:init:module base_action_rule: no quality certificate
[2010-12-16 13:36:03,509][mwp_13] INFO:init:module knowledge: no quality certificate
[2010-12-16 13:36:03,510][mwp_13] INFO:init:module base_calendar: no quality certificate
[2010-12-16 13:36:03,512][mwp_13] INFO:init:module marketing: no quality certificate
[2010-12-16 13:36:03,513][mwp_13] INFO:init:module marketing: loading security/marketing_security.xml
[2010-12-16 13:36:03,543][mwp_13] INFO:init:module marketing: loading security/ir.model.access.csv
[2010-12-16 13:36:03,570][mwp_13] INFO:init:module marketing: loading marketing_view.xml
[2010-12-16 13:36:03,602][mwp_13] DEBUG:translate:no translation language detected, skipping translation for "'Invalid model name in the action definition.'"
[2010-12-16 13:36:03,603][mwp_13] DEBUG:translate:no translation language detected, skipping translation for "'Error occurred while validating the field(s) %s: %s'"
[2010-12-16 13:36:03,603][mwp_13] 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-16 13:36:03,604][mwp_13] 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-16 13:36:03,605][mwp_13] 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
[2010-12-16 13:36:56,379][mwp_13] DEBUG:timers:Run ir.cron._poolJobs(*('mwp_13',), **{})
[2010-12-16 13:36:56,383][mwp_13] DEBUG:init:loading 1 packages..
[2010-12-16 13:36:56,383][mwp_13] INFO:init:module base: loading objects

-- 
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