-
-
Notifications
You must be signed in to change notification settings - Fork 716
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4782 from Tecnativa/17.0-OUADD-product_expiry
[17.0][OU-ADD] product_expiry: Nothing to do
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
openupgrade_scripts/scripts/product_expiry/17.0.1.0/upgrade_analysis_work.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |