[FIX] Add read access to invoice

This commit is contained in:
Maxime Chambreuil
2018-06-26 16:10:27 -05:00
committed by ahenriquez
parent b3f75d4348
commit a1e7db197d
6 changed files with 12 additions and 43 deletions

View File

@@ -12,6 +12,7 @@
'depends': ['account', 'rma'],
'demo': ['demo/rma_operation.xml'],
'data': [
'security/ir.model.access.csv',
'views/rma_order_view.xml',
'views/rma_operation_view.xml',
'views/rma_order_line_view.xml',
@@ -21,5 +22,5 @@
'wizards/rma_refund.xml',
],
'installable': True,
'auto_install': True,
'auto_install': False,
}