first commit
This commit is contained in:
@@ -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/field[@name='purchase_invoice_method']"
|
||||
position="after">
|
||||
<label name="purchase_request_quotation_sequence"/>
|
||||
<field name="purchase_request_quotation_sequence"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?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="//notebook" position="inside">
|
||||
<page id="quotation" string="Quotations">
|
||||
<label name="preferred_quotation_line" string="Preferred Quotation:"/>
|
||||
<field name="preferred_quotation_line"
|
||||
view_ids="purchase_request_quotation.purchase_request_quotation_line_view_list_request"/>
|
||||
<field name="quotation_lines_active" colspan="4" widget="many2many"
|
||||
readonly="1" string="Quotations"
|
||||
view_ids="purchase_request_quotation.purchase_request_quotation_line_view_list_request"/>
|
||||
</page>
|
||||
</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="/tree" position="inside">
|
||||
<button name="create_quotation" multiple="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -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 name="suppliers" colspan="4"/>
|
||||
</form>
|
||||
@@ -0,0 +1,38 @@
|
||||
<?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="6">
|
||||
<label name="supplier"/>
|
||||
<field name="supplier"/>
|
||||
<label name="supplier_address"/>
|
||||
<field name="supplier_address"/>
|
||||
<label name="number"/>
|
||||
<group id="number" col="-1">
|
||||
<field name="number"/>
|
||||
<label name="revision"/>
|
||||
<field name="revision"/>
|
||||
</group>
|
||||
<label name="reference"/>
|
||||
<field name="reference" colspan="3"/>
|
||||
<label name="warehouse"/>
|
||||
<field name="warehouse"/>
|
||||
<notebook colspan="6">
|
||||
<page string="Quotation" id="quotation">
|
||||
<field name="lines" colspan="4"
|
||||
view_ids="purchase_request_quotation.purchase_request_quotation_line_view_list"/>
|
||||
</page>
|
||||
<page string="Other Info" id="other_info">
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
</page>
|
||||
</notebook>
|
||||
<label name="state"/>
|
||||
<field name="state" colspan="2"/>
|
||||
<group col="-1" colspan="3" id="buttons">
|
||||
<button name="cancel" string="Cancel" icon="tryton-cancel"/>
|
||||
<button name="reject" string="Reject" icon="tryton-close"/>
|
||||
<button name="draft" string="Draft"/>
|
||||
<button name="send" string="Send" icon="tryton-forward"/>
|
||||
<button name="receive" string="Receive" icon="tryton-ok"/>
|
||||
</group>
|
||||
</form>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?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="quotation"/>
|
||||
<field name="quotation"/>
|
||||
<label name="request"/>
|
||||
<field name="request"/>
|
||||
<notebook>
|
||||
<page string="General" id="general">
|
||||
<label name="product"/>
|
||||
<field name="product"/>
|
||||
<newline/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity"/>
|
||||
<label name="unit"/>
|
||||
<field name="unit"/>
|
||||
<label name="unit_price"/>
|
||||
<field name="unit_price" symbol=""/>
|
||||
<label name="currency"/>
|
||||
<field name="currency"/>
|
||||
|
||||
<label name="supply_date"/>
|
||||
<field name="supply_date"/>
|
||||
<separator name="description" colspan="4"/>
|
||||
<field name="description" colspan="4"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
@@ -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="request" expand="1"/>
|
||||
<field name="supply_date" optional="0"/>
|
||||
<field name="product" expand="1" optional="0"/>
|
||||
<field name="description" expand="1" optional="1"/>
|
||||
<field name="quantity" symbol="unit"/>
|
||||
<field name="unit_price"/>
|
||||
</tree>
|
||||
@@ -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="quotation" expand="1"/>
|
||||
<field name="supply_date" optional="0"/>
|
||||
<field name="supplier" expand="1" optional="0"/>
|
||||
<field name="quantity" symbol="unit"/>
|
||||
<field name="unit_price"/>
|
||||
<field name="quotation_state"/>
|
||||
</tree>
|
||||
@@ -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="company" expand="1" optional="1"/>
|
||||
<field name="number" expand="1"/>
|
||||
<field name="reference" expand="1" optional="1"/>
|
||||
<field name="supplier" expand="2"/>
|
||||
<field name="warehouse" optional="1"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user