-
-
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
base: 18.0
Are you sure you want to change the base?
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c078196 - Browse repository at this point
Copy the full SHA c078196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b2418 - Browse repository at this point
Copy the full SHA 97b2418View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd4143c - Browse repository at this point
Copy the full SHA bd4143cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40616cb - Browse repository at this point
Copy the full SHA 40616cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 513e493 - Browse repository at this point
Copy the full SHA 513e493View commit details -
[FIX] sale_automatic_workflow : reconciled should be done by the cron…
… task, indeed if we did it in the workflow we can not anymore unreconcile an invoice because it will be re-reconcile directly
Configuration menu - View commit details
-
Copy full SHA for 452298c - Browse repository at this point
Copy the full SHA 452298cView commit details -
[FIX] sale_automatic_wokflow : fix the option force invoice date, ind…
…eed this feature was still not reimplemented
Configuration menu - View commit details
-
Copy full SHA for e21381d - Browse repository at this point
Copy the full SHA e21381dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 251191f - Browse repository at this point
Copy the full SHA 251191fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8056a75 - Browse repository at this point
Copy the full SHA 8056a75View commit details -
[IMP] sale_automatic_workflow : add doc string for commit_now and set…
… to False params raise_error as it's a boolean
Configuration menu - View commit details
-
Copy full SHA for f5f0220 - Browse repository at this point
Copy the full SHA f5f0220View commit details -
Configuration menu - View commit details
-
Copy full SHA for c02d889 - Browse repository at this point
Copy the full SHA c02d889View commit details -
[IMP] sale_automatic_workflow : invoice validation and reconciliation…
… should be process individualy
Configuration menu - View commit details
-
Copy full SHA for 5d55118 - Browse repository at this point
Copy the full SHA 5d55118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ed2cb - Browse repository at this point
Copy the full SHA 06ed2cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bad75a - Browse repository at this point
Copy the full SHA 2bad75aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f6e557 - Browse repository at this point
Copy the full SHA 5f6e557View commit details -
[IMP] sale_automatic_workflow: improve invoice reconciliation by supp…
…orting exchange write off
Configuration menu - View commit details
-
Copy full SHA for 98e41ba - Browse repository at this point
Copy the full SHA 98e41baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3224839 - Browse repository at this point
Copy the full SHA 3224839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d63226 - Browse repository at this point
Copy the full SHA 0d63226View commit details -
[FIX] sale_automatic_workflow: replace dependencies on sale_quick_pay…
…ment by sale_quick_payment
Configuration menu - View commit details
-
Copy full SHA for e8d66bc - Browse repository at this point
Copy the full SHA e8d66bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a601ef - Browse repository at this point
Copy the full SHA 1a601efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a0c1df - Browse repository at this point
Copy the full SHA 9a0c1dfView commit details -
[FIX] since openerp 7, the crons callee have their own cr, so we don'…
…t need anymore to open a new one
Configuration menu - View commit details
-
Copy full SHA for 11e3a0b - Browse repository at this point
Copy the full SHA 11e3a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c64e4f4 - Browse repository at this point
Copy the full SHA c64e4f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89cd3b4 - Browse repository at this point
Copy the full SHA 89cd3b4View commit details -
[IMP] use an onchange to apply the default values (connectors will ha…
…ve to use this onchange
Configuration menu - View commit details
-
Copy full SHA for a5327dc - Browse repository at this point
Copy the full SHA a5327dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 194eb2f - Browse repository at this point
Copy the full SHA 194eb2fView commit details -
[IMP] sale_automatic_workflow: use the same words than openerp for or…
…der_policy, remove the 'postpaid' removed in openerp
Configuration menu - View commit details
-
Copy full SHA for 7192631 - Browse repository at this point
Copy the full SHA 7192631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 846aadf - Browse repository at this point
Copy the full SHA 846aadfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2736cac - Browse repository at this point
Copy the full SHA 2736cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23290a0 - Browse repository at this point
Copy the full SHA 23290a0View commit details -
[REF] sale_automatic_workflow: remove the field 'days_before_cancel',…
… moved in connector_ecommerce
Configuration menu - View commit details
-
Copy full SHA for 6eeac49 - Browse repository at this point
Copy the full SHA 6eeac49View commit details -
[CHG] sale_automatic_workflow: 'validate_order' is now a boolean, bec…
…ause the orders are now created or not based on the payment status
Configuration menu - View commit details
-
Copy full SHA for 065172c - Browse repository at this point
Copy the full SHA 065172cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b2c501 - Browse repository at this point
Copy the full SHA 8b2c501View commit details -
[FIX] the workflow_process_id is not transferred to picking, due to a…
… big and incomprehensible jiggery-pokery between stock.picking and stock.picking.out. The field have to be created on stock.picking so the sale order is able to write the field on creation (in sale._create_pickings_and_procurements), but thereby we can't search a stock.picking.out by this field.
Configuration menu - View commit details
-
Copy full SHA for 24a3726 - Browse repository at this point
Copy the full SHA 24a3726View commit details -
[ADD] sale_automatic_workflow: automatic validation of sales orders a…
…ccording to the workflow
Configuration menu - View commit details
-
Copy full SHA for c2c645c - Browse repository at this point
Copy the full SHA c2c645cView commit details -
[IMP] better field descriptions (respect the sale order ones) and cha…
…nge the view inheritance due to changes in sale_payment_method
Configuration menu - View commit details
-
Copy full SHA for 0a313fe - Browse repository at this point
Copy the full SHA 0a313feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b6ec80 - Browse repository at this point
Copy the full SHA 3b6ec80View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba7c2cc - Browse repository at this point
Copy the full SHA ba7c2ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc778bb - Browse repository at this point
Copy the full SHA fc778bbView commit details -
[FIX] when a sale order is in exception we should stop to try to vali…
…date it every minutes, performance killer. So the best is to only try to validate the sale order that don't have any exception
Configuration menu - View commit details
-
Copy full SHA for 24eddc9 - Browse repository at this point
Copy the full SHA 24eddc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ded75 - Browse repository at this point
Copy the full SHA 53ded75View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3956a4 - Browse repository at this point
Copy the full SHA a3956a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46e2fd2 - Browse repository at this point
Copy the full SHA 46e2fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67641d3 - Browse repository at this point
Copy the full SHA 67641d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83aa94a - Browse repository at this point
Copy the full SHA 83aa94aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f965f - Browse repository at this point
Copy the full SHA d8f965fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 396483b - Browse repository at this point
Copy the full SHA 396483bView commit details -
[REF] adapte sale_automatic_workflow due to the change as sale order …
…are linked to a account move line
Configuration menu - View commit details
-
Copy full SHA for bc1b581 - Browse repository at this point
Copy the full SHA bc1b581View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89081f0 - Browse repository at this point
Copy the full SHA 89081f0View commit details -
[FIX] remove dependency on sale_exception and give the posibility to …
…inherit easily the domain for the sale order validation
Configuration menu - View commit details
-
Copy full SHA for 3849179 - Browse repository at this point
Copy the full SHA 3849179View commit details -
[IMP] the option to create an invoice now allows to choose if it is c…
…reated on the confirmation of the sale order or after the delivery
Configuration menu - View commit details
-
Copy full SHA for f0517e5 - Browse repository at this point
Copy the full SHA f0517e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ebb35 - Browse repository at this point
Copy the full SHA 74ebb35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 446dfc2 - Browse repository at this point
Copy the full SHA 446dfc2View commit details -
[FIX] missing argument in _get_sum_... methods, sale_order.payment_id…
…s is already move lines, so we should not get their 'line_id'
Configuration menu - View commit details
-
Copy full SHA for 9f6cb6c - Browse repository at this point
Copy the full SHA 9f6cb6cView commit details -
use method to get the move lines
Tranlations es for modules
Configuration menu - View commit details
-
Copy full SHA for 450824f - Browse repository at this point
Copy the full SHA 450824fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c26b4a - Browse repository at this point
Copy the full SHA 1c26b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8c6c2 - Browse repository at this point
Copy the full SHA 3c8c6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e67ddc - Browse repository at this point
Copy the full SHA 1e67ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98c0d05 - Browse repository at this point
Copy the full SHA 98c0d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f6c8d - Browse repository at this point
Copy the full SHA a5f6c8dView commit details -
Remove dependency on sale_payment_method
I want to remove this dependency so we can use an automatic workflow without using the payment methods. A third module will surely be necessary.
Configuration menu - View commit details
-
Copy full SHA for 4f7160f - Browse repository at this point
Copy the full SHA 4f7160fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cc8ed4 - Browse repository at this point
Copy the full SHA 3cc8ed4View commit details -
Remove what depends on sale_payment_method
It will be reimplemented later in a link module between sale_payment_method and sale_automatic_workflow
Configuration menu - View commit details
-
Copy full SHA for 65771e9 - Browse repository at this point
Copy the full SHA 65771e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6441f27 - Browse repository at this point
Copy the full SHA 6441f27View commit details -
Configuration menu - View commit details
-
Copy full SHA for b993ba4 - Browse repository at this point
Copy the full SHA b993ba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f28e86 - Browse repository at this point
Copy the full SHA 7f28e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 148088a - Browse repository at this point
Copy the full SHA 148088aView commit details -
Because workflow_process_id is not propagated to the stock.picking
Configuration menu - View commit details
-
Copy full SHA for 7025ee5 - Browse repository at this point
Copy the full SHA 7025ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a8c189 - Browse repository at this point
Copy the full SHA 0a8c189View commit details -
Propagate the workflow to the picking
Test pass now
Configuration menu - View commit details
-
Copy full SHA for caa73e2 - Browse repository at this point
Copy the full SHA caa73e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed3a59 - Browse repository at this point
Copy the full SHA 1ed3a59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ac9ae - Browse repository at this point
Copy the full SHA 45ac9aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 155fab3 - Browse repository at this point
Copy the full SHA 155fab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d9976f - Browse repository at this point
Copy the full SHA 0d9976fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f7926 - Browse repository at this point
Copy the full SHA a3f7926View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c9790 - Browse repository at this point
Copy the full SHA 02c9790View commit details -
Configuration menu - View commit details
-
Copy full SHA for c58ee82 - Browse repository at this point
Copy the full SHA c58ee82View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8e2d7 - Browse repository at this point
Copy the full SHA ad8e2d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d402e69 - Browse repository at this point
Copy the full SHA d402e69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a866e3 - Browse repository at this point
Copy the full SHA 8a866e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cf3f77 - Browse repository at this point
Copy the full SHA 1cf3f77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4d02d - Browse repository at this point
Copy the full SHA 1f4d02dView commit details -
Do not propagate sale sale automatic workflow when several orders are…
… grouped in one picking If we have several sales orders in one procurement group, we group them in one picking. The possibilities when we have several orders for one picking are: 1. take the workflow of the first sale order 2. do not propagate the workflow at all 3. propagate the workflow if all the workflows are the same The solution 1. is bad, the 3. could be hard to understand and unpredictable. The solution 2. takes no assumption on what is expected.
Configuration menu - View commit details
-
Copy full SHA for 21514b8 - Browse repository at this point
Copy the full SHA 21514b8View commit details -
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
Configuration menu - View commit details
-
Copy full SHA for f932cdd - Browse repository at this point
Copy the full SHA f932cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ceba7 - Browse repository at this point
Copy the full SHA 55ceba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22db43e - Browse repository at this point
Copy the full SHA 22db43eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b1704 - Browse repository at this point
Copy the full SHA e9b1704View commit details -
Configuration menu - View commit details
-
Copy full SHA for 850c7c0 - Browse repository at this point
Copy the full SHA 850c7c0View commit details -
[UPD] prefix versions with 8.0
OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex
Configuration menu - View commit details
-
Copy full SHA for 84112c0 - Browse repository at this point
Copy the full SHA 84112c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fd7a0a - Browse repository at this point
Copy the full SHA 9fd7a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a47a677 - Browse repository at this point
Copy the full SHA a47a677View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74f8766 - Browse repository at this point
Copy the full SHA 74f8766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 589f250 - Browse repository at this point
Copy the full SHA 589f250View commit details -
Configuration menu - View commit details
-
Copy full SHA for af3d3ef - Browse repository at this point
Copy the full SHA af3d3efView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f266a - Browse repository at this point
Copy the full SHA e1f266aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 233c88c - Browse repository at this point
Copy the full SHA 233c88cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 820b315 - Browse repository at this point
Copy the full SHA 820b315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d32936 - Browse repository at this point
Copy the full SHA 4d32936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef1e7e - Browse repository at this point
Copy the full SHA 8ef1e7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ecf76b - Browse repository at this point
Copy the full SHA 2ecf76bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0946223 - Browse repository at this point
Copy the full SHA 0946223View commit details -
Configuration menu - View commit details
-
Copy full SHA for c04e18f - Browse repository at this point
Copy the full SHA c04e18fView commit details -
The addon does not install if the table sale_workflow_process contains records without filters, Odoo tries to get the xmlids of the default values before the filters are created.
Configuration menu - View commit details
-
Copy full SHA for a3c1ad7 - Browse repository at this point
Copy the full SHA a3c1ad7View commit details -
Disable 'Transfer Picking' on automatic workflow
Back in 7.0, this option was not active by default on the automatic workflow and I think it was better: this option is useful for some use cases but is not really the *default* thing we want to do on an automatic workflow.
Configuration menu - View commit details
-
Copy full SHA for 6b703b8 - Browse repository at this point
Copy the full SHA 6b703b8View commit details -
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
Configuration menu - View commit details
-
Copy full SHA for e52c65c - Browse repository at this point
Copy the full SHA e52c65cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e089e28 - Browse repository at this point
Copy the full SHA e089e28View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f2185 - Browse repository at this point
Copy the full SHA e7f2185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf6051 - Browse repository at this point
Copy the full SHA 2cf6051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b7e05a - Browse repository at this point
Copy the full SHA 0b7e05aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca4add - Browse repository at this point
Copy the full SHA 4ca4addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 546a783 - Browse repository at this point
Copy the full SHA 546a783View commit details -
OCA Transbot updated translations from Transifex (+5 squashed commits)
Squashed commits: [1b33e05] OCA Transbot updated translations from Transifex [997016e] OCA Transbot updated translations from Transifex [6aebc34] OCA Transbot updated translations from Transifex [cc80052] OCA Transbot updated translations from Transifex [87076c7] OCA Transbot updated translations from Transifex
Configuration menu - View commit details
-
Copy full SHA for 7a5cb73 - Browse repository at this point
Copy the full SHA 7a5cb73View commit details -
The previous parent menu has an action attached, and with these modules, it can't be clicked.
Configuration menu - View commit details
-
Copy full SHA for 8f7e58e - Browse repository at this point
Copy the full SHA 8f7e58eView commit details -
OCA Transbot updated translations from Transifex (+1 squashed commit)
Squashed commits: [04700d6] OCA Transbot updated translations from Transifex
Configuration menu - View commit details
-
Copy full SHA for f275415 - Browse repository at this point
Copy the full SHA f275415View commit details -
[MIG] sale_automatic_workflow: Upgrade to v10
* Bump version * Change openerp references to odoo * Fix license headers * Move menu * Alphabetize imports * Remove data key from XML * Change deprecated invoice validation workflow call to replacement action method
Configuration menu - View commit details
-
Copy full SHA for 6f56875 - Browse repository at this point
Copy the full SHA 6f56875View commit details -
Configuration menu - View commit details
-
Copy full SHA for 547ef29 - Browse repository at this point
Copy the full SHA 547ef29View commit details -
Option to set sale order done consider shipping
The option to automatically set the sales order as 'done' currently filters only the sales orders in state 'sale' and invoiced. I propose to change the default filter to 'all is invoiced AND all is delivered' which emulates the behaviour of the previous versions of Odoo. This is a backward compatible change: as the filter has `noupdate="1"`, existing installations will keep their domains and new installations will get the new one.
Configuration menu - View commit details
-
Copy full SHA for 35dc627 - Browse repository at this point
Copy the full SHA 35dc627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98bd2cd - Browse repository at this point
Copy the full SHA 98bd2cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52eb077 - Browse repository at this point
Copy the full SHA 52eb077View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c0adf - Browse repository at this point
Copy the full SHA 58c0adfView commit details -
Configuration menu - View commit details
-
Copy full SHA for efb52c0 - Browse repository at this point
Copy the full SHA efb52c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8bf471 - Browse repository at this point
Copy the full SHA d8bf471View commit details -
Configuration menu - View commit details
-
Copy full SHA for 006b3ff - Browse repository at this point
Copy the full SHA 006b3ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eca414 - Browse repository at this point
Copy the full SHA 2eca414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 971244e - Browse repository at this point
Copy the full SHA 971244eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc83cc6 - Browse repository at this point
Copy the full SHA fc83cc6View commit details -
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex
Configuration menu - View commit details
-
Copy full SHA for a60b70c - Browse repository at this point
Copy the full SHA a60b70cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 986d8cb - Browse repository at this point
Copy the full SHA 986d8cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb6b00 - Browse repository at this point
Copy the full SHA 6eb6b00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55368c2 - Browse repository at this point
Copy the full SHA 55368c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f27e33c - Browse repository at this point
Copy the full SHA f27e33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8ffe21 - Browse repository at this point
Copy the full SHA e8ffe21View commit details -
[FIX] sale_automatic_workflow: multi-record aware on validation (OCA#570
Configuration menu - View commit details
-
Copy full SHA for 7eff83b - Browse repository at this point
Copy the full SHA 7eff83bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1339590 - Browse repository at this point
Copy the full SHA 1339590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 460d721 - Browse repository at this point
Copy the full SHA 460d721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b727d - Browse repository at this point
Copy the full SHA 15b727dView commit details -
[FIX] Fixed tests for sale_automatic_workflow
With this commit in odoo-server OCA/OCB@7ed86b5#diff-100ea30dc07c0edef9040b4ef74279be the moves that where force-assigned are not transferred in the picking, so in order to fix test is necessary to add stock to the stockable products in test sale order
Configuration menu - View commit details
-
Copy full SHA for 4d723c6 - Browse repository at this point
Copy the full SHA 4d723c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f3d00c - Browse repository at this point
Copy the full SHA 1f3d00cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09a53da - Browse repository at this point
Copy the full SHA 09a53daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b193df - Browse repository at this point
Copy the full SHA 8b193dfView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-12.0/sale-workflow-12.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_automatic_workflow/
Configuration menu - View commit details
-
Copy full SHA for 9670c12 - Browse repository at this point
Copy the full SHA 9670c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 027b566 - Browse repository at this point
Copy the full SHA 027b566View commit details -
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (55 of 55 strings) Translation: sale-workflow-12.0/sale-workflow-12.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_automatic_workflow/zh_CN/
Configuration menu - View commit details
-
Copy full SHA for 5835e25 - Browse repository at this point
Copy the full SHA 5835e25View commit details -
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (55 of 55 strings) Translation: sale-workflow-12.0/sale-workflow-12.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_automatic_workflow/zh_CN/
Configuration menu - View commit details
-
Copy full SHA for c598ad0 - Browse repository at this point
Copy the full SHA c598ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a2ed70 - Browse repository at this point
Copy the full SHA 8a2ed70View commit details -
Configuration menu - View commit details
-
Copy full SHA for f84e0d7 - Browse repository at this point
Copy the full SHA f84e0d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for db30e82 - Browse repository at this point
Copy the full SHA db30e82View commit details -
Configuration menu - View commit details
-
Copy full SHA for a24c51e - Browse repository at this point
Copy the full SHA a24c51eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35829c7 - Browse repository at this point
Copy the full SHA 35829c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20513a0 - Browse repository at this point
Copy the full SHA 20513a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c049f2 - Browse repository at this point
Copy the full SHA 7c049f2View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/
Configuration menu - View commit details
-
Copy full SHA for 0132c61 - Browse repository at this point
Copy the full SHA 0132c61View commit details -
Configuration menu - View commit details
-
Copy full SHA for dff30f9 - Browse repository at this point
Copy the full SHA dff30f9View commit details -
Translated using Weblate (Chinese (Simplified))
Currently translated at 96.4% (53 of 55 strings) Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/zh_CN/
Configuration menu - View commit details
-
Copy full SHA for 281780d - Browse repository at this point
Copy the full SHA 281780dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac056d - Browse repository at this point
Copy the full SHA 9ac056dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0e20a0 - Browse repository at this point
Copy the full SHA a0e20a0View commit details -
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.2% (54 of 55 strings) Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/zh_CN/
Configuration menu - View commit details
-
Copy full SHA for d39a53e - Browse repository at this point
Copy the full SHA d39a53eView commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (55 of 55 strings) Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/es/
Configuration menu - View commit details
-
Copy full SHA for de86f67 - Browse repository at this point
Copy the full SHA de86f67View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/
Configuration menu - View commit details
-
Copy full SHA for 41203c3 - Browse repository at this point
Copy the full SHA 41203c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b341060 - Browse repository at this point
Copy the full SHA b341060View commit details -
Translated using Weblate (Catalan)
Currently translated at 100.0% (55 of 55 strings) Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/ca/
Configuration menu - View commit details
-
Copy full SHA for 3f7525a - Browse repository at this point
Copy the full SHA 3f7525aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f295ed6 - Browse repository at this point
Copy the full SHA f295ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9043f1f - Browse repository at this point
Copy the full SHA 9043f1fView commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (55 of 55 strings) Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for 003b284 - Browse repository at this point
Copy the full SHA 003b284View commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (55 of 55 strings) Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for 2e522b2 - Browse repository at this point
Copy the full SHA 2e522b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8831c7a - Browse repository at this point
Copy the full SHA 8831c7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b221d87 - Browse repository at this point
Copy the full SHA b221d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for f937ba5 - Browse repository at this point
Copy the full SHA f937ba5View commit details -
sale_automatic_workflow: Do not post invoices set back to draft
When sale automatic workflow is set to create and post invoices, a posted invoice that is set back to draft by the user will be posted again automatically on the next run of the sale automatic workflow. This change in the filter avoids to post the invoice automatically and allows the user to do its changes before posting it manually.
Configuration menu - View commit details
-
Copy full SHA for d549a99 - Browse repository at this point
Copy the full SHA d549a99View commit details -
[IMP] sale_automatic_workflow: Change to use the new field posted_before
Co-authored-by: Akim Juillerat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0efe958 - Browse repository at this point
Copy the full SHA 0efe958View commit details -
Configuration menu - View commit details
-
Copy full SHA for d479049 - Browse repository at this point
Copy the full SHA d479049View commit details -
Configuration menu - View commit details
-
Copy full SHA for de4fe56 - Browse repository at this point
Copy the full SHA de4fe56View commit details -
Configuration menu - View commit details
-
Copy full SHA for a40ba2a - Browse repository at this point
Copy the full SHA a40ba2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6eb674 - Browse repository at this point
Copy the full SHA e6eb674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9073c7a - Browse repository at this point
Copy the full SHA 9073c7aView commit details -
Fix sale_automatic_workflow: on some cases you ship more
products than planned. You want to consider them as fully shipped Fix sale_automatic_workflow: on some cases you ship more products than planned. You want to consider them as fully shipped Forward-port of OCA#1659
Configuration menu - View commit details
-
Copy full SHA for 35505e0 - Browse repository at this point
Copy the full SHA 35505e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbdab97 - Browse repository at this point
Copy the full SHA cbdab97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ebb766 - Browse repository at this point
Copy the full SHA 2ebb766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9163321 - Browse repository at this point
Copy the full SHA 9163321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c96786 - Browse repository at this point
Copy the full SHA 2c96786View commit details -
[MIG] sale_automatic_workflow: Migration to 15.0
* Module has now dependency on sale_delivery_state * sale_automatic_workflow_delivery_state is integrated to sale_automatic_workflow
Configuration menu - View commit details
-
Copy full SHA for 3f969b0 - Browse repository at this point
Copy the full SHA 3f969b0View commit details -
[FIX] sale_automatic_workflow: active model context
For some invoicing processes the active model context is important. For example: https://github.com/OCA/bank-payment/blob/13.0/account_payment_partner/models/account_move.py#L161 TT34678
Configuration menu - View commit details
-
Copy full SHA for 380a96e - Browse repository at this point
Copy the full SHA 380a96eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa01f17 - Browse repository at this point
Copy the full SHA fa01f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd13696 - Browse repository at this point
Copy the full SHA fd13696View commit details -
[IMP] sale_automatic_workflow: add sale_automatic_workflow_job
Use Queue Jobs to process the Sales Automatic Workflow actions. The default behavior of the automatic workflow module is to use a scheduled action that searches all the record that need a workflow action and sequentially process all of them. It can hit some limits when the number of records is too high. This module keeps the scheduled action to search the records, but instead of directly executing the actions (confirm a sales order, create invoices for a sales order, validate invoices, ...), it creates one job per operation to do. It uses an identity key on the jobs so it will not create the same job for the same record and same operation twice. ~ I needed to extract methods in `sale_automatic_workflow` in order to be able to execute them as jobs. A new decorator "job_auto_delay" (to eventually move in queue_job) makes these methods automatically delayed when called.
Configuration menu - View commit details
-
Copy full SHA for c6993df - Browse repository at this point
Copy the full SHA c6993dfView commit details -
[FIX] sale_automatic_workflow: remove company contextmanager
update on user causes locking for jobs, so only 1 tread is allowed for channel, but core implementation was updated and now it relying on first on given context instead of the user
Configuration menu - View commit details
-
Copy full SHA for a2b6fb3 - Browse repository at this point
Copy the full SHA a2b6fb3View commit details -
[FIX] sale_automatic_workflow: Fix tests multi-company issues
Change to the correct company in environment to pick up the correct company dependent fields TT28906
Configuration menu - View commit details
-
Copy full SHA for 1121322 - Browse repository at this point
Copy the full SHA 1121322View commit details -
[IMP] sale_automatic_workflow: move register_payment option from sale…
…_automatic_workflow_payment_mode - Move register_payment option from sale_automatic_workflow_payment_mode to sale_automatic_workflow. - Add _register_payments function in sale_automatic_workflow. TT31208
Configuration menu - View commit details
-
Copy full SHA for 4fd8597 - Browse repository at this point
Copy the full SHA 4fd8597View commit details -
[IMP] sale_automatic_workflow: Send order confirmation mail option in…
… Sale Workflow Process TT30759
Configuration menu - View commit details
-
Copy full SHA for e6701e9 - Browse repository at this point
Copy the full SHA e6701e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 206152e - Browse repository at this point
Copy the full SHA 206152eView commit details -
[FIX] sale_automatic_workflow: work with 14.0
* The fix is originally in `[MIG] sale_automatic_workflow_payment_mode: Migration to 14.0`. * Migrated to 14.0: OCA/sale-workflow@d549fca#diff-644e82d43704d0eaa176dc9665558b4fc83117394397847ea859a524b432e6beR72 * When porting `[IMP] sale_automatic_workflow`, the ported commit does not have that fix * 13.0: OCA/sale-workflow@4e43590#diff-87a59a699d3d1a4901d848f8116ccd51627cc0b64621732d4a348fc1a27e31f6R175 * Ported to 14.0: OCA/sale-workflow@1c40132#diff-87a59a699d3d1a4901d848f8116ccd51627cc0b64621732d4a348fc1a27e31f6R167
Configuration menu - View commit details
-
Copy full SHA for e0732f5 - Browse repository at this point
Copy the full SHA e0732f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for da5888f - Browse repository at this point
Copy the full SHA da5888fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 861911c - Browse repository at this point
Copy the full SHA 861911cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e84a6 - Browse repository at this point
Copy the full SHA a3e84a6View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-15.0/sale-workflow-15.0-sale_automatic_workflow Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_automatic_workflow/
Configuration menu - View commit details
-
Copy full SHA for 61980c6 - Browse repository at this point
Copy the full SHA 61980c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6662b0 - Browse repository at this point
Copy the full SHA e6662b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f63b48e - Browse repository at this point
Copy the full SHA f63b48eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 857f130 - Browse repository at this point
Copy the full SHA 857f130View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6477e1 - Browse repository at this point
Copy the full SHA c6477e1View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 705d2ee - Browse repository at this point
Copy the full SHA 705d2eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 202f595 - Browse repository at this point
Copy the full SHA 202f595View commit details -
Translated using Weblate (Spanish)
Currently translated at 96.4% (54 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/
Configuration menu - View commit details
-
Copy full SHA for 94d74eb - Browse repository at this point
Copy the full SHA 94d74ebView commit details -
Translated using Weblate (Italian)
Currently translated at 19.6% (11 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/
Configuration menu - View commit details
-
Copy full SHA for 6715e9c - Browse repository at this point
Copy the full SHA 6715e9cView commit details -
Translated using Weblate (Italian)
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/
Configuration menu - View commit details
-
Copy full SHA for 796aaff - Browse repository at this point
Copy the full SHA 796aaffView commit details -
Translated using Weblate (Slovenian)
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/
Configuration menu - View commit details
-
Copy full SHA for a93f11e - Browse repository at this point
Copy the full SHA a93f11eView commit details -
Translated using Weblate (Italian)
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/
Configuration menu - View commit details
-
Copy full SHA for f7d99ef - Browse repository at this point
Copy the full SHA f7d99efView commit details -
Translated using Weblate (Italian)
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/
Configuration menu - View commit details
-
Copy full SHA for 633d067 - Browse repository at this point
Copy the full SHA 633d067View commit details -
Translated using Weblate (Spanish)
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/
Configuration menu - View commit details
-
Copy full SHA for e480c01 - Browse repository at this point
Copy the full SHA e480c01View commit details -
Translated using Weblate (German)
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/
Configuration menu - View commit details
-
Copy full SHA for 2a57ed9 - Browse repository at this point
Copy the full SHA 2a57ed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44d531f - Browse repository at this point
Copy the full SHA 44d531fView commit details -
Translated using Weblate (Portuguese (Brazil))
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/
Configuration menu - View commit details
-
Copy full SHA for 5d0496b - Browse repository at this point
Copy the full SHA 5d0496bView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 6e417d5 - Browse repository at this point
Copy the full SHA 6e417d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d1a761 - Browse repository at this point
Copy the full SHA 5d1a761View commit details -
Translated using Weblate (German)
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/
Configuration menu - View commit details
-
Copy full SHA for f91a4af - Browse repository at this point
Copy the full SHA f91a4afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f78d5d - Browse repository at this point
Copy the full SHA 9f78d5dView commit details -
Translated using Weblate (Spanish)
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/
Configuration menu - View commit details
-
Copy full SHA for 52e4072 - Browse repository at this point
Copy the full SHA 52e4072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47276a3 - Browse repository at this point
Copy the full SHA 47276a3View commit details -
Translated using Weblate (Spanish)
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/
Configuration menu - View commit details
-
Copy full SHA for ea6b126 - Browse repository at this point
Copy the full SHA ea6b126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d863e7 - Browse repository at this point
Copy the full SHA 7d863e7View commit details -
[REF] sale_automatic_workflow|_stock: separate
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.
Configuration menu - View commit details
-
Copy full SHA for 233c919 - Browse repository at this point
Copy the full SHA 233c919View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa6afd - Browse repository at this point
Copy the full SHA bfa6afdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1649e5f - Browse repository at this point
Copy the full SHA 1649e5fView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 7009f45 - Browse repository at this point
Copy the full SHA 7009f45View commit details -
Translated using Weblate (Italian)
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/
Configuration menu - View commit details
-
Copy full SHA for de30c9b - Browse repository at this point
Copy the full SHA de30c9bView commit details -
Translated using Weblate (Italian)
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/
Configuration menu - View commit details
-
Copy full SHA for 086e3df - Browse repository at this point
Copy the full SHA 086e3dfView commit details -
[IMP] do not copy the workflow_process_id when copying the models
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
Configuration menu - View commit details
-
Copy full SHA for 0f63aaa - Browse repository at this point
Copy the full SHA 0f63aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24d2097 - Browse repository at this point
Copy the full SHA 24d2097View commit details -
sale_automatic_workflow: fix no-copy tests
sale_automatic_workflow doesn't depend on `sale_stock` in 17.0 so tests checking `sale_order.picking_ids` are removed OCA@1d0e79e
Configuration menu - View commit details
-
Copy full SHA for 9c56bda - Browse repository at this point
Copy the full SHA 9c56bdaView commit details -
sale_automatic_workflow: fix payment creation with currency test
`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
Configuration menu - View commit details
-
Copy full SHA for 734af80 - Browse repository at this point
Copy the full SHA 734af80View commit details -
Configuration menu - View commit details
-
Copy full SHA for c651c4f - Browse repository at this point
Copy the full SHA c651c4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f5731 - Browse repository at this point
Copy the full SHA 15f5731View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff38d00 - Browse repository at this point
Copy the full SHA ff38d00View commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a00b472 - Browse repository at this point
Copy the full SHA a00b472View commit details