trytond-party_company/employee.xml

11 lines
432 B
XML
Raw Normal View History

2018-07-11 18:33:41 +02:00
<?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>
2018-07-11 18:33:41 +02:00
</data>
</tryton>