mirror of
https://gitlab.com/flectra-community/mis-builder.git
synced 2024-11-16 19:22:04 +00:00
7 lines
196 B
Python
7 lines
196 B
Python
from . import models
|
|
|
|
|
|
def uninstall_hook(cr, registry):
|
|
# drop relation view manually because Odoo does not know about it
|
|
cr.execute("DROP VIEW IF EXISTS mis_committed_purchase_tag_rel")
|