-
Notifications
You must be signed in to change notification settings - Fork 289
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
[MIG] stock_custom_exchange_rate_date: Migration to 17.0 T#86792 #1687
Merged
luisg123v
merged 5 commits into
Vauxoo:17.0
from
vauxoo-dev:17.0-mig_stock_custom-xmglord
Jan 6, 2025
Merged
[MIG] stock_custom_exchange_rate_date: Migration to 17.0 T#86792 #1687
luisg123v
merged 5 commits into
Vauxoo:17.0
from
vauxoo-dev:17.0-mig_stock_custom-xmglord
Jan 6, 2025
Conversation
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
This module allows to set a customized date on transfers to be used when computing product unit prices, instead of the date when the transfer is validated, in case exchange rates are involved. The use for the above is that created journal entries take the newly computed unit price, which makes the inventory to be valuated using the specified rate.
This runs the translations autoformatter [1], which performs the following changes over .po files: - Sort terms alphabetically - Split lines to 78 characters - clear message when translated term is the same as original one This is done to produce a file as if it were re-exported from Odoo. For more info, see [2]. [1] OCA/odoo-pre-commit-hooks#76 [2] Vauxoo/pre-commit-vauxoo#104
luisg123v
requested changes
Jan 6, 2025
luisg123v
requested changes
Jan 6, 2025
The following actions were performed: - Update language file. - Migrate stock.move.line according to [1]. - Migrate attrs in views according to [2]. - Improve code by using new native methods. [1]: odoo/odoo@7dda6bb9 [2]: odoo/odoo#104741
xmglord
force-pushed
the
17.0-mig_stock_custom-xmglord
branch
from
January 6, 2025 19:14
658e494
to
7dbede1
Compare
luisg123v
approved these changes
Jan 6, 2025
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 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The following actions were performed: