Odoo web client UI related addons
 
 
 
 
 
Go to file
adrien.didenot e014035be1 [Fix OCA/project#317] Add the property date_delay to TimeLine views (same as base Calendar view)
In Odoo calendar view, the attribute date_delay is an alternative to date_stop, to provides the duration of the event instead of its end date.
This commit integrate this attribute to the Timeline view, but contrary to the base Calendar view the Timeline view could use both arguments (date_stop and date_delay) simultaneously.

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 [Fix OCA/project#317] Add the property date_delay to TimeLine views (same as base Calendar view) 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