Search 1.9 billion lines of Odoo code on GitHub

product_expiry_life_date_dependent

Author: Odoo Community Association (OCA)
License: AGPL-3
Branch: 13.0-add-product_expiry_life_date_dependent
Repository: tegin/product-attribute
Dependencies: product, product_expiry, and stock
Languages: HTML (311, 37.1%), Python (320, 38.1%), XML (174, 20.7%), and reStructuredText (34, 4.1%)

<h1 class="title">Product Expiry Life Date Dependent</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/tegin/product_attribute/tree/13.0/product_expiry_life_date_dependent"><img alt="tegin/product_attribute" src="https://img.shields.io/badge/github-tegin%2Fproduct_attribute-lightgray.png?logo=github" /></a></p> <p>This module allows to change the standard expiry dates managing. Currently, the odoo product_expiry module computes the use_date, removal_date, life_date and alert_date applying the use_time, removal_time, life_date and alert_date to the creation date of the lot. For example if alert_time is set to 2 days and the lot is created the 16/02/2022, the alert_date is set to 18/02/2022. With this module this behaviour can be changed. It computes the use_date, removal_date and alert_date depending on the life_date. For example, if the alert_time is set to 2 days, and the lot life_date is the 20/04/2022, the alert_date is set to 18/04/22. In addition, the times and type of computing (from current_date or life_date) can be configured on the product_category and on the product_template. If a field is provided on the product, the provided on the category is set. A filter of &quot;Lots on Hand&quot; and filters of &quot;Alert Date Reached&quot;, &quot;Use Date Reached&quot;, &quot;Life Date Reached&quot; and &quot;Removal Date Reached&quot; has been added.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul> <li><a class="reference internal" href="#contributors" id="id3">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id4">Maintainers</a></li> </ul> </li> </ul> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id1">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/tegin/product_attribute/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/tegin/product_attribute/issues/new?body=module:%20product_expiry_life_date_dependent%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id2">Credits</a></h2> <a name="contributors"></a> <h3><a class="toc-backref" href="#id3">Contributors</a></h3> <ul> <li><p class="first"><a class="reference external" href="https://www.creublanca.es">CreuBlanca</a>:</p> <blockquote> <ul class="simple"> <li>Alba Riera &lt;<a class="reference external" href="mailto:alba.riera&#64;creublanca.es">alba.riera&#64;creublanca.es</a>&gt;</li> </ul> </blockquote> </li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id4">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/tegin/product_attribute/tree/13.0/product_expiry_life_date_dependent">tegin/product_attribute</a> project on GitHub.</p> <p>You are welcome to contribute.</p>