6 lines
112 B
Python
6 lines
112 B
Python
from . import models
|
|
|
|
|
|
def uninstall_hook(env):
|
|
env["res.partner"]._clear_removed_edi_formats("oioubl_201")
|