File: work_form.xml

package info (click to toggle)
tryton-modules-project-revenue 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 344 kB
  • sloc: python: 329; xml: 96; makefile: 6; sh: 3
file content (21 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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. -->
<data>
    <xpath expr="/form/notebook/page[@id='general']/label[@name='timesheet_duration']"
        position="before">
        <label name="product"/>
        <field name="product"/>
        <label name="list_price"/>
        <field name="list_price"/>
        <newline/>
    </xpath>
    <xpath expr="/form/notebook/page[@id='general']/field[@name='total_effort']"
        position="after">
        <newline/>
        <label name="cost"/>
        <field name="cost"/>
        <label name="revenue"/>
        <field name="revenue"/>
    </xpath>
</data>