Merge PR #1186 into 13.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2021-06-26 09:37:26 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
{
"name": "Stock Request",
"summary": "Internal request for stock",
"version": "13.0.1.4.1",
"version": "13.0.1.5.1",
"license": "LGPL-3",
"website": "https://github.com/stock-logistics-warehouse",
"author": "ForgeFlow, Odoo Community Association (OCA)",

View File

@@ -40,7 +40,7 @@
<field name="global" eval="True" />
<field
name="domain_force"
>['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
>['|',('company_id', 'in', company_ids),('company_id','=',False)]</field>
</record>
<record id="stock_request_followers_rule" model="ir.rule">
<field name="name">Follow Stock Request</field>

View File

@@ -3,7 +3,7 @@
{
"name": "Stock Reservation Rules",
"summary": "Configure reservation rules by location",
"version": "13.0.1.3.0",
"version": "13.0.1.4.0",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Stock Management",

View File

@@ -5,6 +5,6 @@
<field name="model_id" ref="model_stock_reserve_rule" />
<field
name="domain_force"
>['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
>['|',('company_id', 'in', company_ids),('company_id','=',False)]</field>
</record>
</odoo>