Top "One2many" questions

A one-to-many relationship in a database occurs when each record in Table A may have many linked records in Table B, but each record in Table B may have only one corresponding record in Table A. A one-to-many relationship in a database is the most common relational database design and is at the heart of good design.

Odoo set specific domain on xml file

I made a custom button whick call a view: @api.multi def split_bot(self): view = self.env.ref('purchase_…

xml view openerp odoo-9 one2many
Set default value while creating record from one2many field - odoo

I want to set default value for multiple fields while creating records from one2many field, in that default value …

odoo-8 odoo-view one2many