Offer more completion options for datetime fields while searching
Project description
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.
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
Holger Brunn <hbrunn@therp.nl>
Maintainer
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo8_addon_web_search_datetime_completion-8.0.1.0.0.99.dev9-py2-none-any.whl
.
File metadata
- Download URL: odoo8_addon_web_search_datetime_completion-8.0.1.0.0.99.dev9-py2-none-any.whl
- Upload date:
- Size: 35.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44bfa8950f0a748743c0dd36517b40deb3f492d7fe6da2a2570b52f554607229 |
|
MD5 | bc1174cb7bdb205efcf805d4017ce3a1 |
|
BLAKE2b-256 | 71031a481f0006d8c4378a378f886559bb3f2bb75b01c1c6b86b0eb7cac03848 |