summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-07-06 16:35:21 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-07-06 16:35:21 +0700
commit444e0b38349a33c9bd007e262eb8cb7f4c39f61d (patch)
tree36044bf07c06191d12586ed0808eae4ec1dc51b3 /indoteknik_custom/views
parent21ee3f19583c28c3df3785eda0e6ce4b4ef7e48d (diff)
add line to airway bill
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/airway_bill.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/indoteknik_custom/views/airway_bill.xml b/indoteknik_custom/views/airway_bill.xml
index 5f6e700a..99f80d7b 100644
--- a/indoteknik_custom/views/airway_bill.xml
+++ b/indoteknik_custom/views/airway_bill.xml
@@ -25,9 +25,27 @@
<field name="so_id" />
<field name="do_id" />
<field name="delivered" />
- <field name="response" />
</group>
</group>
+ <notebook>
+ <page string="Airway Bill">
+ <field name="manifest_ids" readonly='1'>
+ <tree>
+ <field name="code"/>
+ <field name="description"/>
+ <field name="datetime"/>
+ <field name="city"/>
+ </tree>
+ </field>
+ </page>
+ <page string="Details">
+ <group>
+ <group>
+ <field name="way_bill_date"/>
+ </group>
+ </group>
+ </page>
+ </notebook>
</sheet>
</form>
</field>