[16.0][FIX] stock_release_channel_shipment_advice_deliver job function process_shipments
Missing job_function to _action_deliver
Actually there is a job function to _action_deliver but this one is never used as the method that is called with delay is _action_deliver.
https://github.com/OCA/wms/blob/da5e224621c6f128e84031f77f3a910673022f87/stock_release_channel_shipment_advice_deliver/models/stock_release_channel.py#L201
@santostelmo Are you sure of your change?
The function exists :
https://github.com/OCA/wms/blob/da5e224621c6f128e84031f77f3a910673022f87/stock_release_channel_shipment_advice_deliver/models/stock_release_channel.py#L199
@santostelmo Are you sure of your change?
The function exists :
https://github.com/OCA/wms/blob/da5e224621c6f128e84031f77f3a910673022f87/stock_release_channel_shipment_advice_deliver/models/stock_release_channel.py#L199
Indeed this function exists but it is never called with delay.
However process_shipments does not have any linked job function and ends up being executed in the root channel
This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖
/ocabot merge patch
Hey, thanks for contributing! Proceeding to merge this for you. Prepared branch 16.0-ocabot-merge-pr-1113-by-jbaudoux-bump-patch, awaiting test results.
Congratulations, your PR was merged at 3558334c8529f4c425333b2673c9f04c2e76a6f2. Thanks a lot for contributing to OCA. ❤️