mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
21 lines
521 B
Python
21 lines
521 B
Python
# -*- 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,
|
|
}
|