mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_quant_manual_assign:
* Extended usage in README
This commit is contained in:
@@ -12,6 +12,11 @@ With this module, user can change manually the automatic selection of quants
|
||||
Usage
|
||||
=====
|
||||
|
||||
To use this module, you need to:
|
||||
|
||||
* You will able to select the quants from each stock.move. There will be a
|
||||
button that opens a wizard directly from the move or from the picking.
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/153/8.0
|
||||
|
||||
@@ -10,6 +10,7 @@ class StockPicking(models.Model):
|
||||
|
||||
@api.multi
|
||||
def action_assign(self):
|
||||
# This is to assure that stock.pack.operation are reprocessed
|
||||
self.mapped('pack_operation_ids').unlink()
|
||||
return super(StockPicking, self).action_assign()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user