forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__openerp__.py
27 lines (26 loc) · 825 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
26
27
# -*- coding: utf-8 -*-
# (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel
# (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden
# © 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
# License LGPL-3 - See http://www.gnu.org/licenses/lgpl
{
'name': "Sale Packaging Price",
'category': 'Sales Management',
'version': '9.0.1.0.0',
'depends': ['sale_stock'],
'data': [
'views/product_view.xml',
'views/sale_order_view.xml',
'security/ir.model.access.csv',
],
'demo': [
'demo/sale_packaging_price_demo.xml',
],
'author': 'Antiun Ingeniería S.L., '
'Incaser Informatica S.L., '
'Tecnativa, '
'Odoo Community Association (OCA)',
'website': 'http://www.tecnativa.com',
'license': 'LGPL-3',
'installable': True,
}