forked from OCA/product-attribute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__openerp__.py
25 lines (24 loc) · 868 Bytes
/
__openerp__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- coding: utf-8 -*-
# © 2009 NetAndCo (<http://www.netandco.net>).
# © 2011 Akretion Benoît Guillot <benoit.guillot@akretion.com>
# © 2014 prisnet.ch Seraphine Lantible <s.lantible@gmail.com>
# © 2016-Today Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
'name': 'Product Brand Manager',
'version': '9.0.1.0.0',
'category': 'Product',
'summary': "Product Brand Manager",
'author': 'NetAndCo, Akretion, Prisnet Telecommunications SA'
', MONK Software, Odoo Community Association (OCA)'
', SerpentCS Pvt. Ltd.',
'license': 'AGPL-3',
'depends': ['product'],
'data': [
'views/product_brand_view.xml',
'security/ir.model.access.csv'
],
'installable': True,
'auto_install': False
}