diff --git a/attribute_usability/__init__.py b/attribute_usability/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/attribute_usability/__openerp__.py b/attribute_usability/__openerp__.py new file mode 100644 index 0000000..cd27fea --- /dev/null +++ b/attribute_usability/__openerp__.py @@ -0,0 +1,24 @@ +# coding: utf-8 +# © 2016 Akretion +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + 'name': 'Attribute Usability', + 'version': '8.0.0.0.0', + 'category': 'Product', + 'summary': "Attribute views improved", + 'description': """ +Add a form view to Attribute and Attribute Value views + +Contributors: David BEAL + """, + 'author': 'Akretion', + 'website': 'http://www.akretion.com', + 'depends': [ + 'product', + ], + 'data': [ + 'view.xml', + ], + 'installable': True, +} diff --git a/attribute_usability/i18n/attribute_usability.pot b/attribute_usability/i18n/attribute_usability.pot new file mode 100644 index 0000000..933a870 --- /dev/null +++ b/attribute_usability/i18n/attribute_usability.pot @@ -0,0 +1,16 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-16 16:14+0000\n" +"PO-Revision-Date: 2016-03-16 16:14+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + diff --git a/attribute_usability/i18n/fr.po b/attribute_usability/i18n/fr.po new file mode 100644 index 0000000..bfc90f0 --- /dev/null +++ b/attribute_usability/i18n/fr.po @@ -0,0 +1,16 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-16 16:10+0000\n" +"PO-Revision-Date: 2016-03-16 16:10+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + diff --git a/attribute_usability/static/src/description/icon.png b/attribute_usability/static/src/description/icon.png new file mode 100644 index 0000000..d2a98b3 Binary files /dev/null and b/attribute_usability/static/src/description/icon.png differ diff --git a/attribute_usability/view.xml b/attribute_usability/view.xml new file mode 100644 index 0000000..2687459 --- /dev/null +++ b/attribute_usability/view.xml @@ -0,0 +1,27 @@ + + + + + + product.attribute.value + tree,form + + + + product.attribute + tree,form + + + + + Open Attribute Usability Menu + reload + + + + + open + + + +