mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[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
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
'license': 'AGPL-3',
|
||||
'website': 'http://www.onestein.eu',
|
||||
'category': 'Reporting',
|
||||
'version': '9.0.1.0.0',
|
||||
'version': '10.0.1.0.1',
|
||||
'depends': [
|
||||
'base',
|
||||
'web'
|
||||
@@ -24,9 +24,6 @@
|
||||
'qweb': [
|
||||
'templates/qweb_template.xml',
|
||||
],
|
||||
'js': [
|
||||
'static/src/js/bve.js'
|
||||
],
|
||||
'installable': False,
|
||||
'installable': True,
|
||||
'uninstall_hook': 'uninstall_hook'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user