account-closing/account_invoice_start_end_dates/__manifest__.py

20 lines
754 B
Python
Raw Normal View History

2021-03-12 16:20:41 +00:00
# Copyright 2016-2020 Akretion France (http://www.akretion.com/)
# Copyright 2018-2020 Camptocamp
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Invoice Start End Dates",
2021-12-12 03:12:24 +00:00
"version": "2.0.1.1.0",
2021-03-12 16:20:41 +00:00
"category": "Accounting & Finance",
"license": "AGPL-3",
"summary": "Adds start/end dates on invoice/move lines",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://gitlab.com/flectra-community/account-closing",
"depends": ["account"],
"data": ["views/account_move.xml", "views/product_template.xml"],
"demo": ["demo/product_demo.xml"],
"installable": True,
}