I want to override do_partial method, of stock_partial_picking wizard (stock module),
stock_partial_picking model inherits from osv.osv_memory, is it a limitation to override or not ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to override do_partial method, of stock_partial_picking wizard (stock module),
stock_partial_picking model inherits from osv.osv_memory, is it a limitation to override or not ?
Hi,
It is possible to override wizard method in V7.
Just make override as like normal method. Because it is the part of python so, it is possible.
Let me know if you have any problem in that. I have done this kind of override at my side. It is possible.
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
Have you tried it? Because I think it should be possible to do so, like any other inheritance on regular orm.model or osv.osv objects.