[ADD] module attribute_usability

This commit is contained in:
David Beal
2016-03-16 17:37:08 +01:00
parent ecf5f6f843
commit b0110ca542
6 changed files with 83 additions and 0 deletions

View File

@@ -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,
}