26 lines
619 B
Python
26 lines
619 B
Python
# 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': """
|
|
- Create filter dynamically for each attributes in attribute values search view
|
|
- 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': False,
|
|
}
|