[MIG] account_financial_report: Migration to 12.0
[IMP] Reformated one query to avoid one sql injection warning message - but no sql injection was possible here
This commit is contained in:
committed by
chaule97
parent
3de3a119e5
commit
9f9211b6ea
@@ -4,7 +4,7 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
'name': 'Account Financial Reports',
|
||||
'version': '11.0.2.5.0',
|
||||
'version': '12.0.1.0.0',
|
||||
'category': 'Reporting',
|
||||
'summary': 'OCA Financial Reports',
|
||||
'author': 'Camptocamp SA,'
|
||||
@@ -15,7 +15,6 @@
|
||||
"website": "https://odoo-community.org/",
|
||||
'depends': [
|
||||
'account',
|
||||
'account_invoicing',
|
||||
'date_range',
|
||||
'report_xlsx',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user