Laurent Mignon (ACSONE)
Laurent Mignon (ACSONE)
The goal of this PR is to add the ability to support multi companies with the connector Magento. This PR follows the same idea as the one expressed in the...
Tests fails due to the payment term used in `SetUpMagentoBase` ``` python self.payment_term = self.env.ref('account.' 'account_payment_term_advance') ``` I've removed the payment_term in the tests developed for this new module and...
Reverts OCA/rest-framework#387
This change is a complete rewrite of the way the transactions are managed in the when integrating a fastapi application into Odoo. In the previous implementation, specifics error handlers were...
Add an option to skip the packing step when processing a line into the zone picking scenario. Thanks to this option the processing of a line can be done by...
* [x] shopfloor_base: froward port up to 14.0/b9078a0ac790ccf6908094f414467f66bf82b8b4 * [x] shopflor: forward port up to 14.0/26f14cc00a7850caaecbe07c3cca2a89906da4ce * [x] shopfllor_mobile_base: foward port up to 14.0/8763f7b0541f05022ecbbe7420a3f8ec28c5b138 * [x] shopfloor_mobile: forward port up...
* [ ] includes #900 * [ ] Refactor to be more relevant and user friendly
…ith body content. In case of retry we must ensure that the stream pass to the Fastapi application is reset to the beginning to be sure it can be consumed...