<?xml version="1.0"?> <!-- Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>) @author: Sylvain LE GAL (https://twitter.com/legalsylvain) License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). --> <odoo> <record model="shift.template.registration" id="standard_template_registration_1"> <field name="shift_template_id" eval="ref('standard_template_1')" /> <field name="partner_id" eval="ref('standard_member_1')"/> </record> <record model="shift.template.registration" id="standard_template_registration_2"> <field name="shift_template_id" eval="ref('standard_template_1')" /> <field name="partner_id" eval="ref('standard_member_2')"/> </record> <record model="shift.template.registration" id="standard_template_registration_3"> <field name="shift_template_id" eval="ref('standard_template_2')" /> <field name="partner_id" eval="ref('standard_member_3')"/> </record> </odoo>