Subject |
[IMP] account_payment_pro_bundle: create bundle journal on install 1. Implementation of a post_init_hook in account_payment_pro_bundle/init.py that creates bundle journals for all companies after module installation, similar to the hook pattern used in the referenced l10n_ar_account_tax_settlement (https://github.com/ingadhoc/odoo-argentina-ee/blob/18.0/l10n_ar_account_tax_settlement/hooks.py). 2. Additional changes include: • Version bump in account_payment_pro/manifest.py (18.0.1.5.0 to 18.0.1.6.0) • Added post_init_hook declaration in the manifest file • Modified account_chart_template.py to remove template_code parameter and improve code formatting • Enhanced error handling in account_payment.py for bundle method references |