Skip to content

Commit

Permalink
[OU-ADD] product_expiry: Nothing to do
Browse files Browse the repository at this point in the history
TT45183
  • Loading branch information
victoralmau committed Apr 1, 2024
1 parent 1d8c79a commit be5f5b6
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 be5f5b6

Please sign in to comment.