跳至内容
菜单
此问题已终结
1 回复
4723 查看

I'm upgrading a third party contract module to Odoo 13. While the process I'm stuck on this error:

 raise ValueError('External ID not found in the system: %s' % xmlid)
odoo.tools.convert.ParseError: "<class 'ValueError'>: "External ID not found in the system: account.group_account_move" while evaluating
"[(4, ref('account.group_account_move'))]"" while parsing /home/nizar/workspace/odoo/contract/contract/security/groups.xml:5, near
<odoo>

    <record id="can_terminate_contract" model="res.groups">
        <field name="name">Contract: Can Terminate Contracts</field>
        <field name="implied_ids" eval="[(4, ref('account.group_account_move'))]"/>
    </record>

</odoo>


形象
丢弃
最佳答案

Hi,

The error says that there is no record with the external id  "account.group_account_move" in the Groups table.

so just remove that line from the code or adjust code accordingly .


Thanks

形象
丢弃
相关帖文 回复 查看 活动
2
6月 25
9225
2
8月 23
9576
0
7月 22
1757
1
10月 17
5257
1
2月 17
5158