You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon. For version 17 of odoo, the view autoupdate functionality does not work.
After installing the generic_mixin and test_generic_mixin modules, then test autoupdating views (using test_generic_mixin module), an error occurs when write a record:
Kazam_screencast_00009.mp4
File "../odoo/addons/web/models/models.py", line 71, in web_save
self.write(vals)
File "../generic/generic_mixin/models/generic_mixin_refresh_view.py", line 203, in write
refresh_fields = self._auto_refresh_view_on_field_changes_system()
File "<decorator-gen-124>", line 2, in _auto_refresh_view_on_field_changes_system
File "../odoo/odoo/tools/cache.py", line 104, in lookup
value = d[key] = self.method(*args, **kwargs)
File "../generic/generic_mixin/models/generic_mixin_refresh_view.py", line 122, in _auto_refresh_view_on_field_changes_system
track_fields = set((
File "../generic/generic_mixin/models/generic_mixin_refresh_view.py", line 126, in <genexpr>
self.CONCURRENCY_CHECK_FIELD)
AttributeError: 'test.gm.refresh.view' object has no attribute '**CONCURRENCY_CHECK_FIELD**'
Removing CONCURRENCY_CHECK_FIELD don't help, records are still not updated.
Look in the video below.
Kazam_screencast_00006.mp4
The text was updated successfully, but these errors were encountered:
zalei-odoo
changed the title
Функционал обновления представлений из модуля generic-mixin не работает, в т.ч. в модуле test_generic_mixin
The functionality for updating views from the generic-mixin module does not work, incl. in the test_generic_mixin module
Jun 26, 2024
zalei-odoo
changed the title
The functionality for updating views from the generic-mixin module does not work, incl. in the test_generic_mixin module
The functionality for autoupdating views using the generic-mixin module does not work, incl. in the test_generic_mixin module
Jun 26, 2024
zalei-odoo
changed the title
The functionality for autoupdating views using the generic-mixin module does not work, incl. in the test_generic_mixin module
The functionality for autoupdating views using the generic-mixin module does not work, incl. in the test_generic_mixin module in odoo 17
Jun 26, 2024
Good afternoon. For version 17 of odoo, the view autoupdate functionality does not work.
After installing the generic_mixin and test_generic_mixin modules, then test autoupdating views (using test_generic_mixin module), an error occurs when write a record:
Kazam_screencast_00009.mp4
Removing CONCURRENCY_CHECK_FIELD don't help, records are still not updated.
Look in the video below.
Kazam_screencast_00006.mp4
The text was updated successfully, but these errors were encountered: