diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-02 15:31:46 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-02 15:31:46 +0700 |
| commit | ddaef3895870403548d032a892a3365de38c016c (patch) | |
| tree | 1ea51a7e51e23dc971aa591cc979b7660e0404e9 /indoteknik_custom/views/purchase_outstanding.xml | |
| parent | 0d5114af051fed9575bc0d108a0fa14a13875f1b (diff) | |
add sales outstanding for monitoring outgoing qty, and add sales person, purchaser
Diffstat (limited to 'indoteknik_custom/views/purchase_outstanding.xml')
| -rw-r--r-- | indoteknik_custom/views/purchase_outstanding.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_outstanding.xml b/indoteknik_custom/views/purchase_outstanding.xml index 52003fd6..dc203744 100644 --- a/indoteknik_custom/views/purchase_outstanding.xml +++ b/indoteknik_custom/views/purchase_outstanding.xml @@ -7,6 +7,7 @@ <tree create="false"> <field name="order_id"/> <field name="partner_id"/> + <field name="user_id"/> <field name="date_order"/> <field name="po_state"/> <field name="po_status"/> @@ -27,6 +28,7 @@ <group> <field name="order_id"/> <field name="partner_id"/> + <field name="user_id"/> <field name="date_order"/> <field name="po_state"/> <field name="po_status"/> |
