Odoo 11 ValueError: Expected singleton: %s" % record
问题 I am creating a custom module where I want to get all the selected employee in the Payroll and send them a default email. For that I am doing this To show the action button <?xml version="1.0" encoding="utf-8"?> <odoo> <data> <record id="action_email_payslip" model="ir.actions.server"> <field name="name">Email</field> <field eval="2" name="sequence"/> <field name="view_mode">form</field> <field name="multi" eval="False"/> <field name="model_id" ref="hr_payroll.model_hr_payslip"/> <field name=