Skip to content

Commit

Permalink
Merge pull request #4782 from Tecnativa/17.0-OUADD-product_expiry
Browse files Browse the repository at this point in the history
[17.0][OU-ADD] product_expiry: Nothing to do
  • Loading branch information
MiquelRForgeFlow authored Feb 27, 2025
2 parents 571f3c5 + bd6dc4d commit cbc3653
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules160-170.rst
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ Module coverage 16.0 -> 17.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,13 @@
---Models in module 'product_expiry'---
---Fields in module 'product_expiry'---
product_expiry / stock.quant / expiration_date (datetime) : NEW isrelated: related, stored
NOTHING TO DO: ORM already filled this field by SQL being a related stored with one level deep

---XML records in module 'product_expiry'---
NEW ir.ui.view: product_expiry.view_production_lot_view_kanban
NEW ir.ui.view: product_expiry.view_stock_quant_tree
NEW ir.ui.view: product_expiry.view_stock_quant_tree_editable
NEW ir.ui.view: product_expiry.view_stock_quant_tree_inventory_editable
DEL ir.ui.view: product_expiry.view_stock_quant_tree_editable_expiry
DEL ir.ui.view: product_expiry.view_stock_quant_tree_expiry
# NOTHING TO DO: handled by ORM

0 comments on commit cbc3653

Please sign in to comment.