ajepe / odoo-addons

Odoo addons
24 stars 40 forks source link

[Question] restful: what is the reason of just returning the result of super() #33

Open AungKoKoLin1997 opened 5 months ago

AungKoKoLin1997 commented 5 months ago

https://github.com/ajepe/odoo-addons/blob/a7d77742aef82cbf14d07f9fa3016d103545d04e/restful/models/ir_model.py#L29-L99

I found you added some customize code but you added return statement before your customization. The code after return statement will never be reached and worked. So, is that intentional or any reason?