Drop bi views when uninstalling module

This commit is contained in:
Andrea Stirpe
2018-09-07 15:29:25 +02:00
committed by Andrea
parent 77d4f5534d
commit b699929fbb
11 changed files with 163 additions and 211 deletions

View File

@@ -2,4 +2,4 @@
from . import models
from . import wizard
from .hooks import uninstall_hook
from .hooks import post_load, uninstall_hook