summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
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>