hi,
i want to create a master-detail form for data entry (like: Departments and Employees, the key column: id in Department (One2Many) and in Employee it is department_id (Many2One)), please point me to a simple example which uses only custom models and custom view.
regards