mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[ADD] base_global_discount: New Module 11.0
This commit is contained in:
22
base_global_discount/__manifest__.py
Normal file
22
base_global_discount/__manifest__.py
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user