mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
FIX rma_sale only include demo data when needed
This commit is contained in:
@@ -15,10 +15,12 @@
|
|||||||
],
|
],
|
||||||
'data': [
|
'data': [
|
||||||
'security/ir.model.access.csv',
|
'security/ir.model.access.csv',
|
||||||
'data/rma_demo.xml',
|
|
||||||
'views/rma_views.xml',
|
'views/rma_views.xml',
|
||||||
'wizard/rma_lines_views.xml',
|
'wizard/rma_lines_views.xml',
|
||||||
],
|
],
|
||||||
|
'demo': [
|
||||||
|
'data/rma_demo.xml',
|
||||||
|
],
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'application': False,
|
'application': False,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user