[REF] moved view xml file to new folder views

This commit is contained in:
Renato
2019-08-04 19:49:03 -03:00
parent f258bf6fdb
commit b762af222d
2 changed files with 1 additions and 1 deletions

View File

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