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

9 lines
208 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import models
from . import tools
def uninstall_hook(env):
env["res.partner"]._clear_removed_edi_formats("it_edi_xml")