-
-
Notifications
You must be signed in to change notification settings - Fork 815
[MIGRATION] account_move_line_stock_info: Migrate to Odoo 19.0 #2549
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 4 commits
afe8fe5
e187125
c6f82ba
ddbe01f
5d6a4d8
9f5ac16
eed64fa
c9542f0
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 |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| # © 2016 ForgeFlow S.L. | ||
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
| { | ||
| "name": "Account Move Line Stock Info", | ||
| "version": "18.0.1.0.0", | ||
| "name": "Account Move Line Migration (Odoo 19)", | ||
|
||
| "version": "19.0.1.0.0", | ||
| "depends": ["stock_account"], | ||
| "author": "ForgeFlow," "Odoo Community Association (OCA)", | ||
| "website": "https://github.com/OCA/stock-logistics-warehouse", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| def migrate(cr, version): | ||
| """Post-migration script for version 19.0.1.0.""" | ||
| pass |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| def migrate(cr, version): | ||
| """Pre-migration script for version 19.0.1.0.""" | ||
| pass |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| <head> | ||
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
| <meta name="generator" content="Docutils: https://docutils.sourceforge.io/" /> | ||
| <title>Account Move Line Stock Info</title> | ||
| <title>Account Move Line Migration (Odoo 19)</title> | ||
|
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. I think we should keep the name as it is. "Account Move Line Stock Info" |
||
| <style type="text/css"> | ||
|
|
||
| /* | ||
|
|
@@ -360,8 +360,8 @@ | |
| </style> | ||
| </head> | ||
| <body> | ||
| <div class="document" id="account-move-line-stock-info"> | ||
| <h1 class="title">Account Move Line Stock Info</h1> | ||
| <div class="document" id="account-move-line-migration-odoo-19"> | ||
|
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. I think we should keep the name as it is. "Account Move Line Stock Info" |
||
| <h1 class="title">Account Move Line Migration (Odoo 19)</h1> | ||
|
|
||
| <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
| !! This file is generated by oca-gen-addon-readme !! | ||
|
|
||
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.
I think we should keep the name as it is. "Account Move Line Stock Info"