Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4737 มุมมอง

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

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
ODOO 18 Upgrade แก้ไขแล้ว
2
มิ.ย. 25
9262
2
ส.ค. 23
9586
0
ก.ค. 22
1759
1
ต.ค. 17
5260
When should I perform an update? แก้ไขแล้ว
1
ก.พ. 17
5176