summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-05-24 14:42:28 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-05-24 14:42:28 +0700
commit6cb1fc1a1cd0c8091c32dfcd19ebc58793873d25 (patch)
tree5c215960f604fa9e6e24243d6c7b44b7b3401243 /indoteknik_custom/views
parent6ad978a9acdcff5f3b1d0a7eaf8a1c6a1bb9a51a (diff)
add note description in purchase order
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml
index eb5267e0..a4c77c58 100755
--- a/indoteknik_custom/views/purchase_order.xml
+++ b/indoteknik_custom/views/purchase_order.xml
@@ -56,6 +56,9 @@
</group>
</page>
</page>
+ <field name="fiscal_position_id" position="after">
+ <field name="note_description"/>
+ </field>
</field>
</record>
</data>
@@ -78,7 +81,8 @@
<field name="inherit_id" ref="purchase.purchase_order_view_tree"/>
<field name="arch" type="xml">
<field name="invoice_status" position="after">
- <field name="po_status" />
+ <field name="po_status"/>
+ <field name="note_description" optional="hide"/>
</field>
</field>
</record>