Jacques-Etienne Baudoux
Jacques-Etienne Baudoux
In an address, the real street is usually put on the last "street" field. Ensure we get this in StreetName or AdditionalStreetName but not in another element. Example from https://en.wikipedia.org/wiki/Address...
Added support for 0160 schemeID on top of GTIN
In summary: * Cleanup code (use a single context variable to prevent re-execution, make dedicated methods for each purpose). * Increase performance (there was many recursive execution of the same...
Do not add carrier when SO contains only service lines Also increased test coverage Removed Alpha status @sebalix @simahawk @santostelmo
Check orderpoints also for non relocated moves Fix quantity to replenish in case of partial relocation (move partially available) Depends on: * https://github.com/OCA/wms/pull/755 cc @mt-software-de @rousseldenis
Pick by product by generating one picking per product on the procurement run. Configurable on the rule. A procurement group per product will be generated. I refactored a bit procurement_create_group...
The horizon is removed in the computation of the orderpoint forecasted quantity. In standard, only the moves planned before the orderpoint rule lead days are taken into consideration for the...
When an order is modified, do not recompute container deposit for each line
Method signature changed in inherited module https://github.com/OCA/stock-logistics-warehouse/pull/1821
Forward messages to MQTT broker Relates to https://github.com/fredlcore/BSB-LAN/issues/442 In your `BSB_LAN_config.h`, set * byte LoggingMode = 4; // CF_LOGMODE_MQTT * int logTelegram = LOGTELEGRAM_ON