diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-10 13:40:58 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-10 13:40:58 +0700 |
| commit | 2aee5a44abbe36961dfe23cc3d656aa48e11e0f9 (patch) | |
| tree | 8ec2b6552aaef4e14539aa52ed796552e24180d6 /indoteknik_custom/views/sale_monitoring.xml | |
| parent | 6a87e59e7220bdfa78e98b23003ccc4ef41bd0ce (diff) | |
| parent | b4e74170aeaf00937f78e5af9047218ddb17516c (diff) | |
Merge branch 'production' into change/feature/promotion-program
Diffstat (limited to 'indoteknik_custom/views/sale_monitoring.xml')
| -rwxr-xr-x | indoteknik_custom/views/sale_monitoring.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/indoteknik_custom/views/sale_monitoring.xml b/indoteknik_custom/views/sale_monitoring.xml index 641eb8fb..207277af 100755 --- a/indoteknik_custom/views/sale_monitoring.xml +++ b/indoteknik_custom/views/sale_monitoring.xml @@ -4,7 +4,7 @@ <field name="name">sale.monitoring.tree</field> <field name="model">sale.monitoring</field> <field name="arch" type="xml"> - <tree create="false" multi_edit="1"> + <tree create="false" multi_edit="1" default_order="date_order asc"> <header> <button name="action_refresh" string="Refresh" class="oe_highlight" type="object" /> </header> @@ -18,6 +18,7 @@ <field name="qty_po_received"/> <field name="qty_so_delivered"/> <field name="qty_so_invoiced"/> + <field name="purchase_representative_id"/> <field name="status" widget="badge" decoration-danger="status == 'Belum/Kurang PO'" @@ -25,7 +26,8 @@ decoration-success="status == 'Siap kirim'" decoration-info="status == 'Delivered' or status == 'Invoiced'" /> - <field name="note"/> + <field name="note_so_line"/> + <field name="note" optional="hide"/> </tree> </field> </record> @@ -49,7 +51,8 @@ decoration-info="status == 'Delivered' or status == 'Invoiced'" /> <field name="po_number"/> - <field name="note"/> + <field name="note_so_line"/> + <field name="note" optional="hide"/> </group> <group> <field name="qty_so"/> @@ -58,6 +61,7 @@ <field name="qty_po_received"/> <field name="qty_so_delivered"/> <field name="qty_so_invoiced"/> + <field name="purchase_representative_id"/> </group> </group> </sheet> |
