[app_common] v17 tree_view.rng

This commit is contained in:
Chill
2024-12-11 18:17:00 +08:00
parent 6e6efd6658
commit 5ff8f435cc
3 changed files with 3 additions and 3 deletions

View File

@@ -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'