-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[18.0][MIG] sale_automatic_workflow: Migration to 18.0 #3441
Open
chaule97
wants to merge
233
commits into
OCA:18.0
Choose a base branch
from
chaule97:18.0-mig-sale_automatic_workflow
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
chaule97
commented
Nov 29, 2024
- I format-patch from [17.0][MIG] sale_automatic_workflow_periodicity #3375
… task, indeed if we did it in the workflow we can not anymore unreconcile an invoice because it will be re-reconcile directly
…eed this feature was still not reimplemented
… to False params raise_error as it's a boolean
… should be process individualy
…orting exchange write off
…ment by sale_quick_payment
…t need anymore to open a new one
…ve to use this onchange
…der_policy, remove the 'postpaid' removed in openerp
Currently translated at 21.4% (12 of 56 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/it/
Currently translated at 50.0% (28 of 56 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/sl/
Currently translated at 21.4% (12 of 56 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/it/
Currently translated at 28.5% (16 of 56 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/it/
Currently translated at 100.0% (56 of 56 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/es/
Currently translated at 62.5% (35 of 56 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/de/
Currently translated at 98.2% (55 of 56 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/pt_BR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/
Currently translated at 75.0% (42 of 56 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/de/
Currently translated at 100.0% (56 of 56 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/es/
Currently translated at 100.0% (56 of 56 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/es/
There is an issue for service companies that do not need the stock module to be installed when using `sale_automatic_workflow`. Module depended on `stock`, therefore it was auto installed. Now, stock related part is moved to a separate module - `sale_automatic_workflow_stock` and can be installed separately.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-17.0/sale-workflow-17.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_automatic_workflow/
Currently translated at 100.0% (47 of 47 strings) Translation: sale-workflow-17.0/sale-workflow-17.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_automatic_workflow/it/
Currently translated at 100.0% (47 of 47 strings) Translation: sale-workflow-17.0/sale-workflow-17.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_automatic_workflow/it/
problem : if you copy it, the move/SO can be processed by the job too fast for the user to be able to perform his job
sale_automatic_workflow doesn't depend on `sale_stock` in 17.0 so tests checking `sale_order.picking_ids` are removed OCA@1d0e79e
`account_move` doesn't have payment_mode_id It seems the checks were not run when this change was added in 14.0 https://github.com/OCA/sale-workflow/pull/2295/checks
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.