More completion options for datetime fields

Offer more completion options for datetime fields while searching

Technical Name:
web_search_datetime_completion
Version:
8.0
License:
Author:
Therp BV
Website:
https://odoo-community.org/web/image/product.template/4405/image_1920?unique=6b8ea98
  • Odoo Version

Terms and Conditions 

More completion options for datetime fields

This module was written to extend the offers shown to the user when starting to fill in a date. In standard odoo, the only offer is the date at 00:00:00 hours, while it can be convenient for the user to have other options, too. When searching for the end of a period, 23:59:59 would come to mind, and there also might be domain specific times that make sense.

Configuration

If you do nothing, only the time 23:59:59 is added to the completion dropdown.

In your code, you can add an options dictionary with a key completion_options which contains a list if dictionaries detailing the offsets that should be added to the parsed date, like:

<field name="my_datetime_field" options="{'completion_options': [{'hours': 12, 'minutes': 30, 'seconds': 0}]}" />

which would offer to search for the date at half past twelve. Note that when you set completion_options, you have to list all options you want to see, as the standard options will be replaced with your list.

Usage

Start filling in your date in a search field and choose one of the additional options offered.

Try me on Runbot

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback here.

Credits

Contributors

Maintainer

Odoo Community Association

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.

This is a preview of the recently viewed products by the user.
Once the user has seen at least one product this snippet will be visible.

Recently viewed Products