Files
intrastat-extrastat/product_harmonized_system/security/product_hs_security.xml
Alexis de Lattre 1f63ecc173 Large code re-engineering following the Akretion-Noviat code sprint on intrastat
This code has been written both by Luc de Meyer and myself.
2016-10-07 13:15:00 +02:00

13 lines
393 B
XML

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<record id="hs_code_company_rule" model="ir.rule">
<field name="name">HS Code Company rule</field>
<field name="model_id" ref="model_hs_code"/>
<field name="domain_force">['|', ('company_id', '=', False), ('company_id', 'child_of', [user.company_id.id])]</field>
</record>
</data>
</openerp>