diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-25 14:05:01 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-25 14:05:01 +0700 |
| commit | 8cba1eaa340eb0c6b264672b0a47dc1628c2eb04 (patch) | |
| tree | 6549a2d6bccb201306529503516a16dd3806e3a1 /indoteknik_custom/views/automatic_purchase.xml | |
| parent | c35137e5a43afeb6a45b7f213f9ab40afb75fb4c (diff) | |
initial commit for split automatic purchase
Diffstat (limited to 'indoteknik_custom/views/automatic_purchase.xml')
| -rw-r--r-- | indoteknik_custom/views/automatic_purchase.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/automatic_purchase.xml b/indoteknik_custom/views/automatic_purchase.xml index 49751f4e..0478304e 100644 --- a/indoteknik_custom/views/automatic_purchase.xml +++ b/indoteknik_custom/views/automatic_purchase.xml @@ -10,6 +10,7 @@ <field name="description"/> <field name="notification" readonly="1"/> <field name="is_po" readonly="1"/> + <field name="responsible_id"/> </tree> </field> </record> @@ -57,6 +58,7 @@ <group> <field name="date_doc"/> <field name="vendor_id"/> + <field name="responsible_id"/> <field name="description"/> <field name="notification" readonly="1"/> </group> |
