Files
server-backend/base_global_discount/__manifest__.py
Ernesto Tejeda 6d03cff6ac [MIG] base_global_discount: Migration to 13.0
[UPD] Update base_global_discount.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-backend-13.0/server-backend-13.0-base_global_discount
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_global_discount/
2022-12-29 09:12:39 +01:00

21 lines
646 B
Python

# Copyright 2019 Tecnativa S.L. - David Vidal
# Copyright 2020 Xtendoo - Manuel Calero
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Base Global Discount",
"version": "13.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,
}