odoo/odoo#190138
Created by fw-bot
Merged
at a4aaf38d5bcebb57f38bad8bae9c6c042c40c473
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-17.0-neutralise_l10n_jo_edi-mao-Kq6--fw
- head
- 58c51bffb6be39a6e31f6371aa6fe9c984b0b6bf
- merged
- 10 months ago by Alexandre Moens (mao)
odoo/odoo | |
---|---|
17.0 | #190069 |
saas-17.2 | #190120 |
saas-17.4 | #190126 |
18.0 | #190133 |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master | #190138 |
[FW][FIX] l10n_jo_edi: neutralise
This commit adds the missing neutralization necessary for the
l10n_jo_edi module introduced in 18.0 in [1] and then backported to 17.0
in [2]
The purpose of the standard neutralization framework is to allow us to
create database copies that will not interact with external systems in
ways that could impact the production database (or if it is not possible
to prevent the interactions, make sure that they are benign or won't
result in actual changes), or impact the customers of the operator of
the production database.
This is mainly useful to allow safe support investigation on database
duplicates.
Forward-Port-Of: #190069