I have created a model "x_farmer" by going through steps in Settings -> Database Structure -> Models -> Create.
It created a table with it's own magic fields and I don't see any modifications to the Odoo 10 code base after this.
Questions:
1. Is there a way to create a model without magic fields ? Please point me to some useful resources on this.
2. If Odoo's code base is not modified then how do I add sql constraints to the model as I can't use _sql_constraints list (no model class) ?