summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/automatic_purchase.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/indoteknik_custom/views/automatic_purchase.xml b/indoteknik_custom/views/automatic_purchase.xml
index 21b4b1f2..edf966d9 100644
--- a/indoteknik_custom/views/automatic_purchase.xml
+++ b/indoteknik_custom/views/automatic_purchase.xml
@@ -56,6 +56,23 @@
</field>
</record>
+ <record id="sync_purchasing_job_tree" model="ir.ui.view">
+ <field name="name">sync.purchasing.job.tree</field>
+ <field name="model">sync.purchasing.job</field>
+ <field name="arch" type="xml">
+ <tree>
+ <field name="product_id" readonly="1"/>
+ <field name="brand" readonly="1" optional="hide"/>
+ <field name="item_code" readonly="1" optional="hide"/>
+ <field name="onhand" readonly="1" optional="hide"/>
+ <field name="incoming" readonly="1"/>
+ <field name="outgoing" readonly="1"/>
+ <field name="action" readonly="1"/>
+ <field name="date" readonly="1"/>
+ </tree>
+ </field>
+ </record>
+
<record id="automatic_purchase_match_tree" model="ir.ui.view">
<field name="name">automatic.purchase.match.tree</field>
<field name="model">automatic.purchase.match</field>
@@ -118,6 +135,9 @@
<page string="Matches PO">
<field name="purchase_match"/>
</page>
+ <page string="Matches Purchasing">
+ <field name="purchasing_job_match"/>
+ </page>
<page string="Info" name="automatic_purchase_info">
<group>
<field name="notification" readonly="1"/>