[FIX] multicompany security

the rma module had company_id fields on rma.order and rma.order.line but not on rma.operation,
and no global multicompany record rules.

-> we fix this and avoid a mess with people allowed to see an operation in the drop down list
but unable to use it because if points to a warehouse of another company
This commit is contained in:
Alexandre Fayolle
2019-06-19 00:10:34 +02:00
committed by Florian da Costa
parent fb16399812
commit 0c8bcee67d
5 changed files with 26 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
{
'name': 'RMA (Return Merchandise Authorization)',
'version': '12.0.2.0.0',
'version': '12.0.2.1.0',
'license': 'LGPL-3',
'category': 'RMA',
'summary': 'Introduces the return merchandise authorization (RMA) process '