Browse Source
[MIG] account_financial_report: Migration to 12.0
[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 herepull/559/head
Wolfgang Pichler
6 years ago
committed by
Pedro M. Baeza
23 changed files with 94 additions and 61 deletions
-
3account_financial_report/__manifest__.py
-
3account_financial_report/menuitems.xml
-
4account_financial_report/report/abstract_report.py
-
4account_financial_report/report/abstract_report_xlsx.py
-
2account_financial_report/report/aged_partner_balance.py
-
2account_financial_report/report/general_ledger.py
-
2account_financial_report/report/journal_ledger.py
-
2account_financial_report/report/open_items.py
-
4account_financial_report/report/trial_balance.py
-
2account_financial_report/report/vat_report.py
-
40account_financial_report/static/src/js/account_financial_report_backend.js
-
13account_financial_report/tests/abstract_test.py
-
4account_financial_report/tests/test_aged_partner_balance.py
-
17account_financial_report/tests/test_general_ledger.py
-
6account_financial_report/tests/test_journal_ledger.py
-
4account_financial_report/tests/test_open_items.py
-
8account_financial_report/tests/test_trial_balance.py
-
16account_financial_report/tests/test_vat_report.py
-
5account_financial_report/wizard/general_ledger_wizard.py
-
6account_financial_report/wizard/trial_balance_wizard.py
-
1oca_dependencies.txt
-
1setup/account_financial_report/odoo/addons/account_financial_report
-
6setup/account_financial_report/setup.py
@ -1 +1,2 @@ |
|||
server-ux |
|||
reporting-engine |
@ -0,0 +1 @@ |
|||
../../../../account_financial_report |
@ -0,0 +1,6 @@ |
|||
import setuptools |
|||
|
|||
setuptools.setup( |
|||
setup_requires=['setuptools-odoo'], |
|||
odoo_addon=True, |
|||
) |
Write
Preview
Loading…
Cancel
Save
Reference in new issue