Sébastien Alix
Sébastien Alix
This module integrates the release channels with sales. Thanks to it, a sale user is able to force the release channel to use in deliveries, ignoring the customer preferences. TODO:...
Port of the following PRs from 14.0 to 16.0: - #722 => tests failing, but still retrieved a commit adding an unrelated unit test increasing coverage - #805
An attempt to reduce the diff between 14.0 and 16.0 but it's quite difficult as the commit history between 14.0 and 16.0 starts to be really different.
As there is no quant created for consumable products, Odoo does not support the propagation of a destination package from an ancestor move to its destination move (through the reservation...
This is a WIP PR, I put the code here if people wants to contribute (any help is welcome!). There are two base modules (framework): - `odoo2odoo_backend`: implements some `ConnectorUnit`...
## Module Question/issue about `ddmrp` module. ## Bug description Hi, we encountered an issue lately with the qualified demand computed on buffers. Right now - if I'm not wrong -...
Port the following PRs from 15.0 to 16.0: - https://github.com/OCA/server-backend/pull/262 (to ease the port I preferred to backport this feature from 17.0 as it was already ported there in a...
Replace the `Unblock Release` server action by a wizard. This new wizard allows to give more options to the user regarding the unblocking process, like the scheduled date to set...
Do not write on `sale.order.order_line` field, this is somehow slowing down the process (CPU bound). Creating/updating `sale.order.line` directly is faster. Ref. 1309