Add module contract_invoice_start_end_dates

This commit is contained in:
Florian da Costa
2019-04-04 20:29:44 +02:00
committed by Jesús Feliciano Valdez Cruz [Vauxoo]
parent 04a1c1b23b
commit 1b66d35a8c
9 changed files with 553 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2019 Akretion
# 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)',
'website': 'https://github.com/OCA/contract',
'depends': [
'account_invoice_start_end_dates',
'contract',
],
'data': [
],
'license': 'AGPL-3',
'installable': True,
}