[REF] Organized files

This commit is contained in:
Renato Lima
2019-07-17 15:39:46 -03:00
committed by Renato
parent a75e14dc8d
commit f4f99647d2
7 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record id="labour_cost_profile_rule" model="ir.rule">
<field name="name">Labour Cost Profile multi-company</field>
<field name="model_id" ref="model_labour_cost_profile"/>
<field name="domain_force">['|', ('company_id', '=', False), ('company_id', 'child_of', [user.company_id.id])]</field>
</record>
</odoo>