跳至内容
菜单
此问题已终结
2182 查看

Hello everone

I am trying to customize the _cart_update method. So I created a class taht inherit sale.order a copy/paste the _cart_update method in this class and made my own changes.

The problem is when it calls the super() method, it calls _cart_update in website_event_sale module and not _cart_update in website_sale module.

How is it possible to specify which super method should be called ?

Thanks

形象
丢弃