mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 18:22:04 +00:00
13 lines
393 B
XML
13 lines
393 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<flectra>
|
|
<function model="ir.model.data" name="_update_xmlids">
|
|
<value
|
|
model="base"
|
|
eval="[{
|
|
'xml_id': 'partner_company_group.view_account_invoice_filter',
|
|
'record': obj().env.ref('account_partner_company_group.view_account_invoice_filter'),
|
|
}]"
|
|
/>
|
|
</function>
|
|
</flectra>
|