add traductions modules contracts
This commit is contained in:
@@ -9,17 +9,24 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<field name="party"/>
|
||||
<label name="invoice_address"/>
|
||||
<field name="invoice_address"/>
|
||||
<label name="payment_term"/>
|
||||
<field name="payment_term"/>
|
||||
<label name="contact"/>
|
||||
<field name="contact"/>
|
||||
<newline/>
|
||||
<label name="start_date"/>
|
||||
<field name="start_date"/>
|
||||
<label name="end_date"/>
|
||||
<field name="end_date"/>
|
||||
<label name="invoice_start_date"/>
|
||||
<field name="invoice_start_date"/>>
|
||||
<field name="invoice_start_date"/>
|
||||
<label name="invoice_recurrence"/>
|
||||
<field name="invoice_recurrence"/>
|
||||
<label name="service"/>
|
||||
<field name="service"/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity"/>
|
||||
<label name="unit_price"/>
|
||||
<field name="unit_price"/>
|
||||
</group>
|
||||
<newline/>
|
||||
<field name="equipments"/>
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<group id="create_subscription">
|
||||
<label name="initial_contract"/>
|
||||
<field name="initial_contract"/>
|
||||
<label name="party"/>
|
||||
<field name="party"/>
|
||||
<label name="contact"/>
|
||||
@@ -19,6 +17,14 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<field name="end_date"/>
|
||||
<label name="invoice_start_date"/>
|
||||
<field name="invoice_start_date"/>
|
||||
<label name="service"/>
|
||||
<field name="service"/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity"/>
|
||||
<label name="unit_price"/>
|
||||
<field name="unit_price"/>
|
||||
<label name="payment_term"/>
|
||||
<field name="payment_term"/>
|
||||
</group>
|
||||
<newline/>
|
||||
<field name="equipments"/>
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--This file 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/group[@id='header']/field[@name='party']" position="before">
|
||||
<xpath
|
||||
expr="//label[@name='party']" position="before">
|
||||
<label name="type"/>
|
||||
<field name="type"/>
|
||||
</xpath> -->
|
||||
<newline/>
|
||||
</xpath>
|
||||
<xpath
|
||||
expr="/form/notebook/page[@id='subscription']" position="after">
|
||||
<page string="Equipments" id="equipments_subscription">
|
||||
|
||||
Reference in New Issue
Block a user