summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/sale_order.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-07-28 14:53:27 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-07-28 14:53:27 +0700
commit7a356e16bf338a5dce36d95abe74ed740562e30f (patch)
treece36eddac42b09190cc37cdd293aa6e29dc881ba /indoteknik_custom/views/sale_order.xml
parent08508e14d6697d8c05316b31a39b9ce6fd305665 (diff)
parent84c8e3f8494971a26ed8e303d8584a3caaaa5859 (diff)
Merge remote-tracking branch 'origin/odoo-backup' into odoo-backup
Diffstat (limited to 'indoteknik_custom/views/sale_order.xml')
-rwxr-xr-xindoteknik_custom/views/sale_order.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index 346dc0f8..c1f1fe61 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -43,13 +43,13 @@
attrs="{'invisible': ['|', ('state', 'not in', ['sale', 'done']), ('has_refund', '=', True)]}" />
</xpath> -->
<div class="oe_button_box" name="button_box">
- <button name="action_open_advance_payment_move"
+ <field name="advance_payment_move_ids" invisible="1"/>
+ <button name="action_open_advance_payment_moves"
type="object"
class="oe_stat_button"
icon="fa-book"
- width="250px"
- attrs="{'invisible': [('advance_payment_move_id','=',False)]}">
- <field name="advance_payment_move_id" string="Journal Uang Muka" widget="statinfo"/>
+ attrs="{'invisible': [('advance_payment_move_ids', '=', [])]}">
+ <field name="advance_payment_move_count" widget="statinfo" string="Journals"/>
</button>
<!-- <button type="object"
@@ -178,6 +178,9 @@
<field name="eta_date" readonly="1"/>
<!-- <field name="has_refund" readonly="1"/> -->
</group>
+ <group string="Return Doc">
+ <field name="ccm_id" readonly="1"/>
+ </group>
</xpath>
<xpath expr="//form/sheet/notebook/page/field[@name='order_line']"
position="attributes">