[MIG] contract_price_revision: Migration to 15.0

This commit is contained in:
Carolina Fernandez
2023-09-28 07:42:40 -03:00
committed by Juanjo
parent 83b369c838
commit 5e5c12efbd
10 changed files with 36 additions and 24 deletions

View File

@@ -1,17 +1,22 @@
# Copyright 2019 Tecnativa - Vicent Cubells
# Copyright 2019 Tecnativa - Carlos Dauden
# Copyright 2023 Tecnativa - Carolina Fernandez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Contract Price Revision",
"summary": "Easy revision of contract prices",
"version": "13.0.1.0.1",
"version": "15.0.1.0.0",
"category": "Contract",
"author": "ACSONE SA/NV, Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/contract",
"depends": ["contract"],
"data": ["views/contract_line.xml", "wizards/contract_price_revision_views.xml"],
"data": [
"security/ir.model.access.csv",
"views/contract_line.xml",
"wizards/contract_price_revision_views.xml",
],
"installable": True,
"development_status": "Production/Stable",
"maintainers": ["carlosdauden"],