Files
Odoo-18.0-20251222/account_financial_report/models
SilvioC2C f3a8695c0c [FIX] account_financial_report: fix ValueError
``analytic_distribution`` is a JSON field where keys are 'account.id' or 'account.id,account.id'
Eg: https://github.com/odoo/odoo/blob/8479b4e/addons/sale/models/account_move_line.py#L158
Previous implementation tried to convert to ``int`` the ``analytic_distribution`` dict keys, leading to a ``ValueError``.
This commit fixes this bug.
2024-11-29 15:38:41 +07:00
..