TIP: You can type at any time to perform a new search.
Product Template Multi Link With Dates
product_template_multi_link_date_span · OCA/e-commerce
- Repository
- OCA/e-commerce · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sale
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/e-commerce
- Last tracking update
- 2026-08-10 17:31:07
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- OCA-git-bot, oca-ci, ilo
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds the possibility to set a start and end date on the links. So links can be activated only for a certain period of time.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_link_form |
product.template.link.form.date.span | product.template.link | form | Inherits product_template_multi_link.product_template_link_form |
product_template_link_tree |
product.template.link.list.date.span | product.template.link | list | Inherits product_template_multi_link.product_template_link_tree |
product_template_link_type_tree_view |
product.template.link.type.list.date.span | product.template.link.type | list | Inherits product_template_multi_link.product_template_link_type_tree_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (4)
-
date_endDateargs: 'End Date' -
date_startDateargs: 'Start Date' -
limited_by_datesBooleanrelated='type_id.limited_by_dates' -
mandatory_date_startBooleanrelated='type_id.mandatory_date_start'
No public methods.
New fields (2)
-
limited_by_datesBooleanhelp='Links of this type will have a limited life based on start/end dates.' -
mandatory_date_startBooleanhelp='When limited by dates, make date start required.'
No public methods.
Loading…
Loading…
Loading…