Search By Range

by
Odoo
v 10.0 Third Party 1031
Download for v 10.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name search_by_range
Websitehttps://skyerp.net
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name search_by_range
Websitehttps://skyerp.net

Date range

Value range

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
by
Varghese Thomas
on 3/8/18, 4:23 AM

Fix field datetime
by
DucThang
on 9/27/17, 11:19 PM

With field Datetime Convert Local Time to UTC time with: start_date = moment.utc(start_date).format("YYYY-MM-DD HH:mm:ss"); end_date = moment.utc(end_date).add(24,'hours').format("YYYY-MM-DD HH:mm:ss") I hope resolve problem with u.


Very good, but no working on datetime fields
by
Carlos
on 8/21/17, 5:28 PM

On models with fields date and datetime, only work with fields date, datetime not filter on user time zone, instead only pass date at filter, but time is ignored, any solution??


by
Varghese Thomas
on 3/8/18, 4:23 AM