[MIG] account_financial_report: Migration to 13.0
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Account Financial Reports",
|
||||
"version": "12.0.2.0.0",
|
||||
"version": "13.0.1.0.0",
|
||||
"category": "Reporting",
|
||||
"summary": "OCA Financial Reports",
|
||||
"author": "Camptocamp SA,"
|
||||
@@ -14,7 +14,7 @@
|
||||
"ForgeFlow,"
|
||||
"Odoo Community Association (OCA)",
|
||||
"website": "https://odoo-community.org/",
|
||||
"depends": ["account", "date_range", "report_xlsx",],
|
||||
"depends": ["account", "date_range", "report_xlsx"],
|
||||
"data": [
|
||||
"wizard/aged_partner_balance_wizard_view.xml",
|
||||
"wizard/general_ledger_wizard_view.xml",
|
||||
@@ -40,7 +40,6 @@
|
||||
"view/report_aged_partner_balance.xml",
|
||||
"view/report_vat_report.xml",
|
||||
],
|
||||
"external_dependencies": {"python": ["natsort", "pandas",],},
|
||||
"installable": True,
|
||||
"application": True,
|
||||
"auto_install": False,
|
||||
|
||||
Reference in New Issue
Block a user