$ 5.02
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 68 |
| Technical Name |
web_widget_date_restriction |
| License | LGPL-3 |
| Website | https://www.facebook.com/mac.long.33 |
| Versions | 17.0 18.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 68 |
| Technical Name |
web_widget_date_restriction |
| License | LGPL-3 |
| Website | https://www.facebook.com/mac.long.33 |
| Versions | 17.0 18.0 |
🎯 Widget Reference Table
| Widget Name | Field Type | Min Date | Use Case |
|---|---|---|---|
custom_date_future |
date |
Tomorrow | Payment dates, future contracts |
custom_datetime_future |
datetime |
Tomorrow | Future bookings, appointments |
custom_date_today |
date |
Today | Deadlines, execution dates |
custom_datetime_today |
datetime |
Today | Start times, booking times |
💡 Usage Examples
<!-- Use custom_datetime_today for booking dates (can select today) -->
<field name="date_booking" widget="custom_datetime_today"/>
<!-- Use custom_datetime_today for start dates (can select today) -->
<field name="start_date" widget="custom_datetime_today"/>
<!-- Use custom_date_today for end dates (can select today) -->
<field name="end_date" widget="custom_date_today"/>
Please log in to comment on this module