Files
account-financial-tools/account_move_print/__manifest__.py
Andrea Gidalti e4b09cb88a [MIG] account_move_print: Migration to 17.0
- Update version.
- Change use of t-esc to t-out since latter was deprecated since v15.0.
2023-12-05 04:46:09 +00:00

17 lines
602 B
Python

# Copyright 2017-20 ForgeFlow S.L. (https://www.forgeflow.com)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": "Account Move Print",
"version": "17.0.1.0.0",
"category": "Accounting/Accounting",
"license": "LGPL-3",
"summary": "Adds the option to print Journal Entries",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
"depends": ["account"],
"maintainers": ["JordiBForgeFlow"],
"data": ["report/journal_report.xml"],
"demo": [],
"installable": True,
}