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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
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_duration Float
    compute='_compute_min_duration' digits=dp.get_precision('Product UoM') help='Minimum duration, in hours, the meeting can be.' store=True string='Minimum Duration'
  • product_ids Many2many → product.product
    comodel_name='product.product' domain="[('type', '=', 'service')]" help='Services involved in this event/meeting.' string='Services'
Public methods (0)

No public methods.

New fields (3)
  • event_ids Many2many → calendar.event
    comodel_name='calendar.event' help='Events or meetings this service is involved in.' string='Events/Meetings'
  • min_service_time Float
    digits=dp.get_precision('Product UoM') help='Minimum time it takes to complete this service in hours.' string='Minimum Time'
  • resource_id Many2one → resource.resource
    comodel_name='resource.resource' help='Optionally set a resource on performing this service' string='Resource'
Public methods (0)

No public methods.