| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 125 |
| Technical Name |
axial_seconds_widget |
| License | OPL-1 |
| Website | https://www.axialtek.co.uk |
| Versions | 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 125 |
| Technical Name |
axial_seconds_widget |
| License | OPL-1 |
| Website | https://www.axialtek.co.uk |
| Versions | 17.0 18.0 19.0 |
Hide Seconds in Datetime
Show only hours and minutes on any datetime field — in the field and the picker. The value stored in the database keeps its seconds.
Cleaner datetime fields, same data
Seconds clutter the field and the picker.
Hours and minutes only — clean and readable.
Database value stays complete: 2026-06-15 14:30:47
No seconds while picking either
The time spinner and the live input show hours and minutes only — before and after you hit Apply.
Simple by design
No seconds, anywhere
Seconds are hidden in the displayed value and inside the date/time picker popup. Users see hours and minutes only.
Non-destructive
Only the display changes. The full datetime — including seconds — stays in the database for reports and backend logic.
One attribute
Add widget="no_seconds" to any datetime field. No Python, no configuration.
Apply it in your view
<field name="my_datetime" widget="no_seconds"/>
Works on any Datetime field, in any module. The widget is restricted to datetime fields only.
Built for Odoo 19
Odoo 19.0
Fully tested
CE & Enterprise
Both editions
Depends: web only
No extra modules
Datetime only
Type-restricted
Hide Seconds in Datetime
By Axial Tech Ltd • Odoo 19 • OPL-1 License • €19 EUR
Support: https://www.axialtek.co.uk
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module