Add timesheet_work_notebook dependency.

This commit refs #4832
This commit is contained in:
Sergio Morillo 2018-06-08 17:33:52 +02:00
parent 9c2261314f
commit b51e0a847f
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
version=4.2.0
depends:
timesheet
timesheet_work_notebook
xml:
category.xml
timesheet.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='timesheet_end_date']" position="after">
<field name="categories" colspan="4"/>
<xpath expr="/form/notebook/page[@id='general']" position="inside">
<field name="categories" colspan="2"/>
</xpath>
</data>