Skip to Content
Menú
This question has been flagged
1 Respondre
4733 Vistes

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>


Avatar
Descartar
Best Answer

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

Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de juny 25
9249
2
d’ag. 23
9581
0
de jul. 22
1758
1
d’oct. 17
5259
1
de febr. 17
5170