Remove stock.xml file

Since 65afa17 remove depends file and issue4080 add default inventory rule
#163075
This commit is contained in:
Raimon Esteve 2023-10-30 12:36:27 +01:00
parent cc6bbaf009
commit 8bb8082cad
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data depends="stock">
<!-- rule in case has not issue4482.diff patch -->
<record model="ir.rule" id="stock.rule_inventory">
<field name="domain" eval="[('company', 'in', Eval('user', {}).get('companies', []))]" pyson="1"/>
</record>
</data>
</tryton>