mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[MIG] contract_price_revision: Migration to 15.0
This commit is contained in:
committed by
Juanjo
parent
83b369c838
commit
5e5c12efbd
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user