Odoo web client UI related addons
 
 
 
 
 
Go to file
adrien.didenot 6c266635eb [10.0][IMP] web_timeline improvements:
* Update the vis.js framework to latest stable version (v4.20.1) to add new functionality and save almost
400ko of source code in odoo assets (the vis dev team has isolate the code for timeline widget from the
 rest of their widgets)

* Add the possibility to display events with no duration (instantaneous) as the same time has regular events

* Add the possibility to choose between two scroll mode :
  -  zoom in time resolution (default)
  or
  -  vertical scroll (web browser default behaviour)

Signed-off-by: adrien.didenot <adrien.didenot@horanet.com>
2018-10-23 11:13:05 +02:00
setup [ADD] setup.py 2018-10-15 13:23:24 +00:00
web_environment_ribbon [UPD] README.rst 2018-10-09 11:17:42 +00:00
web_listview_range_select [UPD] README.rst 2018-10-12 12:11:58 +00:00
web_notify [FIX] web_notify: Update readme 2018-10-15 16:38:15 +02:00
web_timeline [10.0][IMP] web_timeline improvements: 2018-10-23 11:13:05 +02: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