trytond-party_company/employee.xml

11 lines
432 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.action.act_window" id="company.act_employee_form">
<field name="domain" eval="['OR', ('company', 'in', Eval('companies', [])), ('company', 'in', [])]" pyson="1"/>
</record>
</data>
</tryton>