[REF] refactor code, attribute improvement view should be all in attribute_view instead of 2 modules

This commit is contained in:
Sébastien BEAU
2017-10-04 15:59:06 +02:00
parent 3888495071
commit 51fa6f018e
3 changed files with 39 additions and 46 deletions

View File

@@ -18,11 +18,11 @@
"bin": [],
},
"depends": [
"attribute_usability",
"product_variant_inactive",
],
"data": [
"views/product_view.xml",
"views/product_attribute_view.xml",
],
"demo": [
],