Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.1
Category
Product
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 08:22:59
Authors
Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA)
Committers
OCA-git-bot, oca-ci, Deriman-Alonso
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to facilitate the input of stock production lot
expired dates:

- Add settings on stock to choose the base date for stock production lot
- Add onchanges on stock production lot to compute expired dates from
  base date

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_config_settings_form_view stock.config.settings.form (in stock_production_lot_expired_date) res.config.settings form Inherits stock.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • production_lot_base_date Selection
    config_parameter='stock_production_lot_expired_date.production_lot_base_date' selection='_selection_production_lot_base_date' string='Base date to compute expiration dates'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (4)
  • onchange_alert_date(self)
    @api.onchange('alert_date')
  • onchange_expiration_date(self)
    @api.onchange('expiration_date')
  • onchange_removal_date(self)
    @api.onchange('removal_date')
  • onchange_use_date(self)
    @api.onchange('use_date')

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
288 days ago
Last activity
114 days ago
Repository
OCA/product-attribute
Pull request
[18.0][MIG] stock_production_lot_expired_date: Migration to 18.0 (#2123)