[REF] Separate xml views in new files

This commit is contained in:
Renato
2019-08-04 20:24:14 -03:00
parent 4437afb7d5
commit fa22c63176
6 changed files with 248 additions and 212 deletions

View File

@@ -28,7 +28,11 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'depends': ['product'],
'data': [
'security/product_security.xml',
'views/product_supplierinfo_view.xml',
'views/product_price_history_view.xml',
'views/product_pricelist_view.xml',
'views/product_template_view.xml',
'views/product_view.xml',
],
],
'installable': True,
}