[ADD] base_global_discount: New Module 11.0

This commit is contained in:
David
2019-08-21 12:36:02 +02:00
committed by miguel-S73
parent 6646b73334
commit d84d5d6fdb
20 changed files with 715 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 2019 Tecnativa S.L. - David Vidal
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Base Global Discount',
'version': '11.0.1.0.0',
'category': 'Base',
'author': 'Tecnativa,'
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/server-backend',
'license': 'AGPL-3',
'depends': [
'product',
],
'data': [
'security/ir.model.access.csv',
'security/security.xml',
'views/global_discount_views.xml',
'views/res_partner_views.xml',
],
'application': False,
'installable': True,
}