Juan Miguel Sánchez Arce
Juan Miguel Sánchez Arce
Until now, only date_order was exposed when requesting a sale.order record. This change adds commitment_date to the list of values exposed.
This method now has another default in case no variants match the language of the partner_id. It now uses the language of the backend as a last resort.
A new flag is added to _get_invader_variant to allow the caller to determine whether to use all invader variants or only the ones that are active.
Depends on: - https://github.com/OCA/stock-logistics-workflow/pull/1504 Stock picking partner notes are notes that are pre-defined for each customer and can be displayed for each picking. With this PR, we send them to...
Taking the commits from https://github.com/OCA/wms/pull/839 but using a different history with this commit as a base c114af4e8165dadfc01aafd6ecf09a6682cd7ed6 to only include some of the changes since then. ref: cos-4214 & cos-4507
For reception, in the select_move screen, we were displaying the qty done for each move in the picking. However, this would always be 0 if auto posting was enabled. Now,...
Depends on: - https://github.com/OCA/product-attribute/pull/1523 Qty picker: Settings: ref: cos-4389
- Write the qty and Package type text in bold for the type to pick - Instead of color-coding the boxes (since this is usually used to indicate what type...

@santostelmo I'm opening this PR after noticing that the `note` field in `stock.picking`, which was created as an HTML, created some conflicts with what shopfloor expects. Do you think we...