diff --git a/app_common/__manifest__.py b/app_common/__manifest__.py index 2e5093fc..62b0a355 100644 --- a/app_common/__manifest__.py +++ b/app_common/__manifest__.py @@ -39,7 +39,7 @@ { 'name': "odooAi Common Util and Tools", - 'version': '24.08.26', + 'version': '17.0.24.12.11', 'author': 'odooai.cn', 'category': 'Base', 'website': 'https://www.odooai.cn', diff --git a/app_common/models/ir_ui_view.py b/app_common/models/ir_ui_view.py index a25941ad..ce410ba8 100644 --- a/app_common/models/ir_ui_view.py +++ b/app_common/models/ir_ui_view.py @@ -27,7 +27,7 @@ def app_relaxng(view_type): _relaxng_cache[view_type] = None return _relaxng_cache[view_type] -# view_validation.relaxng = app_relaxng +view_validation.relaxng = app_relaxng # # class View(models.Model): # _inherit = 'ir.ui.view' diff --git a/app_common/static/description/index.html b/app_common/static/description/index.html index 6be87a41..e8a68f6e 100644 --- a/app_common/static/description/index.html +++ b/app_common/static/description/index.html @@ -4,7 +4,7 @@