Skip to content

Commit

Permalink
Merge pull request #4136 from Tecnativa/16.0-mig-product_expiry
Browse files Browse the repository at this point in the history
[16.0][OU-ADD] product_expiry: Nothing to do
  • Loading branch information
pedrobaeza authored Apr 1, 2024
2 parents a40710f + be5f5b6 commit 8c04d55
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| product_email_template | |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| product_expiry | | |
| product_expiry | Nothing to do | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| product_images | |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---Models in module 'product_expiry'---
---Fields in module 'product_expiry'---
product_expiry / stock.lot / alert_date (datetime) : NEW hasdefault: compute
product_expiry / stock.lot / expiration_date (datetime) : NEW hasdefault: compute
product_expiry / stock.lot / product_expiry_reminded (boolean): NEW
product_expiry / stock.lot / removal_date (datetime) : NEW hasdefault: compute
product_expiry / stock.lot / use_date (datetime) : NEW hasdefault: compute
product_expiry / stock.production.lot / alert_date (datetime) : DEL
product_expiry / stock.production.lot / expiration_date (datetime) : DEL
product_expiry / stock.production.lot / product_expiry_reminded (boolean): DEL
product_expiry / stock.production.lot / removal_date (datetime) : DEL
product_expiry / stock.production.lot / use_date (datetime) : DEL
---XML records in module 'product_expiry'---
NEW ir.ui.view: product_expiry.report_package_barcode_expiry
# Nothing to do.

0 comments on commit 8c04d55

Please sign in to comment.