mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
10 lines
378 B
XML
10 lines
378 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo noupdate="1">
|
|
<record id="group_intrastat_product_generic" model="res.groups">
|
|
<field name="name">Generic Intrastat Product Declaration</field>
|
|
</record>
|
|
<record id="base.user_admin" model="res.users">
|
|
<field eval="[(4, ref('group_intrastat_product_generic'))]" name="groups_id" />
|
|
</record>
|
|
</odoo>
|