[MIG] contract_invoice_start_end_dates to v12

This commit is contained in:
Alexis de Lattre
2020-05-15 17:32:07 +02:00
committed by Jesús Feliciano Valdez Cruz [Vauxoo]
parent 1b66d35a8c
commit 910d6a7575
9 changed files with 68 additions and 43 deletions

View File

@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
# Copyright 2019 Akretion
# Copyright 2019-2020 Akretion France (http://www.akretion.com/)
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
@@ -8,13 +7,13 @@
'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': [
],
'data': [],
'license': 'AGPL-3',
'installable': True,
}