콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
3102 화면

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.

아바타
취소
작성자 베스트 답변

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

아바타
취소
베스트 답변

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.

아바타
취소