Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
3098 Weergaven

For Odoo v8, can anyone tell me how to find the actual method that is called (and the associated model) when I click the "Apply" button on the "Update Product Quantity" dialog that is reached via, e.g. Warehouse -> Products /<Select Product>/ Inventory tab -> (Quantity on Hand)Update.

Thanks for any pointers you can give.

Avatar
Annuleer
Auteur Beste antwoord

Ok, thanks zbik. That's what I was thinking, but was not at all sure.

Avatar
Annuleer
Beste antwoord

When you click button called is wizard: stock_change_product_qty, model stock.change.product.qty, id="view_change_product_quantity", from stock/wizard/stock_change_product_qty.py, and method change_product_qty() from this file.

Avatar
Annuleer