-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
[16.0][MIG] product_cost_price_avco_sync: Migration to 16.0 #1465
base: 16.0
Are you sure you want to change the base?
[16.0][MIG] product_cost_price_avco_sync: Migration to 16.0 #1465
Conversation
The readme is quite short. How can I do a functional test on this module? creating a inventory adjustment on a past date? Does this module provide a way to adjust layer cost upon price_unit in stock moves without creating new stock moves? |
@AaronHForgeFlow I didn't test with inventory adjustment. For clear testing, I test with this module OCA/purchase-workflow#2137. So, we can adjust the price_unit of move from purchase order line.
Yes, It does and also adjusts the cost of product. |
/ocabot migration product_cost_price_avco_sync |
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.
LGTM
22b0a0c
to
52228bb
Compare
52228bb
to
32f5cef
Compare
…ith stock move price unit
4f81c7b
to
f1525e7
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
@AungKoKoLin1997 can you please rebase so runboat is rebuilt? Thanks |
f1525e7
to
3033869
Compare
@AaronHForgeFlow I rerun the runboat. |
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.
Code review LGTM
@rousseldenis Can we get this PR merged? |
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
@rousseldenis your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-1465-by-rousseldenis-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
…r first adjustment input
…negative stock and vacuum with sale return move TT33334
… Float (20,8)" This reverts commit ace19f5
… values to avoid full processing in case remaining_qty contains an insignificant value less than zero
With this dict we are allowed to process some svls before processing the main avoiding do writes on the method. TT44663
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-product_cost_price_avco_sync Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-product_cost_price_avco_sync/
- Include context keys for avoiding mail operations overhead.
Currently translated at 100.0% (5 of 5 strings) Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-product_cost_price_avco_sync Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-product_cost_price_avco_sync/es/
3033869
to
2c88de8
Compare
Lin will be out of the office for another month; therefore, I will reply on his behalf. |
Note that there's a big refactoring at #1697 to speed up the synchronization, neutralize other bad behaviors, etc that should be taken into account. |
Standard Migration
@qrtl