-
- Downloads
[FIX] base: widget duration - allow to round to avoid seconds
Allow to round the duration to a minimal unit. Eg: 0.33 hour = 19.8 min = "19 minutes 48 seconds" if option {'widget'='duration', 'unit'='hour', 'round'='minute'} 0.33 hour => 20 min = "20 minutes"
Showing
- addons/website_event_track/models/event.py 1 addition, 1 deletionaddons/website_event_track/models/event.py
- addons/website_event_track/views/website_event.xml 1 addition, 1 deletionaddons/website_event_track/views/website_event.xml
- openerp/addons/base/ir/ir_qweb.py 5 additions, 0 deletionsopenerp/addons/base/ir/ir_qweb.py
Loading
Please register or sign in to comment