3
0
Fork 0
Odoo web client UI related addons
 
 
 
 
 
Go to file
Timon Tschanz ca033cc45a [fix] web_translate_dialog: correct context split
Fixes the display of languages other than the user language  in the translation dialog.
split_context checks if we provide more arguments than read has and then uses of the additional one as context.
Since read takes the argument load additionally to the ones already given, we need to provide it as well to ensure the context is split.
2019-09-30 10:46:56 +02:00
setup [ADD] setup.py 2019-06-19 09:19:36 +00:00
web_advanced_search Translated using Weblate (French) 2019-05-27 13:20:05 +00:00
web_company_color [UPD] Update web_company_color.pot 2019-05-23 07:04:05 +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 [ADD] icon.png 2019-04-03 03:30:00 +00:00
web_edit_user_filter [ADD] icon.png 2019-04-03 03:30:00 +00:00
web_environment_ribbon Update translation files 2018-11-26 18:01:45 +00:00
web_export_view Update translation files 2019-05-20 21:08:52 +00:00
web_favicon Update translation files 2018-11-26 18:01:51 +00:00
web_group_by_percentage [UPD] Update web_group_by_percentage.pot 2019-04-23 10:29:34 +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 [ADD] icon.png 2019-04-03 03:30:00 +00:00
web_m2x_options Translated using Weblate (French) 2019-05-27 13:20:05 +00:00
web_notify [FIX] web_notify attempt to fix void messages (#1249) 2019-04-20 23:03:38 +02:00
web_responsive Update translation files 2019-05-20 21:09:04 +00:00
web_searchbar_full_width [UPD] Update web_searchbar_full_width.pot 2019-03-18 13:46:03 +00:00
web_switch_context_warning [UPD] Update web_switch_context_warning.pot 2019-06-14 17:12:09 +00:00
web_timeline Update translation files 2019-05-20 21:09:12 +00:00
web_translate_dialog [fix] web_translate_dialog: correct context split 2019-09-30 10:46:56 +02:00
web_tree_duplicate [UPD] Update web_tree_duplicate.pot 2019-04-19 11:46:45 +00:00
web_tree_dynamic_colored_field [UPD] Update web_tree_dynamic_colored_field.pot 2019-05-22 16:12:50 +00:00
web_tree_many2one_clickable [UPD] README.rst 2019-05-27 23:03:22 +00:00
web_tree_resize_column [UPD] Update web_tree_resize_column.pot 2019-06-04 07:44:37 +00:00
web_widget_color web_widget_color: Fix issue #1139 2018-12-25 16:34:48 -05:00
web_widget_domain_editor_dialog [ADD] icon.png 2019-06-04 09:37:59 +00:00
web_widget_image_download Update translation files 2018-12-09 13:37:42 +00:00
web_widget_image_url [UPD] Update web_widget_image_url.pot 2019-06-19 09:24:43 +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 Update translation files 2019-05-20 21:09:19 +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