summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/stock_picking.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index 99f0d7c0..7aa66a6a 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -6,6 +6,9 @@
<field name="model">stock.picking</field>
<field name="inherit_id" ref="stock.vpicktree"/>
<field name="arch" type="xml">
+ <tree position="attributes">
+ <attribute name="default_order">create_date desc</attribute>
+ </tree>
<field name="json_popover" position="after">
<field name="date_done" optional="hide"/>
<field name="date_doc_kirim" optional="hide"/>
@@ -13,6 +16,9 @@
<field name="driver_arrival_date" optional="hide"/>
<field name="note_logistic" optional="hide"/>
</field>
+ <field name="partner_id" position="after">
+ <field name="purchase_representative_id"/>
+ </field>
</field>
</record>
@@ -51,6 +57,7 @@
<field name="real_shipping_id"/>
</field>
<field name="origin" position="after">
+ <field name="purchase_representative_id"/>
<field name="date_doc_kirim"/>
<field name="summary_qty_operation"/>
<field name="count_line_operation"/>