14 lines
242 B
Python
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",
|
|
)
|