-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[17.0][MIG] web_m2x_options: Migration to 17.0 #6
Commits on Mar 15, 2024
-
- Rename web_m2o_enhanced to web_m2x_options
- Add static/description/index.html fix: use include instead of extend in js function inheritance. fix: not overwriting the existing object references with the result of the include fix: update name according to new module name. fix: error when displaying many2many field without options defined.
Configuration menu - View commit details
-
Copy full SHA for 15c1b8d - Browse repository at this point
Copy the full SHA 15c1b8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b776233 - Browse repository at this point
Copy the full SHA b776233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f5cef0 - Browse repository at this point
Copy the full SHA 8f5cef0View commit details -
support 'open' on many2many_tags
[ADD] support 'no_open_edit' on many2one [FIX] typos
Configuration menu - View commit details
-
Copy full SHA for acfea66 - Browse repository at this point
Copy the full SHA acfea66View commit details -
Configuration menu - View commit details
-
Copy full SHA for e62b51f - Browse repository at this point
Copy the full SHA e62b51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcbafc3 - Browse repository at this point
Copy the full SHA fcbafc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25ff251 - Browse repository at this point
Copy the full SHA 25ff251View commit details -
Migration of module web_m2x_options. Adapt JS file to the new JS API …
…and make the module installable [MIG] adapt form.js to the new API. [FIX] Fix bug mentioned in pull OCA#262. [MIG] Make the module installable.
Configuration menu - View commit details
-
Copy full SHA for aa4801f - Browse repository at this point
Copy the full SHA aa4801fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b241918 - Browse repository at this point
Copy the full SHA b241918View commit details -
web_m2x_options: s/ev.handleObj.selector/currentTarget * many2many wi…
…th `options={'open': True}` it always open the first element with this fix it will open the right one
Configuration menu - View commit details
-
Copy full SHA for 99bf1c6 - Browse repository at this point
Copy the full SHA 99bf1c6View commit details -
* [FIX][web_m2x_options] Fix Qweb templates. They were trying to replace non-existing elements, and this was being logged to console: Can't find "a.oe_m2o_cm_button" when extending template FieldMany2One Can't find "span.badge" when extending template FieldMany2ManyTag * Raise version correctly. * [FIX] Make many2many_tags tag deletion work again * Correct replacement of event Instead of overwriting all events from upstream widget, better just overwrite the one you need and inherit the rest.
Configuration menu - View commit details
-
Copy full SHA for bab3b44 - Browse repository at this point
Copy the full SHA bab3b44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fdc067 - Browse repository at this point
Copy the full SHA 5fdc067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a958bb - Browse repository at this point
Copy the full SHA 0a958bbView commit details -
[IMP] web_m2x_options: Perf issue OCA#615
* fix unecessary calls Do check_access_rights and disable_quick_create calls only once per field.
Configuration menu - View commit details
-
Copy full SHA for 579faef - Browse repository at this point
Copy the full SHA 579faefView commit details -
web_m2x_options: Hide the create/create and edit... button when the u…
…ser does not have creation permission.
Configuration menu - View commit details
-
Copy full SHA for 41ac402 - Browse repository at this point
Copy the full SHA 41ac402View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eed84e - Browse repository at this point
Copy the full SHA 5eed84eView commit details -
[FIX] web_m2x_options: Compatibilize with web_advanced_search_x2x
`web_m2x_options` is supposed to render fields in the context of a form or tree view, where domains can safely be applied because there's a main record that includes a context. However, when installing along with `web_advanced_search_x2x`, they produce an incompatibility when a x2x field's domain is defined and depends on the current record's context, because a search view has no notion of a *current record*. The fix is simple: try to do as usual, and if it fails, try without the field's domain. Without this patch, an exception like this would be raised, i.e. when both addons are installed and you are trying to search project tasks by stage: ``` Error: NameError: name 'project_id' is not defined http://localhost/web/static/lib/py.js/lib/py.js:370# Traceback:# Changes to be committed: PY_ensurepy@http://localhost/web/static/lib/py.js/lib/py.js:370:19# modified: static/src/js/form.js py.evaluate@http://localhost/web/static/lib/py.js/lib/py.js:1340:20# py.evaluate@http://localhost/web/static/lib/py.js/lib/py.js:1397:35 py.evaluate@http://localhost/web/static/lib/py.js/lib/py.js:1409:34 py.eval@http://localhost/web/static/lib/py.js/lib/py.js:1453:16 eval_domains/<@http://localhost/web/static/src/js/framework/pyeval.js:869:39 _.forEach@http://localhost/web/static/lib/underscore/underscore.js:145:9 _.mixin/</_.prototype[name]@http://localhost/web/static/lib/underscore/underscore.js:1484:29 eval_domains@http://localhost/web/static/src/js/framework/pyeval.js:860:5 eval_domains/<@http://localhost/web/static/src/js/framework/pyeval.js:873:39 _.forEach@http://localhost/web/static/lib/underscore/underscore.js:145:9 _.mixin/</_.prototype[name]@http://localhost/web/static/lib/underscore/underscore.js:1484:29 eval_domains@http://localhost/web/static/src/js/framework/pyeval.js:860:5 eval_domains/<@http://localhost/web/static/src/js/framework/pyeval.js:873:39 _.forEach@http://localhost/web/static/lib/underscore/underscore.js:145:9 _.mixin/</_.prototype[name]@http://localhost/web/static/lib/underscore/underscore.js:1484:29 eval_domains@http://localhost/web/static/src/js/framework/pyeval.js:860:5 pyeval@http://localhost/web/static/src/js/framework/pyeval.js:977:16 eval_arg@http://localhost/web/static/src/js/framework/pyeval.js:988:16 ensure_evaluated@http://localhost/web/static/src/js/framework/pyeval.js:1011:21 call@http://localhost/web/static/src/js/framework/data_model.js:56:9 name_search@http://localhost/web/static/src/js/framework/data.js:537:16 get_search_result@http://localhost/web_m2x_options/static/src/js/form.js:130:50 OdooClass.extend/Class.include/</prototype[name]</<@http://localhost/web/static/src/js/framework/class.js:122:35 source@http://localhost/web/static/src/js/views/form_relational_widgets.js:271:17 _search@http://localhost/web/static/lib/jquery.ui/jquery-ui.js:6823:3 $.widget/</proxiedPrototype[prop]</<@http://localhost/web/static/lib/jquery.ui/jquery-ui.js:415:19 search@http://localhost/web/static/lib/jquery.ui/jquery-ui.js:6815:10 $.widget/</proxiedPrototype[prop]</<@http://localhost/web/static/lib/jquery.ui/jquery-ui.js:415:19 $.widget.bridge/$.fn[name]/<@http://localhost/web/static/lib/jquery.ui/jquery-ui.js:508:19 each@http://localhost/web/static/lib/jquery/jquery.js:383:49 each@http://localhost/web/static/lib/jquery/jquery.js:136:24 $.widget.bridge/$.fn[name]@http://localhost/web/static/lib/jquery.ui/jquery-ui.js:494:4 render_editable/<@http://localhost/web/static/src/js/views/form_relational_widgets.js:189:21 dispatch@http://localhost/web/static/lib/jquery/jquery.js:4640:50 add/elemData.handle@http://localhost/web/static/lib/jquery/jquery.js:4309:41 ```
Configuration menu - View commit details
-
Copy full SHA for 2b1d437 - Browse repository at this point
Copy the full SHA 2b1d437View commit details -
[MIG] web_m2x_options: Migration to 11.0
web_m2x_options: Fix usage for non-admins web_m2x_options: Reduce rpc calls web_m2x_options: Update manifest and readme
Configuration menu - View commit details
-
Copy full SHA for a71eb3e - Browse repository at this point
Copy the full SHA a71eb3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb3b42 - Browse repository at this point
Copy the full SHA fbb3b42View commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 91.7% (11 of 12 strings) Translation: web-11.0/web-11.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_m2x_options/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for 0e27b01 - Browse repository at this point
Copy the full SHA 0e27b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a330a - Browse repository at this point
Copy the full SHA a3a330aView commit details -
[FIX] web_m2x_options: Fix error in tree views with many2many_tags
The method `_onOpenColorPicker` is defined on `FormFieldMany2ManyTags`, not in `FieldMany2ManyTags`, so it can only be called on its descendants. Otherwise, clicking on a `many2many_tags` tag when found in a tree view produces an error such as: TypeError: self._onOpenColorPicker is not a function http://localhost/web_m2x_options/static/src/js/form.js:354 Rastreo de error: _onOpenBadge@http://localhost/web_m2x_options/static/src/js/form.js:354:17 proxy/<@http://localhost/web/static/src/js/core/mixins.js:279:20 dispatch@http://localhost/web/static/lib/jquery/jquery.js:4640:50 add/elemData.handle@http://localhost/web/static/lib/jquery/jquery.js:4309:41 (cherry picked from commit ddbbe81)
Configuration menu - View commit details
-
Copy full SHA for daf674e - Browse repository at this point
Copy the full SHA daf674eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b6cc39 - Browse repository at this point
Copy the full SHA 3b6cc39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c7f82 - Browse repository at this point
Copy the full SHA 72c7f82View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-12.0/web-12.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_m2x_options/
Configuration menu - View commit details
-
Copy full SHA for 6341407 - Browse repository at this point
Copy the full SHA 6341407View commit details -
Translated using Weblate (French)
Currently translated at 91.7% (11 of 12 strings) Translation: web-12.0/web-12.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_m2x_options/fr/
Configuration menu - View commit details
-
Copy full SHA for c4ec8a0 - Browse repository at this point
Copy the full SHA c4ec8a0View commit details -
Translated using Weblate (French)
Currently translated at 100.0% (12 of 12 strings) Translation: web-12.0/web-12.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_m2x_options/fr/
Configuration menu - View commit details
-
Copy full SHA for df64f9b - Browse repository at this point
Copy the full SHA df64f9bView commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (12 of 12 strings) Translation: web-12.0/web-12.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_m2x_options/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for ab164d4 - Browse repository at this point
Copy the full SHA ab164d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a749d1b - Browse repository at this point
Copy the full SHA a749d1bView commit details -
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (12 of 12 strings) Translation: web-12.0/web-12.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_m2x_options/zh_CN/
Configuration menu - View commit details
-
Copy full SHA for 7486101 - Browse repository at this point
Copy the full SHA 7486101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5134cf2 - Browse repository at this point
Copy the full SHA 5134cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d9b1ab - Browse repository at this point
Copy the full SHA 5d9b1abView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8de15 - Browse repository at this point
Copy the full SHA cf8de15View commit details -
Configuration menu - View commit details
-
Copy full SHA for c32160e - Browse repository at this point
Copy the full SHA c32160eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3e649a - Browse repository at this point
Copy the full SHA d3e649aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8930508 - Browse repository at this point
Copy the full SHA 8930508View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0aec3e - Browse repository at this point
Copy the full SHA b0aec3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a59260 - Browse repository at this point
Copy the full SHA 6a59260View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45b3d68 - Browse repository at this point
Copy the full SHA 45b3d68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5240252 - Browse repository at this point
Copy the full SHA 5240252View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-13.0/web-13.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_m2x_options/
Configuration menu - View commit details
-
Copy full SHA for f5e09bf - Browse repository at this point
Copy the full SHA f5e09bfView commit details -
[FIX] web_m2x_options: quick search filter only if search value
Before this commit, an empty filter was applied when opening the search more if nothing in the quick search.
Configuration menu - View commit details
-
Copy full SHA for 81c868e - Browse repository at this point
Copy the full SHA 81c868eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a7d1b6 - Browse repository at this point
Copy the full SHA 4a7d1b6View commit details -
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (13 of 13 strings) Translation: web-13.0/web-13.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_m2x_options/zh_CN/
Configuration menu - View commit details
-
Copy full SHA for 5852ad7 - Browse repository at this point
Copy the full SHA 5852ad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2f41f0 - Browse repository at this point
Copy the full SHA b2f41f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79a238e - Browse repository at this point
Copy the full SHA 79a238eView commit details -
Translated using Weblate (German)
Currently translated at 92.3% (12 of 13 strings) Translation: web-13.0/web-13.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_m2x_options/de/
Configuration menu - View commit details
-
Copy full SHA for c74ef19 - Browse repository at this point
Copy the full SHA c74ef19View commit details -
Translated using Weblate (French)
Currently translated at 100.0% (13 of 13 strings) Translation: web-13.0/web-13.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_m2x_options/fr/
Configuration menu - View commit details
-
Copy full SHA for 8c8463d - Browse repository at this point
Copy the full SHA 8c8463dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 377ac8b - Browse repository at this point
Copy the full SHA 377ac8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7e2e7e - Browse repository at this point
Copy the full SHA e7e2e7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d7c0f - Browse repository at this point
Copy the full SHA 92d7c0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for faeb669 - Browse repository at this point
Copy the full SHA faeb669View commit details -
Configuration menu - View commit details
-
Copy full SHA for 970e73b - Browse repository at this point
Copy the full SHA 970e73bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b88caa - Browse repository at this point
Copy the full SHA 3b88caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 871adc1 - Browse repository at this point
Copy the full SHA 871adc1View commit details -
Translated using Weblate (Dutch)
Currently translated at 93.7% (15 of 16 strings) Translation: web-14.0/web-14.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_m2x_options/nl/
Configuration menu - View commit details
-
Copy full SHA for 945e677 - Browse repository at this point
Copy the full SHA 945e677View commit details -
Translated using Weblate (German)
Currently translated at 100.0% (13 of 13 strings) Translation: web-14.0/web-14.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_m2x_options/de/
Configuration menu - View commit details
-
Copy full SHA for d38e502 - Browse repository at this point
Copy the full SHA d38e502View commit details -
[MIG] web_m2x_options: Migration to 15.0
[FIX] web_m2x_options: External ID not found in the system web.assets_backend
Configuration menu - View commit details
-
Copy full SHA for f93ae11 - Browse repository at this point
Copy the full SHA f93ae11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d6bb5e - Browse repository at this point
Copy the full SHA 2d6bb5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1a101 - Browse repository at this point
Copy the full SHA ec1a101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 114e7b1 - Browse repository at this point
Copy the full SHA 114e7b1View commit details -
[FIX] web_m2x_options: fix search_more behaviour
In README.rst it is said that ``search_more`` key is "[u]sed to force disable/enable search more button". However, it only applies on fields where the records returned by the name_search are more than the node's limit. This commit fixes this behaviour, forcing the "Search More..." option to be *always* disabled/enabled if ``search_more`` key is set either locally (in the node's options) or globally (via the ir.config_parameter record). Moreover, it establishes a clear line of priority for checking whether "Search More..." should be displayed/hidden (local node has the highest priority, global config mid priority, limit check as fallback).
Configuration menu - View commit details
-
Copy full SHA for be16ed6 - Browse repository at this point
Copy the full SHA be16ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a7c64 - Browse repository at this point
Copy the full SHA 88a7c64View commit details -
[ADD] Option open for One2Many fields
With 'open' option, clicking on a row of a o2m field will open the view for the record in fullscreen rather than in a popup
Configuration menu - View commit details
-
Copy full SHA for acd6e3d - Browse repository at this point
Copy the full SHA acd6e3dView commit details -
[IMP] web_m2x_options: Efficiency
Improved the efficiency of code: With this improvement we achieve to just do an rpc call when the js file is called instead of do the call for each field.
Configuration menu - View commit details
-
Copy full SHA for f0f4aee - Browse repository at this point
Copy the full SHA f0f4aeeView commit details -
[IMP] web_m2x_options: Added limit for o2m field entries
Added the system parameter "web_m2x_options.field_limit_entries" to set the limit of entries that can be displayed.
Configuration menu - View commit details
-
Copy full SHA for c026599 - Browse repository at this point
Copy the full SHA c026599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d9246 - Browse repository at this point
Copy the full SHA 85d9246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fd9106 - Browse repository at this point
Copy the full SHA 2fd9106View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ca05c - Browse repository at this point
Copy the full SHA a5ca05cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84e032d - Browse repository at this point
Copy the full SHA 84e032dView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-15.0/web-15.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_m2x_options/
Configuration menu - View commit details
-
Copy full SHA for 4e8be32 - Browse repository at this point
Copy the full SHA 4e8be32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b1143 - Browse repository at this point
Copy the full SHA 36b1143View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2666eb - Browse repository at this point
Copy the full SHA c2666ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 051675f - Browse repository at this point
Copy the full SHA 051675fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50c20ff - Browse repository at this point
Copy the full SHA 50c20ffView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-16.0/web-16.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_m2x_options/
Configuration menu - View commit details
-
Copy full SHA for e5fc19d - Browse repository at this point
Copy the full SHA e5fc19dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa12028 - Browse repository at this point
Copy the full SHA fa12028View commit details -
Translated using Weblate (German)
Currently translated at 100.0% (14 of 14 strings) Translation: web-16.0/web-16.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_m2x_options/de/
Configuration menu - View commit details
-
Copy full SHA for a3c8817 - Browse repository at this point
Copy the full SHA a3c8817View commit details -
[FIX] web_m2x_options: Avoid constant RPC calls
Instead of calling interactively to the server to get the options, they are stored at the beginning of the session.
Configuration menu - View commit details
-
Copy full SHA for 7cec71b - Browse repository at this point
Copy the full SHA 7cec71bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a989c7 - Browse repository at this point
Copy the full SHA 5a989c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ede39ed - Browse repository at this point
Copy the full SHA ede39edView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-16.0/web-16.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_m2x_options/
Configuration menu - View commit details
-
Copy full SHA for 384ea95 - Browse repository at this point
Copy the full SHA 384ea95View commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (15 of 15 strings) Translation: web-16.0/web-16.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_m2x_options/es/
Configuration menu - View commit details
-
Copy full SHA for 200f2a6 - Browse repository at this point
Copy the full SHA 200f2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04cc93e - Browse repository at this point
Copy the full SHA 04cc93eView commit details -
[16.0] web_m2x_options: impossible to open a mass mailing
JS Issue: OwlError: Invalid props for component 'FieldMany2OneMailingFilter': unknown key 'searchMore', unknown key 'nodeOptions' at Object.validateProps (https://odoo.simplyfeu.com/web/assets/1913698-b61fd5b/web.assets_common.min.js:1698:67) at Field.template (eval at compile (https://odoo.simplyfeu.com/web/assets/1913698-b61fd5b/web.assets_common.min.js:2057:374), <anonymous>:17:13) at Fiber._render (https://odoo.simplyfeu.com/web/assets/1913698-b61fd5b/web.assets_common.min.js:1496:96) at Fiber.render (https://odoo.simplyfeu.com/web/assets/1913698-b61fd5b/web.assets_common.min.js:1495:6) at ComponentNode.initiateRender (https://odoo.simplyfeu.com/web/assets/1913698-b61fd5b/web.assets_common.min.js:1563:47)
Configuration menu - View commit details
-
Copy full SHA for 34f68e4 - Browse repository at this point
Copy the full SHA 34f68e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b36dbff - Browse repository at this point
Copy the full SHA b36dbffView commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (15 of 15 strings) Translation: web-16.0/web-16.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_m2x_options/it/
Configuration menu - View commit details
-
Copy full SHA for 6ddb7d1 - Browse repository at this point
Copy the full SHA 6ddb7d1View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (15 of 15 strings) Translation: web-16.0/web-16.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_m2x_options/it/
Configuration menu - View commit details
-
Copy full SHA for 60406aa - Browse repository at this point
Copy the full SHA 60406aaView commit details -
Translated using Weblate (French)
Currently translated at 40.0% (6 of 15 strings) Translation: web-16.0/web-16.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_m2x_options/fr/
Configuration menu - View commit details
-
Copy full SHA for fa19448 - Browse repository at this point
Copy the full SHA fa19448View commit details -
Translated using Weblate (French)
Currently translated at 53.3% (8 of 15 strings) Translation: web-16.0/web-16.0-web_m2x_options Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_m2x_options/fr/
Configuration menu - View commit details
-
Copy full SHA for ca4b831 - Browse repository at this point
Copy the full SHA ca4b831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 820762f - Browse repository at this point
Copy the full SHA 820762fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99727a8 - Browse repository at this point
Copy the full SHA 99727a8View commit details