diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-05 15:08:02 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-05 15:08:02 +0700 |
| commit | 074f7e6c0190c1ae5e08db6db0dd3f4f3e28e941 (patch) | |
| tree | d2561768d57fa32ede8cabbe249990f9db880cf4 /indoteknik_custom/views | |
| parent | 0cbdf05b4fce0460cdc951cb60d4bd00cac51a13 (diff) | |
change request
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/mail_template_efaktur.xml | 3 | ||||
| -rw-r--r-- | indoteknik_custom/views/shipment_group.xml | 4 | ||||
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 4 |
3 files changed, 9 insertions, 2 deletions
diff --git a/indoteknik_custom/views/mail_template_efaktur.xml b/indoteknik_custom/views/mail_template_efaktur.xml index 0b646e7c..3856b591 100644 --- a/indoteknik_custom/views/mail_template_efaktur.xml +++ b/indoteknik_custom/views/mail_template_efaktur.xml @@ -6,7 +6,8 @@ <field name="model_id" ref="model_account_move" /> <field name="subject">Your Invoice ${object.name}</field> <field name="email_from">pajak@indoteknik.co.id</field> - <field name="email_cc">sales@indoteknik.com</field> + <field name="reply_to">pajak@indoteknik.co.id</field> + <field name="email_cc">sales@indoteknik.com, pajak@indoteknik.co.id</field> <field name="email_to">${object.partner_id.email|safe}</field> <field name="body_html" type="html"> <p>Dengan Hormat Bpk/Ibu ${object.partner_id.name},</p> diff --git a/indoteknik_custom/views/shipment_group.xml b/indoteknik_custom/views/shipment_group.xml index 33d08920..b66bda3c 100644 --- a/indoteknik_custom/views/shipment_group.xml +++ b/indoteknik_custom/views/shipment_group.xml @@ -6,6 +6,7 @@ <field name="arch" type="xml"> <tree default_order="create_date desc"> <field name="number"/> + <field name="partner_id"/> </tree> </field> </record> @@ -33,6 +34,9 @@ <group> <field name="number" readonly="1"/> </group> + <group> + <field name="partner_id" readonly="1"/> + </group> </group> <notebook> <page string="Line"> diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 90f662cc..4de1ac91 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -59,7 +59,6 @@ <field name="real_shipping_id"/> </field> <field name="origin" position="after"> - <field name="status_printed"/> <field name="purchase_id"/> <field name="sale_order"/> <field name="date_doc_kirim"/> @@ -75,6 +74,9 @@ </field> <field name="group_id" position="before"> <field name="date_reserved"/> + <field name="status_printed"/> + <field name="date_printed_sj"/> + <field name="date_printed_list"/> <field name="is_internal_use" string="Internal Use" type="object" |
