Hi, I'm trying to add a table in the custumer model in the notebook area , something like this
| Product | Yes/No (Checkbox) | Description () |
| (Here I need the list of products) |
I can add more pages in the notebook area, add each of the fields separately, using devoloper mode, adding the field's in the model (res.partner), using the relation of objects, and editing the form view with xml language, but i want a table and in the table add rows, like a order line in the quotation model.
Odoo V10
Using developer mode, and I want to do it using this.
Thank you very much for your answer, when you give an example of class, tourbooking and tourprogrammed , where I can add this class?