Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.3 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 08:09:19
Authors
Odoo Community Association (OCA)
Maintainers
Odoo Community Association (OCA)
Committers
GitHub, Denis Roussel, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_category_form_view_inherit product.category.form (in product_expiry_configurable) product.category form Inherits product.product_category_form_view
search_product_lot_filter_inherit_product_expiry stock.lot.search.inherit (in product_expiry_configurable) stock.lot search Inherits product_expiry.search_product_lot_filter_inherit_product_expiry
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (5)
  • alert_time Integer
    compute='_compute_date_fields' help='Number of days before an alert should be raised on the lot/serial number.' readonly=False recursive=True store=True string='Product Alert Time'
  • expiration_time Integer
    compute='_compute_date_fields' help='Number of days before the goods may become dangerous and must not be consumed. It will be computed on the lot/serial number.' readonly=False recursive=True store=True string='Product Expiration Time'
  • removal_time Integer
    compute='_compute_date_fields' help='Number of days before an alert should be raised on the lot/serial number.' readonly=False recursive=True store=True string='Product Removal Time'
  • use_expiration_date Boolean
    compute='_compute_use_expiration_date' readonly=False store=True
  • use_time Integer
    compute='_compute_date_fields' help='Number of days before the goods starts deteriorating, without being dangerous yet. It will be computed using the lot/serial number.' readonly=False recursive=True store=True string='Product Use Time'
Public methods (0)

No public methods.

New fields (5)
  • alert_time Integer
    compute='_compute_date_fields' readonly=False store=True
  • expiration_time Integer
    compute='_compute_date_fields' readonly=False store=True
  • removal_time Integer
    compute='_compute_date_fields' readonly=False store=True
  • use_expiration_date Boolean
    compute='_compute_use_expiration_date' readonly=False store=True
  • use_time Integer
    compute='_compute_date_fields' readonly=False store=True
Public methods (0)

No public methods.

New fields (3)
  • expiration_date_reminded Boolean
    default=False
  • removal_date_reminded Boolean
    default=False
  • use_date_reminded Boolean
    default=False
Public methods (0)

No public methods.

Loading…

Loading…