summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/stock_picking.xml
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-09-17 11:28:03 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-09-17 11:28:03 +0000
commit701db966d5780ab0322e8cd9ca13acf06e10acdb (patch)
tree9fcaa8dfa5b671f95966c8e4e5e697de093c14ae /indoteknik_custom/views/stock_picking.xml
parentfe75f5b4ad91ef9c5d54cd98449a53b8a40018bc (diff)
parent1fdeef8073eb35b407bb0b3cdb26bf635b3b1629 (diff)
Merged odoo-backup into cr_bu-related
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
-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 fc8be790..abaf347d 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -28,6 +28,10 @@
<!-- <field name="countdown_hours" optional="hide"/>
<field name="countdown_ready_to_ship" /> -->
</field>
+
+ <field name="scheduled_date" position="after">
+ <field name="delivery_date" widget="remaining_days" optional="hide"/>
+ </field>
<field name="partner_id" position="after">
<field name="area_name" optional="hide"/>
<field name="purchase_representative_id"/>
@@ -140,6 +144,9 @@
<field name="scheduled_date" position="attributes">
<attribute name="readonly">1</attribute>
</field>
+ <field name="arrival_time" position="after">
+ <field name="delivery_date" attrs="{'invisible': [('location_id', '!=', 60)]}"/>
+ </field>
<xpath expr="//field[@name='move_ids_without_package']/form/group/field[@name='description_picking']"
position="after">
<field name="product_image" widget="image" string="Product Image"/>