summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-10-24 14:08:18 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-10-24 14:08:18 +0700
commit84cbe80ad4f6f2bcb99386d92be7cc210d481dea (patch)
tree16605b5ad2941ad59ba6642fd4ed8a9b35eb959d /indoteknik_custom/views
parente0d9fdcfd618332d6324c244859e9cbbf3a6a225 (diff)
add real shipping address in sale order and stock picking
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/sale_order.xml1
-rw-r--r--indoteknik_custom/views/stock_picking.xml3
2 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index e5280ec6..138470b6 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -18,6 +18,7 @@
<field name="delivery_amt"/>
</field>
<field name="partner_shipping_id" position="after">
+ <field name="real_shipping_id"/>
<field name="approval_status" />
<field name="sales_tax_id" domain="[('type_tax_use','=','sale')]" required="1"/>
<field name="carrier_id"/>
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index 1b648d58..3b150f34 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -30,6 +30,9 @@
<field name="summary_qty_detail"/>
<field name="count_line_detail"/>
</field>
+ <field name="partner_id" position="after">
+ <field name="real_shipping_id"/>
+ </field>
<field name="origin" position="after">
<field name="approval_status"/>
<field name="summary_qty_operation"/>