odoo-addons
odoo-addons copied to clipboard
[Question] restful: what is the reason of just returning the result of super()
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?