-
-
Notifications
You must be signed in to change notification settings - Fork 698
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OU-ADD] product_expiry: Nothing to do
TT45183
- Loading branch information
1 parent
1d8c79a
commit be5f5b6
Showing
2 changed files
with
16 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
15 changes: 15 additions & 0 deletions
15
openupgrade_scripts/scripts/product_expiry/16.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,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. |