[18.0][MIG] stock_inventory_valuation_report#472
Conversation
f961621 to
8770977
Compare
|
@oscars8a please respect the commit history. Review the wiki documentation or other resources to ensure the migration is done properly. https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0 |
e726df3 to
9a84ee8
Compare
|
@oscars8a When I mentioned commit history, I was referring to past versions. What we have now is essentially the history of this migration—which, by the way, you should squash (get rid of). Here's another resource to help with migrations: https://github.com/OCA/oca-port. Be sure to check out the video tutorials about it from OCA Days events on YouTube. |
… currently not available products
Currently translated at 100.0% (39 of 39 strings) Translation: stock-logistics-reporting-12.0/stock-logistics-reporting-12.0-stock_inventory_valuation_report Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-reporting-12-0/stock-logistics-reporting-12-0-stock_inventory_valuation_report/it/
Co-authored-by: dessanhemrayev <dessanhemrayev@gmail.com> Co-authored-by: Alessandro Uffreduzzi <alessandro.uffreduzzi@pytech.it>
Currently translated at 100.0% (39 of 39 strings) Translation: stock-logistics-reporting-14.0/stock-logistics-reporting-14.0-stock_inventory_valuation_report Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-reporting-14-0/stock-logistics-reporting-14-0-stock_inventory_valuation_report/it/
…ger while running tests
8db58c7 to
01fcf5e
Compare
|
Thank you very much for your help, @rrebollo |
|
The title of this PR should be something along the lines of: [18.0][MIG] stock_inventory_valuation_report In the description, you should mention the corresponding issue where migrations for the target version are listed. This ensures all contributors can see you've stepped in to handle the migration and helps avoid duplicate work, in this case: #346. I also noticed this addon hasn't been migrated since version 14.0. Typically, that would suggest it's no longer needed—either because its functionality was merged into the built-in modules or because another OCA addon now provides the same feature. Did your research consider that possibility? |
There was a problem hiding this comment.
this file shouldn't be part of the migration
There was a problem hiding this comment.
Yes, but it’s the only way I’ve seen to fix the precommit, https://github.com/OCA/stock-logistics-reporting/actions/runs/23599897085/job/68726677853?pr=472
There was a problem hiding this comment.
The real problem could be linked to the copier repo template—maybe it needs to be updated. Remove the file and leave a message explaining that the failing test is unrelated to the addon migration.
There was a problem hiding this comment.
Had you tried git pull --rebase origin 18.0?
There was a problem hiding this comment.
It's up to date; I updated it two weeks ago. The problem was specifying the file as an ESM module.
6463555 to
48eddd5
Compare
rrebollo
left a comment
There was a problem hiding this comment.
Code Review: Great work! The code looks good to me (LGTM). Thank you for your contribution! I've provided a few suggestions for your consideration—feel free to address them as you see fit.
For example you could replace deprecated t-esc by t-out in some templates.
| from odoo.tools import mute_logger, test_reports | ||
|
|
||
|
|
||
| class TestStockInventoryValuation(common.TransactionCase): |
There was a problem hiding this comment.
Use BaseCommon instead. You can check out the source code and adopt it if the benefits apply.
There was a problem hiding this comment.
Thank you very much for your help and patience
|
This PR has the |
a0f358a to
99d3610
Compare
|
This PR has the |
2 similar comments
|
This PR has the |
|
This PR has the |


No description provided.