mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2024-11-22 21:52:04 +00:00
24 lines
741 B
Python
24 lines
741 B
Python
# Copyright 2016 Akretion, Alexis de Lattre <alexis.delattre@akretion.com>
|
|
# Copyright 2018 Camptocamp
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Account Invoice Start End Dates',
|
|
'version': '2.0.1.0.0',
|
|
'category': 'Accounting & Finance',
|
|
'license': 'AGPL-3',
|
|
'summary': 'Adds start/end dates on invoice lines and move lines',
|
|
'author': 'Akretion,Odoo Community Association (OCA)',
|
|
'website': 'https://gitlab.com/flectra-community/account-closing',
|
|
'depends': [
|
|
'account',
|
|
],
|
|
'data': [
|
|
'views/account_invoice.xml',
|
|
'views/account_move.xml',
|
|
'views/product.xml',
|
|
],
|
|
'demo': ['demo/product_demo.xml'],
|
|
'installable': True,
|
|
}
|