8 lines
155 B
Python
8 lines
155 B
Python
from . import controllers
|
|
from . import models
|
|
from . import wizard
|
|
|
|
|
|
def uninstall_hook(env):
|
|
env["res.partner"]._clear_removed_edi_formats("ciusro")
|