Odoo web client UI related addons
 
 
 
 
 
Go to file
Luis González c704912955 [FIX] web_widget_datepicker_options: Apply fixes after migration to v11
This applies some changes to the module after migration, to conform new
guidelines and conventions for version 11.0.

In addition, this applies the following fixes:
- The widged didn't work when the field was a `datetime` due to a typo
  in a JS conditional
- Replaced `Object.assign()` -> `_.assign()` to improve
  browser-compatibility
2018-05-30 19:33:31 +00:00
setup [ADD] setup.py 2018-05-26 09:56:08 +02:00
web_action_conditionable [MIG] web_action_conditionable: Migration to 11.0 2018-02-13 08:23:55 +00:00
web_decimal_numpad_dot fix tab navigation issue in web_decimal_numpad_dot 2018-05-25 18:03:43 +02:00
web_dialog_size [FIX] web_dialog_size: Bump version number 2018-05-16 10:55:42 +02:00
web_environment_ribbon web_environment_ribbon: import from odoo instead of openerp. 2018-04-24 09:54:00 +02:00
web_favicon [11.0][MIG] Standard Migration 2018-03-25 19:22:17 +02:00
web_group_expand [MIG] web_group_expand: Migration to 11.0 2018-05-30 16:27:57 +02:00
web_listview_range_select [MIG] web_listview_range_select: Migration to 11.0 2018-04-16 10:16:05 +02:00
web_no_bubble [MIG] web_no_bubble: Migration to 11.0 2017-10-24 10:24:10 +02:00
web_notify [MIG] web_notify: Migration to 11.0 2018-04-03 10:13:42 +01:00
web_responsive [FIX] web_responsive: Hide header when print directly from browser issues 808 (#809) 2017-11-27 19:47:16 +01:00
web_search_with_and [MIG] web_search_with_and: Migration to 11.0 2018-05-25 17:55:51 +02:00
web_searchbar_full_width [MIG] web_searchbar_full_width: Migration to 11.0 2018-03-25 19:31:42 +02:00
web_sheet_full_width [FIX] web_sheet_full_width: PEP8 2017-10-19 16:25:55 +02:00
web_timeline [FIX] Missing GroupClick Functionality 2018-04-17 09:22:52 -03:00
web_tree_dynamic_colored_field [IMP] web_tree_dynamic_colored_field: Update README.rst (#899) 2018-03-28 09:31:27 +01:00
web_tree_many2one_clickable web_tree_many2one_clickable: Check if the node is a field 2018-03-07 10:06:16 +01:00
web_widget_bokeh_chart [MIG] web_widget_bokeh_chart: Migration to 11.0 2018-02-19 13:30:30 +02:00
web_widget_color [MIG] web_widget_color: Migration to 11.0 2017-11-02 10:54:05 +01:00
web_widget_datepicker_options [FIX] web_widget_datepicker_options: Apply fixes after migration to v11 2018-05-30 19:33:31 +00:00
web_widget_many2many_tags_multi_selection [MIG] web_widget_many2many_tags_multi_selection: Migration to 11.0 2018-03-19 13:37:59 +01:00
web_widget_x2many_2d_matrix [FIX] Make matrix editable depending of the status of the parent 2018-05-02 15:28:31 +02:00
web_widget_x2many_2d_matrix_example [ADD] `web_widget_x2many_2d_matrix_example` 2018-03-28 12:47:39 +02:00
.gitignore [MIG] Add metafiles 2017-10-03 17:06:45 +02:00
.travis.yml .travis.yml: Remove Transifex 2017-10-17 09:09:36 +02:00
README.md [MIG] Add metafiles 2017-10-03 17:06:45 +02:00
requirements.txt [MIG] web_widget_bokeh_chart: Migration to 11.0 2018-02-19 13:30:30 +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