mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Reactivate company rules in account_payment_order
This commit is contained in:
committed by
Carlos Roca
parent
9e8cf368e5
commit
8200535270
@@ -14,7 +14,6 @@
|
||||
|
||||
<data noupdate="1">
|
||||
|
||||
<!--
|
||||
<record id="account_payment_order_company_rule" model="ir.rule">
|
||||
<field name="name">Payment order multi-company rule</field>
|
||||
<field name="model_id" ref="model_account_payment_order"/>
|
||||
@@ -26,7 +25,6 @@
|
||||
<field name="model_id" ref="model_account_payment_line"/>
|
||||
<field name="domain_force">['|', ('company_id', '=', False), ('company_id', 'child_of', [user.company_id.id])]</field>
|
||||
</record>
|
||||
-->
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
|
||||
Reference in New Issue
Block a user