2017-10-12 13:42:47 +02:00
|
|
|
# Copyright 2017 ACSONE SA/NV
|
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
|
|
|
|
{
|
2021-11-02 14:36:24 +01:00
|
|
|
"name": "Account Move Fiscal Year",
|
|
|
|
"summary": """
|
2017-10-12 13:42:47 +02:00
|
|
|
Display the fiscal year on journal entries/item""",
|
2023-08-04 10:01:20 +02:00
|
|
|
"version": "16.0.1.0.0",
|
2021-11-02 14:36:24 +01:00
|
|
|
"license": "AGPL-3",
|
|
|
|
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
|
|
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
|
|
"depends": [
|
|
|
|
"account_fiscal_year",
|
2017-10-12 13:42:47 +02:00
|
|
|
],
|
2021-11-02 14:36:24 +01:00
|
|
|
"data": [
|
|
|
|
"views/account_move.xml",
|
|
|
|
"views/account_move_line.xml",
|
2017-10-12 13:42:47 +02:00
|
|
|
],
|
|
|
|
}
|