diff --git a/product_brand_catalog/__init__.py b/product_brand_catalog/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/product_brand_catalog/__manifest__.py b/product_brand_catalog/__manifest__.py new file mode 100644 index 000000000..5db9de313 --- /dev/null +++ b/product_brand_catalog/__manifest__.py @@ -0,0 +1,37 @@ +############################################################################## +# +# Copyright (C) 2015 ADHOC SA (http://www.adhoc.com.ar) +# All Rights Reserved. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## +{ + "name": "Product Brand Catalog", + "version": "18.0.1.0.0", + "category": "Product", + "author": "ADHOC SA", + "website": "www.adhoc.com.ar", + "license": "AGPL-3", + "depends": [ + "product_brand", + ], + "demo": [], + "data": [ + "views/product_product_views.xml", + ], + "installable": True, + "auto_install": False, + "application": False, +} diff --git a/product_brand_catalog/views/product_product_views.xml b/product_brand_catalog/views/product_product_views.xml new file mode 100644 index 000000000..0860c33a7 --- /dev/null +++ b/product_brand_catalog/views/product_product_views.xml @@ -0,0 +1,19 @@ + + + + + product variant kanban catalog view: add brand + product.product + + + +
+ + + +
+
+
+
+ +