[IMP] stock_quant_manual_assign:

* Extended usage in README
This commit is contained in:
oihane
2015-10-21 18:06:59 +02:00
committed by Cyril Gaudin
parent 172ee9e265
commit c3972902b2
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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()