Juan Miguel Sánchez Arce
Juan Miguel Sánchez Arce
Build is failing, see: https://github.com/shopinvader/odoo-shopinvader/pull/1320
> We should not add new dependencies in shopfloor. So those changes should move to a new module shopfloor_vendor_packaging (auto install glue between shopfloor and [OCA/product-attribute#1523](https://github.com/OCA/product-attribute/pull/1523)) > > I thought...
> This will be valid only if this module is installed. I believe this has its place in `shopfloor`, adding a default behavior: do not display vendor packages. Then, we...
> backorders_quantity_done can be empty in the response if auto_post_enabled is false in the scenario config. You cannot use this field like this in the frontend. Also, I still think...
> I think you better deprecate this module and update shppfloor to send the picking note to the front and display it in the front You don't need to depend...
@jbaudoux I've updated the module with your remarks, but now I'm wondering: will the notes be correctly recomputed each time we change the partner? Because the field introduced in `stock_picking_partner_note`...
> I don't see the display of the note in the zone picking The task descriptions says it's not applicable for zone picking right? "In shopfloor cluster picking (n.a. for...
Failing tests should be fixed with: https://github.com/OCA/stock-logistics-workflow/pull/1543
>  This test fails because we depend on `stock_picking_partner_note`, which currently has `note` as an Html field. As soon as we merge https://github.com/OCA/stock-logistics-workflow/pull/1543#pullrequestreview-1992070362 , the test should pass.
> Can you rebase ? Done