TIP: You can type at any time to perform a new search.
Product Service Duration
product_service_duration · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Product
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://laslabs.com
- Last tracking update
- 2026-08-07 07:17:47
- Authors
- Odoo Community Association (OCA), LasLabs
- Maintainers
- Odoo Community Association (OCA), LasLabs
- Committers
- OCA Transbot, Dave Lasley, oca-travis
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view |
product.product.form | product.product | form | Inherits product.product_normal_form_view |
product_product_tree_view |
product.product.tree | product.product | tree | Inherits product.product_product_tree_view |
product_search_form_view |
product.product.search | product.product | search | Inherits product.product_search_form_view |
view_calendar_event_form |
calendar.event.form | calendar.event | form | Inherits calendar.view_calendar_event_form |
view_calendar_event_form_popup |
calendar.event.form | calendar.event | form | Inherits calendar.view_calendar_event_form_popup |
view_calendar_event_search |
calendar.event.search | calendar.event | search | Inherits calendar.view_calendar_event_search |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
min_durationFloatcompute='_compute_min_duration'digits=dp.get_precision('Product UoM')help='Minimum duration, in hours, the meeting can be.'store=Truestring='Minimum Duration' -
product_idsMany2many → product.productcomodel_name='product.product'domain="[('type', '=', 'service')]"help='Services involved in this event/meeting.'string='Services'
No public methods.
New fields (3)
-
event_idsMany2many → calendar.eventcomodel_name='calendar.event'help='Events or meetings this service is involved in.'string='Events/Meetings' -
min_service_timeFloatdigits=dp.get_precision('Product UoM')help='Minimum time it takes to complete this service in hours.'string='Minimum Time' -
resource_idMany2one → resource.resourcecomodel_name='resource.resource'help='Optionally set a resource on performing this service'string='Resource'
No public methods.