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 IDNameModelTypeStatus
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_end Date
    args: 'End Date'
  • date_start Date
    args: 'Start Date'
  • limited_by_dates Boolean
    related='type_id.limited_by_dates'
  • mandatory_date_start Boolean
    related='type_id.mandatory_date_start'
Public methods (0)

No public methods.

New fields (2)
  • limited_by_dates Boolean
    help='Links of this type will have a limited life based on start/end dates.'
  • mandatory_date_start Boolean
    help='When limited by dates, make date start required.'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…