-
- Downloads
[FIX] l10n_fr_pos_cert: fpos settings
The computation of hash integrity depends on the field
`tax_ids_after_fiscal_position`. However, this field is computed, but
not stored.
It means that if one modifies a fiscal position used in the POS, the
computation of `tax_ids_after_fiscal_position` will change.
Consequently, the hash computation of the order will be modified, and
the hash integrity of the journal will be corrupted.
We prevent the modification of the taxes implied in a fiscal position if
any POS order use it.
Closes #32665
opw-1969009
closes odoo/odoo#32701
Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
Showing
- addons/l10n_fr_pos_cert/i18n/l10n_fr_pos_cert.pot 12 additions, 1 deletionaddons/l10n_fr_pos_cert/i18n/l10n_fr_pos_cert.pot
- addons/l10n_fr_pos_cert/models/__init__.py 2 additions, 1 deletionaddons/l10n_fr_pos_cert/models/__init__.py
- addons/l10n_fr_pos_cert/models/account_fiscal_position.py 19 additions, 0 deletionsaddons/l10n_fr_pos_cert/models/account_fiscal_position.py
Please register or sign in to comment