[18.0] [MIG] sale_stock_available_to_promise_release: Migration to 18.0#1046
Closed
bizzappdev wants to merge 39 commits into
Closed
[18.0] [MIG] sale_stock_available_to_promise_release: Migration to 18.0#1046bizzappdev wants to merge 39 commits into
bizzappdev wants to merge 39 commits into
Conversation
…computation in its own method
Currently translated at 69.2% (18 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/
Currently translated at 69.2% (18 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/
Currently translated at 69.2% (18 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/
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 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.
…lass to ease extension
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: wms-16.0/wms-16.0-sale_stock_available_to_promise_release Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-sale_stock_available_to_promise_release/
Currently translated at 100.0% (31 of 31 strings) Translation: wms-16.0/wms-16.0-sale_stock_available_to_promise_release Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-sale_stock_available_to_promise_release/it/
Currently translated at 70.9% (22 of 31 strings) Translation: wms-16.0/wms-16.0-sale_stock_available_to_promise_release Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-sale_stock_available_to_promise_release/fr/
mmequignon
requested changes
Jun 10, 2025
|
|
||
| { | ||
| "name": "Stock Available to Promise Release - Sale Integration", | ||
| "version": "16.0.1.1.2", |
| @@ -0,0 +1,2 @@ | |||
| The migration of this module from 14.0 to 16.0 was financially supported | |||
There was a problem hiding this comment.
Suggested change
| The migration of this module from 14.0 to 16.0 was financially supported | |
| The migration of this module from 14.0 to 18.0 was financially supported |
Comment on lines
+8
to
+18
| <div class="col-12 col-lg-6 o_setting_box"> | ||
| <div class="o_setting_left_pane"> | ||
| <field name="stock_sale_report_display_is_available" /> | ||
| </div> | ||
| <div class="o_setting_right_pane"> | ||
| <label for="stock_sale_report_display_is_available" /> | ||
| <div class="text-muted"> | ||
| Show Available column in SO and quotation reports | ||
| </div> | ||
| </div> | ||
| </div> |
bizzappdev
force-pushed
the
18.0-mig-sale_stock_available_to_promise_release-BAD
branch
from
June 17, 2025 10:47
c2f82a2 to
a65f153
Compare
bizzappdev
marked this pull request as ready for review
June 17, 2025 10:50
| <field name="inherit_id" ref="stock.res_config_settings_view_form" /> | ||
| <field name="arch" type="xml"> | ||
| <xpath expr="//div[@id='stock_reservation']" position="inside"> | ||
| <setting class="col-12 col-lg-6 o_setting_box"> |
There was a problem hiding this comment.
Here's a guide how to use the setting tags to simplify the configuration views:
bizzappdev
force-pushed
the
18.0-mig-sale_stock_available_to_promise_release-BAD
branch
from
June 17, 2025 14:04
a65f153 to
24b9c87
Compare
henrybackman
approved these changes
Jun 18, 2025
| <field name="inherit_id" ref="sale.view_order_form" /> | ||
| <field name="arch" type="xml"> | ||
| <xpath expr="//button[@name='action_view_invoice']" position="before"> | ||
| <field name="move_need_release_count" invisible="1" /> |
There was a problem hiding this comment.
Suggested change
| <field name="move_need_release_count" invisible="1" /> |
This is probably not needed
bizzappdev
force-pushed
the
18.0-mig-sale_stock_available_to_promise_release-BAD
branch
from
June 18, 2025 06:12
24b9c87 to
1b7ea38
Compare
bizzappdev
force-pushed
the
18.0-mig-sale_stock_available_to_promise_release-BAD
branch
from
June 18, 2025 06:44
1b7ea38 to
720d597
Compare
mmequignon
approved these changes
Jun 19, 2025
mmequignon
left a comment
Member
There was a problem hiding this comment.
LG, can be merged as soon as the dependency is merged
jbaudoux
reviewed
Jun 20, 2025
|
@bizzappdev, as you opened a PR in the |
Author
|
The PR is closed as the module has been moved to OCA/stock-logistics-reservation#12 |
bizzappdevteam
deleted the
18.0-mig-sale_stock_available_to_promise_release-BAD
branch
November 7, 2025 08:48
This file contains hidden or 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
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.
Dependency PR for module
stock_available_to_promise_release#1045