Odoo web client UI related addons
 
 
 
 
 
Go to file
Jairo Llopis fdaf97a77b [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)
2019-10-02 15:00:26 +02:00
web_m2x_options [FIX] web_m2x_options: Fix error in tree views with many2many_tags 2019-10-02 15:00:26 +02:00
.gitignore [MIG] Add metafiles 2019-09-29 23:51:47 +02:00
.travis.yml [MIG] Add metafiles 2019-09-29 23:51:47 +02:00
README.md [MIG] Add metafiles 2019-09-29 23:51:47 +02:00

README.md

Runbot Status Build Status Coverage Status

Web addons for Odoo

This project aims to deal with modules related to the webclient of Odoo. You'll find modules that:

  • Add facilities to the UI
  • Add widgets
  • Ease the import/export features
  • Generally add clientside functionality