Files
reporting-engine/bi_view_editor/__init__.py
Andrea 788b16e485 [MIG+IMP] bi_view_editor: Migration to v10 + enhancements
* Add menu items creation feature
* Added selection of fields of a tree view
* Improved usability and strings made translatable
* Avoid display duplicated nodes
* Robustness
* Updated Dutch translation
* Avoid possible sql injection in bi_view_editor
* Removed deprecated RegistryManager
2023-03-08 09:20:44 -03:00

8 lines
228 B
Python

# -*- coding: utf-8 -*-
# Copyright 2015-2017 Onestein (<http://www.onestein.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models
from . import wizard
from .hooks import uninstall_hook