-
- Downloads
[FIX] l10n_cn_small_business: incorrect account type
- Create a customer invoice or a vendor bill - Add a product with any pre-defined tax The tax line is not added. This is because the account 2221 is set as 'Payable' instead of 'Current Liabilities', as it is the case in other localizations. For reference, the tax line is created then removed because: https://github.com/odoo/odoo/blob/db2e6bc600364c00e8a1d528d4b17ae052ecd41e/addons/account/models/account_move.py#L816 The line is part of `existing_terms_lines` instead of `others_lines`. opw-2089955 closes odoo/odoo#39241 Signed-off-by:Nicolas Martinelli (nim) <nim@odoo.com>
Please register or sign in to comment