Odoo web client UI related addons
 
 
 
 
 
Go to file
Jairo Llopis 91637fe2d5 [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 ddbbe81f4e)
2021-11-05 11:26:01 -04:00
.github/workflows Initialize 15.0 branch 2021-10-17 17:13:06 +02:00
setup Initialize 15.0 branch 2021-10-17 17:13:06 +02:00
web_m2x_options [FIX] web_m2x_options: Fix error in tree views with many2many_tags 2021-11-05 11:26:01 -04:00
.copier-answers.yml [IMP] update dotfiles [ci skip] 2021-10-18 22:12:37 +02:00
.editorconfig Initialize 15.0 branch 2021-10-17 17:13:06 +02:00
.eslintrc.yml Initialize 15.0 branch 2021-10-17 17:13:06 +02:00
.flake8 Initialize 15.0 branch 2021-10-17 17:13:06 +02:00
.gitignore Initialize 15.0 branch 2021-10-17 17:13:06 +02:00
.isort.cfg Initialize 15.0 branch 2021-10-17 17:13:06 +02:00
.pre-commit-config.yaml [IMP] update dotfiles [ci skip] 2021-10-18 22:12:37 +02:00
.prettierrc.yml Initialize 15.0 branch 2021-10-17 17:13:06 +02:00
.pylintrc Initialize 15.0 branch 2021-10-17 17:13:06 +02:00
.pylintrc-mandatory Initialize 15.0 branch 2021-10-17 17:13:06 +02:00
.t2d.yml Initialize 15.0 branch 2021-10-17 17:13:06 +02:00
CONTRIBUTING.md Initialize 15.0 branch 2021-10-17 17:13:06 +02:00
LICENSE Initialize 15.0 branch 2021-10-17 17:13:06 +02:00
README.md Initialize 15.0 branch 2021-10-17 17:13:06 +02:00

README.md

Runbot Status Build Status codecov Translation Status

web

TODO: add repo description.

This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to OCA policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.