Add timesheet_work_notebook dependency.

This commit refs #4832
This commit is contained in:
Sergio Morillo 2018-06-08 17:34:33 +02:00
parent 7a1785274b
commit 5bcb8bc180
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ depends:
cost_manage
team_timesheet
timesheet_work_category
xml:
team_timesheet.xml
work.xml

View File

@ -2,7 +2,7 @@
<!-- The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name='company']" position="after">
<xpath expr="/form/notebook/page[@id='general']/field[@name='categories']" position="before">
<newline/>
<label name="costs_category"/>
<field name="costs_category"/>
@ -12,5 +12,6 @@ this repository contains the full copyright notices and license terms. -->
<field name="own_cost_category"/>
<label name="cost_category"/>
<field name="cost_category"/>
<newline/>
</xpath>
</data>