forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__openerp__.py
More file actions
26 lines (25 loc) · 798 Bytes
/
__openerp__.py
File metadata and controls
26 lines (25 loc) · 798 Bytes
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
# -*- coding: utf-8 -*-
# (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel
# (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
'name': "Sale Packaging Price",
'category': 'Sales Management',
'version': '8.0.1.0.0',
'depends': ['sale_stock'],
'data': [
'views/product_view.xml',
'views/sale_stock_view.xml',
'views/sale_packaging_price_menu.xml',
'security/ir.model.access.csv',
],
'demo': [
'demo/sale_packaging_price_demo.xml',
],
'author': 'Antiun Ingeniería S.L., '
'Incaser Informatica S.L., '
'Odoo Community Association (OCA)',
'website': 'http://www.incaser.es',
'license': 'AGPL-3',
'installable': True,
}