Odoo web client UI related addons
 
 
 
 
 
Go to file
Dave Lasley bc47367746
[MIG] web_responsive: Migrate to v10
* Bump version
* Change all openerp to odoo
* Fix qunit suite injection
* Remove jQuery require
* Change to new selectors:
  * `oe_leftbar` to `o_sub_menu`
  * `oe_logo` to `o_sub_menu_logo`
  * `oe_footer` to `o_sub_menu_footer`
  * `oe_secondary_menus_container` to `o_sub_menu_content`
* Add style to hide oe_footer instead of remove to not break `support_branding`
* Add note in ReadMe explaining override of `support_branding`
* Set top margin of app drawer title to 0 to fit v10 proportions
* Fix notification badge positioning
* Add o_web_client class to body to fix overlaps
* Scroll control panel with page
* Change navbar z-index to not be overlapped by buttons
* Raise z-index on header to raise over buttons
* Handle layered notifications via z-index
* Remove `#` from navigation links HREF to prevent history littering
2018-12-10 13:33:20 +00:00
setup [ADD] setup.py 2018-12-07 16:54:39 +00:00
web_decimal_numpad_dot [UPD] Update web_decimal_numpad_dot.pot 2018-11-08 18:08:14 +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_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_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_notify [UPD] README.rst 2018-12-02 02:59:09 +00:00
web_responsive [MIG] web_responsive: Migrate to v10 2018-12-10 13:33:20 +00:00
web_timeline Update translation files 2018-12-09 13:37:37 +00:00
web_widget_color [UPD] Update web_widget_color.pot 2018-11-27 23:18:03 +00:00
web_widget_image_download Update translation files 2018-12-09 13:37:42 +00:00
web_widget_x2many_2d_matrix Update translation files 2018-12-09 13:37:47 +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