Minor fixes

This commit is contained in:
Oscar Alvarez 2021-02-04 17:11:16 -05:00
parent f6e5964064
commit a6c27c90ae
4 changed files with 10 additions and 6 deletions

View File

@ -35,7 +35,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="view" ref="sale_employee_view_form"/>
<field name="act_window" ref="act_sale_employee_form"/>
</record>
<menuitem name="Employees" parent="sale.menu_sale_configuration"
<menuitem name="Employees" parent="sale.menu_configuration"
sequence="10" id="menu_sale_employees3"
action="act_sale_employee_form"/>

View File

@ -1,7 +1,8 @@
[tryton]
version=5.0.2
version=5.0.3
depends:
ir
company
account_invoice
sale_price_list
sale_salesman

View File

@ -4,7 +4,10 @@ this repository contains the full copyright notices and license terms. -->
<form>
<label name="party"/>
<field name="party"/>
<label name="company"/>
<field name="company"/>
<field name="start_date"/>
<field name="end_date"/>
<label name="code"/>
<field name="code"/>
<label name="position"/>
<field name="position"/>
</form>

View File

@ -4,6 +4,6 @@ this repository contains the full copyright notices and license terms. -->
<tree>
<field name="party"/>
<field name="company"/>
<field name="start_date"/>
<field name="end_date"/>
<field name="code"/>
<field name="position"/>
</tree>