Dissable rule in case has not issue4482.diff patch

This commit is contained in:
Raimon Esteve 2021-04-27 19:34:45 +02:00
parent 1dfa92ff70
commit 65afa17e14
2 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,9 @@
this repository contains the full copyright notices and license terms. -->
<tryton>
<data depends="stock">
<!-- comment rule in case has not issue4482.diff patch -->
<!-- rule in case has not issue4482.diff patch -->
<record model="ir.rule" id="stock.rule_inventory">
<field name="domain" eval="[('company', '=', Eval('companies'))]" pyson="1"/>
<field name="domain" eval="[('company', 'in', Eval('user', {}).get('companies', []))]" pyson="1"/>
</record>
</data>
</tryton>

View File

@ -21,5 +21,4 @@ xml:
employee.xml
party.xml
shop.xml
stock.xml
messages.xml