Files
2026-09-18 13:55:25 +07:00

14 lines
242 B
Python

from . import models
from . import wizard
def uninstall_hook(env):
env["res.partner"]._clear_removed_edi_formats(
"facturx",
"nlcius",
"ubl_a_nz",
"ubl_bis3",
"ubl_sg",
"xrechnung",
)