[MIG] contract_invoice_start_end_dates: Migration to 14.0

This commit is contained in:
Chafique
2022-05-12 18:24:34 +02:00
committed by Jesús Feliciano Valdez Cruz [Vauxoo]
parent 2c99ebf346
commit c5f186d54d
8 changed files with 69 additions and 33 deletions

View File

@@ -2,18 +2,17 @@
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
'name': 'Contract Invoice Start End Dates',
'version': '12.0.1.0.0',
'category': 'Contract Management',
'author': 'Akretion, '
'Odoo Community Association (OCA)',
'maintainers': ['florian-dacosta'],
'website': 'https://github.com/OCA/contract',
'depends': [
'account_invoice_start_end_dates',
'contract',
"name": "Contract Invoice Start End Dates",
"version": "14.0.1.0.0",
"category": "Contract Management",
"author": "Akretion, Odoo Community Association (OCA)",
"maintainers": ["florian-dacosta"],
"website": "https://github.com/OCA/contract",
"depends": [
"account_invoice_start_end_dates",
"contract",
],
'data': [],
'license': 'AGPL-3',
'installable': True,
"data": [],
"license": "AGPL-3",
"installable": True,
}