-
Notifications
You must be signed in to change notification settings - Fork 0
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
[IMP] stock_release_channel_plan: Add widget many2many_tags to preparation_weekday_ids #4
Closed
tuantrantg
wants to merge
64
commits into
jbaudoux:16-release_channel_plan
from
tuantrantg:16.0-imp-stock_release_channel_plan
Closed
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
…computation in its own method
Currently translated at 100.0% (29 of 29 strings) Translation: wms-14.0/wms-14.0-sale_stock_available_to_promise_release Translate-URL: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-sale_stock_available_to_promise_release/es_AR/
Currently translated at 100.0% (26 of 26 strings) Translation: wms-14.0/wms-14.0-sale_stock_available_to_promise_release Translate-URL: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-sale_stock_available_to_promise_release/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: wms-14.0/wms-14.0-sale_stock_available_to_promise_release Translate-URL: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-sale_stock_available_to_promise_release/
Currently translated at 100.0% (29 of 29 strings) Translation: wms-14.0/wms-14.0-sale_stock_available_to_promise_release Translate-URL: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-sale_stock_available_to_promise_release/it/
Currently translated at 100.0% (29 of 29 strings) Translation: wms-14.0/wms-14.0-sale_stock_available_to_promise_release Translate-URL: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-sale_stock_available_to_promise_release/it/
Currently translated at 100.0% (29 of 29 strings) Translation: wms-14.0/wms-14.0-sale_stock_available_to_promise_release Translate-URL: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-sale_stock_available_to_promise_release/it/
Currently if sale_stock_available_to_promise_release is installed we are not able to change the release policy anymore. Therefor we need a separate field, which will be set from the procurement.group's move_type. For Example we can now keep the shipping_policy on the transfer but release only partially.
…ment_date' perf Checking ongoing states instead of finished ones (done and canceled) helps PostgreSQL to perform the filter on far less lines (done lines are increasing a lot over time), speeding up the query to get the next replenishment date.
jbaudoux
force-pushed
the
16-release_channel_plan
branch
from
March 27, 2024 08:10
3893388
to
3bff483
Compare
jbaudoux
force-pushed
the
16-release_channel_plan
branch
from
March 27, 2024 09:37
3bff483
to
107c990
Compare
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: wms-16.0/wms-16.0-stock_release_channel_plan Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_release_channel_plan/
…m being automatically assigned
Currently translated at 52.0% (13 of 25 strings) Translation: wms-16.0/wms-16.0-stock_release_channel_plan Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_release_channel_plan/fr/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: wms-16.0/wms-16.0-stock_release_channel Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_release_channel/
Currently translated at 100.0% (137 of 137 strings) Translation: wms-16.0/wms-16.0-stock_release_channel Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_release_channel/it/
…ation_weekday_ids
tuantrantg
force-pushed
the
16.0-imp-stock_release_channel_plan
branch
from
April 3, 2024 03:36
d2d0090
to
ec159d7
Compare
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.
This PR is adding
many2many_tags
widget topreparation_weekday_ids
to show the days on the tree view of release channelDepends on: