mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
This commit fixes the following issues: - The previous code does not handle the immediate transfer scenario when auto_fill_qty_done is selected in the operation type. This raises a missing-record error, trying to update qty_done on non-existing move line records. - move._do_unreserve() keeps existing stock.move.line records if there is some qty_done set, which is not a desirable outcome. All the linked move line records should be unlinked before selected quants are assigned.
22 lines
583 B
Markdown
22 lines
583 B
Markdown
* Mikel Arregi <mikelarregi@avanzosc.es>
|
|
* Ana Juaristi <anajuaristi@avanzosc.es>
|
|
* Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>
|
|
* Fanha Giang <fanha99@hotmail.com>
|
|
* `Tecnativa <https://www.tecnativa.com>`_:
|
|
|
|
* Pedro M. Baeza <pedro.baeza@tecnativa.com>
|
|
* Vicent Cubells <vicent.cubells@tecnativa.com>
|
|
|
|
* `ForgeFlow <https://www.forgeflow.com>`_:
|
|
|
|
* Jordi Ballester <jordi.ballester@forgeflow.com>
|
|
* Lois Rilo <lois.rilo@forgeflow.com>
|
|
|
|
* `Shine IT <https://www.openerp.cn>`_:
|
|
|
|
* Tony Gu <tony@openerp.cn>
|
|
|
|
* `Quartile <https://www.quartile.co>`_:
|
|
|
|
* Yoshi Tashiro
|