File: allocation_form.xml

package info (click to toggle)
tryton-modules-project-plan 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 376 kB
  • ctags: 115
  • sloc: python: 690; xml: 82; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
<?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. -->
<form>
    <label name="employee"/>
    <field name="employee"/>
    <label name="percentage"/>
    <field name="percentage"/>
    <label name="work"/>
    <field name="work"/>
</form>