diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-16 14:37:23 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-16 14:37:23 +0700 |
| commit | 4a65f46a5b7fd1bc48bc04cbf456119332fff0fe (patch) | |
| tree | 97219770248095c25a673d44dd8d0053d792a0f2 /fixco_custom/views/account_move.xml | |
| parent | 55936047e729cadcd462a57c7838f77f7c57ee1a (diff) | |
uangmuka penjualan and cr schema shipment group
Diffstat (limited to 'fixco_custom/views/account_move.xml')
| -rw-r--r-- | fixco_custom/views/account_move.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml index 97414e6..1157212 100644 --- a/fixco_custom/views/account_move.xml +++ b/fixco_custom/views/account_move.xml @@ -6,6 +6,9 @@ <field name="model">account.move</field> <field name="inherit_id" ref="account.view_move_form"/> <field name="arch" type="xml"> + <!-- <field name="ref" position="after"> + <field name="sale_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'entry')]}"/> + </field> --> <field name="payment_reference" position="after"> <field name="invoice_marketplace" readonly="1"/> <field name="transaction_type" readonly="1"/> |
