odoo/odoo#190126

Created by fw-bot
Merged at 30c27709ca4ccc6ff6fe8b4fefe87115eb3b5585

Statuses:

label
odoo-dev:saas-17.4-17.0-neutralise_l10n_jo_edi-mao-vOXC-fw
head
e2d335d55a69718fe763ccb13c11e41eb1942aa6
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.

[1] #182983
[2] #176625

Forward-Port-Of: #190069