diff options
| author | AndriFP <113114423+andrifp@users.noreply.github.com> | 2025-09-11 18:43:25 +0700 |
|---|---|---|
| committer | AndriFP <113114423+andrifp@users.noreply.github.com> | 2025-09-11 18:43:25 +0700 |
| commit | 51e77c4968cbc0e577e161a38407bb9f291a6f62 (patch) | |
| tree | 98b8c34d9b7cb9813b2db44a82d7f2b3537434d6 /indoteknik_custom/views | |
| parent | 29f58d0227714ce196d96b941b6a05635721b4b4 (diff) | |
(andri) fix
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 326fd560..542ffa0c 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -41,7 +41,7 @@ string="Refund" class="btn-primary" /> </xpath> - <xpath expr="//sheet" position="before"> + <!-- <xpath expr="//sheet" position="before"> <field name="partner_is_cbd_locked" invisible="1"/> <div class="alert alert-danger" role="alert" @@ -49,7 +49,7 @@ attrs="{'invisible':['|', ('partner_is_cbd_locked','=',False), ('state', 'not in', ['draft', 'cancel'])]}"> <strong>Warning!</strong> Payment Terms Customer terkunci menjadi <b>Cash Before Delivery (C.B.D.)</b> karena ada invoice telah jatuh tempo <b>30 hari</b>. Silakan ajukan <b>Approval Payment Term</b> untuk membuka kunci. </div> - </xpath> + </xpath> --> <div class="oe_button_box" name="button_box"> <field name="advance_payment_move_ids" invisible="1"/> <button name="action_open_advance_payment_moves" |
