Delete unnecesary active=False in rule for parties.

041244
This commit is contained in:
Juanjo Garcia 2020-09-23 15:38:20 +02:00
parent 3cc980e5fb
commit a46e207eba
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ this repository contains the full copyright notices and license terms. -->
</record>
<record model="ir.rule" id="rule_party1">
<field name="domain"
eval="['OR', ('companies', 'in', [Eval('user', {}).get('company', None)]), ('companies', 'in', []), ('active', '=', False)]"
eval="['OR', ('companies', 'in', [Eval('user', {}).get('company', None)]), ('companies', 'in', [])]"
pyson="1"/>
<field name="rule_group" ref="rule_group_party"/>
</record>