mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-26 02:42:01 +02:00
14 lines
456 B
XML
14 lines
456 B
XML
<odoo noupdate="1">
|
|
|
|
<record id="group_show_tax_exempt_exempt_number_exempt_code" model="res.groups">
|
|
<field name="name">Show Tax Exempt/Exemption number/Exemption code </field>
|
|
<field
|
|
name="comment"
|
|
>Show the Exemption fields on SO and Invoice and Contact</field>
|
|
<field
|
|
name="users"
|
|
eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"
|
|
/>
|
|
</record>
|
|
|
|
</odoo>
|