first commit
This commit is contained in:
@@ -0,0 +1,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. -->
|
||||
<tree>
|
||||
<field name="code"/>
|
||||
<field name="name"/>
|
||||
<field name="purchase_price_uom"/>
|
||||
<field name="cost_price_uom"/>
|
||||
<field name="list_price_uom"/>
|
||||
<field name="default_uom"/>
|
||||
</tree>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?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>
|
||||
<field colspan="4" name="lines"/>
|
||||
</form>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?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="supplier"/>
|
||||
<field name="supplier"/>
|
||||
<label name="number"/>
|
||||
<field name="number"/>
|
||||
|
||||
<label name="description"/>
|
||||
<field name="description"/>
|
||||
<label name="reference"/>
|
||||
<field name="reference"/>
|
||||
|
||||
<notebook>
|
||||
<page string="Agreement" id="agreement">
|
||||
<label name="from_date"/>
|
||||
<field name="from_date"/>
|
||||
<label name="to_date"/>
|
||||
<field name="to_date"/>
|
||||
|
||||
<label name="currency"/>
|
||||
<field name="currency"/>
|
||||
|
||||
<field name="lines" colspan="4"/>
|
||||
</page>
|
||||
<page string="Other Info" id="other">
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
</page>
|
||||
</notebook>
|
||||
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group col="2" colspan="2" id="amount" yfill="1">
|
||||
<label name="amount" xalign="1.0" xexpand="1" xfill="0"/>
|
||||
<field name="amount" xalign="1.0" xexpand="0"/>
|
||||
</group>
|
||||
|
||||
<group id="links" col="-1" colspan="2">
|
||||
<link icon="tryton-purchase" name="purchase_blanket_agreement.act_purchase_form_blanket_agreement"/>
|
||||
</group>
|
||||
<group col="-1" colspan="2" id="buttons">
|
||||
<button name="cancel" icon="tryton-cancel"/>
|
||||
<button name="draft"/>
|
||||
<button name="run"/>
|
||||
<button name="create_purchase" icon="tryton-launch"/>
|
||||
<button name="close" icon="tryton-close"/>
|
||||
</group>
|
||||
</form>
|
||||
@@ -0,0 +1,34 @@
|
||||
<?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="blanket_agreement"/>
|
||||
<field name="blanket_agreement" colspan="3"/>
|
||||
|
||||
<notebook colspan="4">
|
||||
<page string="General" id="general">
|
||||
<label name="product"/>
|
||||
<field name="product" view_ids="purchase_blanket_agreement.product_view_list_agreement_line"/>
|
||||
<label name="product_supplier"/>
|
||||
<field name="product_supplier"/>
|
||||
|
||||
<label name="quantity"/>
|
||||
<field name="quantity"/>
|
||||
<label name="unit"/>
|
||||
<field name="unit"/>
|
||||
|
||||
<label name="unit_price"/>
|
||||
<field name="unit_price"/>
|
||||
<label name="amount"/>
|
||||
<field name="amount"/>
|
||||
|
||||
<label name="processed_quantity"/>
|
||||
<field name="processed_quantity" symbol="unit"/>
|
||||
<label name="remaining_quantity"/>
|
||||
<field name="remaining_quantity" symbol="unit"/>
|
||||
</page>
|
||||
</notebook>
|
||||
<group id="links" col="-1" colspan="6">
|
||||
<link icon="tryton-purchase" name="purchase_blanket_agreement.act_purchase_line_form_blanket_agreement"/>
|
||||
</group>
|
||||
</form>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?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="blanket_agreement" expand="1"/>
|
||||
<field name="product" expand="1"/>
|
||||
<field name="product_supplier" expand="1" optional="1"/>
|
||||
<field name="quantity" symbol="unit"/>
|
||||
<field name="processed_quantity" symbol="unit" optional="0"/>
|
||||
<field name="remaining_quantity" symbol="unit" optional="0"/>
|
||||
<field name="unit_price"/>
|
||||
<field name="amount"/>
|
||||
</tree>
|
||||
@@ -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. -->
|
||||
<tree>
|
||||
<field name="company" expand="1" optional="1"/>
|
||||
<field name="number" expand="1"/>
|
||||
<field name="reference" expand="1" optional="0"/>
|
||||
<field name="supplier" expand="2"/>
|
||||
<field name="from_date" optional="0"/>
|
||||
<field name="to_date" optional="0"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?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" position="inside">
|
||||
<newline/>
|
||||
<label name="blanket_agreement_sequence"/>
|
||||
<field name="blanket_agreement_sequence"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?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="//field[@name='product_supplier']" position="after">
|
||||
<label name="blanket_agreement_line"/>
|
||||
<field name="blanket_agreement_line"/>
|
||||
<newline/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -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="//field[@name='product_supplier']" position="after">
|
||||
<field name="blanket_agreement_line" expand="1" optional="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user