first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?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 col="2">
|
||||
<label name="date"/>
|
||||
<field name="date"/>
|
||||
</form>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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="//button[@name='pickup']" position="after">
|
||||
<button name="add_progress"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?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="//page[@name='invoice_lines']" position="before">
|
||||
<page name="progresses" col="2">
|
||||
<label name="actual_start"/>
|
||||
<field name="actual_start"/>
|
||||
<field name="progresses" colspan="2"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?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 col="2">
|
||||
<label name="line"/>
|
||||
<field name="line"/>
|
||||
<label name="previous"/>
|
||||
<field name="previous"/>
|
||||
|
||||
<label name="date"/>
|
||||
<field name="date"/>
|
||||
|
||||
<label name="duration"/>
|
||||
<field name="duration"/>
|
||||
|
||||
<field name="lines" colspan="2"/>
|
||||
|
||||
<field name="invoice_lines" colspan="2"/>
|
||||
</form>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?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. -->
|
||||
<tree>
|
||||
<field name="date"/>
|
||||
<field name="duration"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user