I'm working on Odoo V10.
After learning to add a custom field to a view by the configuration interface (by activating the developper mode).
I want to learn how to add custom table to a view. Is it possible to do this without modify the python code like the way from the configuration interface ?
I would like to add a custom table to the view : res.partner.form
This table will only show more informations about the client, with no inteligence behind.
Thank you all for your help