Open monolithonadmin opened 1 month ago
When the price_include field is set to True on the account.tax model, the calculated net price on the sale order/invoice line is incorrect and we got a warning message from NAV (3.0).
NAV specification:
Odoo 17.0: https://github.com/odoo/odoo/blob/300a20b880f407b8f2374fb3944197eed16adfbc/addons/l10n_hu_edi/models/account_move.py#L895
sample:
Odoo issue: https://github.com/odoo/odoo/issues/181773
When the price_include field is set to True on the account.tax model, the calculated net price on the sale order/invoice line is incorrect and we got a warning message from NAV (3.0).