From 3608d70791b6e127fbc491ee1f35e7f95f34d1ea Mon Sep 17 00:00:00 2001 From: Juan Carreras Date: Thu, 24 Jun 2021 15:47:41 -0300 Subject: [PATCH] [FIX]stock_request: fix rule because of multicompany scheme change --- stock_request/__manifest__.py | 2 +- stock_request/security/stock_request_security.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index 6bb8fdcc1..409bf9045 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -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)", diff --git a/stock_request/security/stock_request_security.xml b/stock_request/security/stock_request_security.xml index fd1bab2b1..70701fec1 100644 --- a/stock_request/security/stock_request_security.xml +++ b/stock_request/security/stock_request_security.xml @@ -40,7 +40,7 @@ ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + >['|',('company_id', 'in', company_ids),('company_id','=',False)] Follow Stock Request