Odoo web client UI related addons
 
 
 
 
 
Go to file
Jairo Llopis 1469648d00 [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-02-21 01:08:30 +01:00
setup [ADD] setup.py 2019-02-15 10:21:52 +00:00
web_decimal_numpad_dot [FIX] web_decimal_numpad_dot: Restore keyboard navigation 2019-01-21 09:41:24 +00:00
web_dialog_size [UPD] Update web_dialog_size.pot 2018-12-07 16:59:27 +00:00
web_disable_export_group [IMP] web_disable_export_group: Tests 2018-11-06 12:06:15 +01:00
web_edit_user_filter [UPD] Update web_edit_user_filter.pot 2019-02-15 10:32:44 +00:00
web_environment_ribbon Update translation files 2018-11-26 18:01:45 +00:00
web_favicon Update translation files 2018-11-26 18:01:51 +00:00
web_ir_actions_act_multi [UPD] Update web_ir_actions_act_multi.pot 2019-01-21 12:00:52 +00:00
web_ir_actions_act_view_reload [UPD] Update web_ir_actions_act_view_reload.pot 2018-11-21 11:33:36 +00:00
web_listview_range_select [UPD] Update web_listview_range_select.pot 2018-10-24 09:45:05 +00:00
web_m2x_options [FIX] web_m2x_options: Fix error in tree views with many2many_tags 2019-02-21 01:08:30 +01:00
web_notify [UPD] README.rst 2018-12-02 02:59:09 +00:00
web_responsive [IMP] Sticky chatter topbar 2019-02-14 17:52:49 +01:00
web_timeline Update translation files 2019-01-27 11:12:12 +00:00
web_widget_color web_widget_color: Fix issue #1139 2018-12-25 16:34:48 -05:00
web_widget_image_download Update translation files 2018-12-09 13:37:42 +00:00
web_widget_many2many_tags_multi_selection [MIG] web_widget_many2many_tags_multi_selection: Migration to 12.0. 2019-01-19 09:39:07 +01:00
web_widget_x2many_2d_matrix [UPD] Update web_widget_x2many_2d_matrix.pot 2019-02-19 14:19:28 +00:00
web_widget_x2many_2d_matrix_example [UPD] Update web_widget_x2many_2d_matrix_example.pot 2019-02-05 07:11:22 +00:00
.gitignore [MIG] Add metafiles 2018-09-27 02:40:55 +02:00
.travis.yml [MIG] .travis.yml: Upgrade to Postgres 9.6 2018-10-01 09:31:42 +02:00
README.md [MIG] Add metafiles 2018-09-27 02:40:55 +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