diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-09 15:10:47 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-09 15:10:47 +0700 |
| commit | 9a5b528c2d5afc4b6f1da30e14167b0bc33ae923 (patch) | |
| tree | a4a48e6348cdb4812ca71356bfd4fa4ceb137698 /indoteknik_custom/__manifest__.py | |
| parent | 072694ec9464142ff1029ea4b070496e513c03c6 (diff) | |
| parent | eababb6272797427353ccc5a58609ceac6ceea1c (diff) | |
Merge branch 'export-ledger' into production
# Conflicts:
# indoteknik_custom/__manifest__.py
# indoteknik_custom/models/__init__.py
# indoteknik_custom/models/account_financial_report.py
# indoteknik_custom/models/account_general_ledger.py
# indoteknik_custom/models/account_report_general_ledger.py
# indoteknik_custom/views/account_financial_report_view.xml
# indoteknik_custom/views/account_report_general_ledger_view.xml
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
| -rwxr-xr-x | indoteknik_custom/__manifest__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 252d92b4..18031c25 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -84,6 +84,8 @@ 'views/product_sla.xml', 'views/voucher.xml', 'views/bill_receipt.xml', + 'views/account_financial_report_view.xml', + 'views/account_report_general_ledger_view.xml', 'views/account_move_multi_update.xml', 'views/airway_bill.xml', 'views/product_attribute_value.xml', |
