web/web_m2x_options_manager/models
Germana 6f696c1228 [MIG] web_m2x_options_manager: Migration to 15.0
- Fix postprocess inherit (removed from v15), and use _postprocess_tag_field
for create/edit options: In v14 it worked with inheriting the "postprocess"
method because in each recursive call it passed a section of the view, in the
way that it went through all the child nodes of the root node, and passed through
the fields, and now in v15 the method "_postprocess_view "it just does the while,
and we never go through the nodes.

- Fix pylint errors: xml-deprecated-tree-attributte, attribute-string-redundant,
translation-positional-used
2021-11-15 18:35:49 -04:00
..
__init__.py [14.0] web_m2x_options_manager: New module to manage create/edit options from interface 2021-11-15 16:21:56 -04:00
ir_model.py [14.0] web_m2x_options_manager: New module to manage create/edit options from interface 2021-11-15 16:21:56 -04:00
ir_ui_view.py [MIG] web_m2x_options_manager: Migration to 15.0 2021-11-15 18:35:49 -04:00
m2x_create_edit_option.py [MIG] web_m2x_options_manager: Migration to 15.0 2021-11-15 18:35:49 -04:00