Skip to content
Snippets Groups Projects
Commit 3613b74d authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] point_of_sale: missing multi-company rule

parent 5b2f13ab
Branches
Tags
No related merge requests found
......@@ -25,5 +25,11 @@
<field name="global" eval="True" />
<field name="domain_force">['|',('shop_id.company_id','=',False),('shop_id.company_id','child_of',[user.company_id.id])]</field>
</record>
<record id="rule_pos_order_report_multi_company" model="ir.rule">
<field name="name">Point Of Sale Order Analysis multi-company</field>
<field name="model_id" ref="model_report_pos_order"/>
<field name="global" eval="True"/>
<field name="domain_force">['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
</record>
</data>
</openerp>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment