-
-
Notifications
You must be signed in to change notification settings - Fork 810
[MIG] mrp_product_expiry: Migrate to 18.0 #5595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 18.0
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| # Copyright 2025 OpenUpgrade Contributors | ||
| # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
|
|
||
| from openupgradelib import openupgrade | ||
|
|
||
|
|
||
| @openupgrade.migrate() | ||
| def migrate(env, version): | ||
| """No changes needed in data for mrp_product_expiry 17.0 -> 18.0""" | ||
| pass | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| # Copyright 2025 OpenUpgrade Contributors | ||
| # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
|
|
||
| from openupgradelib import openupgrade | ||
|
|
||
|
|
||
| @openupgrade.migrate() | ||
| def migrate(env, version): | ||
| """No changes needed in schema for mrp_product_expiry 17.0 -> 18.0""" | ||
| pass | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| ---Models in module 'mrp_product_expiry'--- | ||
| No model changes detected. | ||
|
|
||
| ---Fields in module 'mrp_product_expiry'--- | ||
| No field changes detected. | ||
|
|
||
| ---XML records in module 'mrp_product_expiry'--- | ||
| No XML record changes detected. | ||
|
|
||
| ---Merged modules--- | ||
| None | ||
|
|
||
| ---Renamed models--- | ||
| None | ||
|
|
||
| ---Deleted models--- | ||
| None | ||
|
|
||
| ---Schema changes summary--- | ||
| No database schema changes required. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. don't edit this file |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| ---Models in module 'mrp_product_expiry'--- | ||
| No model changes detected. | ||
| # NOTHING TO DO: Module code is identical in 17.0 and 18.0 | ||
|
|
||
| ---Fields in module 'mrp_product_expiry'--- | ||
| No field changes detected. | ||
| # NOTHING TO DO: All fields remain unchanged | ||
|
|
||
| ---XML records in module 'mrp_product_expiry'--- | ||
| No XML record changes detected. | ||
| # NOTHING TO DO: All XML records remain unchanged | ||
|
|
||
| ---Merged modules--- | ||
| None | ||
| # NOTHING TO DO: No modules were merged | ||
|
|
||
| ---Renamed models--- | ||
| None | ||
| # NOTHING TO DO: No models were renamed | ||
|
|
||
| ---Deleted models--- | ||
| None | ||
| # NOTHING TO DO: No models were deleted | ||
|
|
||
| ---Schema changes summary--- | ||
| No database schema changes required. | ||
| # NOTHING TO DO: This is a lightweight technical module with no database changes | ||
| # between versions 17.0 and 18.0. All functionality is preserved as-is. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove nonsense comments |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file in nonsense, remove