Drop bi views when uninstalling module

This commit is contained in:
Andrea Stirpe
2018-09-07 15:29:25 +02:00
committed by hugues de keyzer
parent 2f6a5d9906
commit 3204262c70
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