mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX] Add read access to invoice
This commit is contained in:
committed by
ahenriquez
parent
b3f75d4348
commit
a1e7db197d
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user