diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-13 11:07:47 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-13 11:07:47 +0700 |
| commit | fc6426726da32814736d7e692448fbd08b95cafc (patch) | |
| tree | 6c995522897ccc5c95e242e1a86c2b9cff62ad0f /fixco_custom/views | |
| parent | bf7d9f44c24a80bd8fd142ab5a57c0ba32c081ef (diff) | |
| parent | ecf44f0bf4070de945baa5a2e0e3641a1a1018b7 (diff) | |
Merge branch 'main' of https://bitbucket.org/altafixco/fixco-addons into bills_add_item_po
merge
Diffstat (limited to 'fixco_custom/views')
| -rw-r--r-- | fixco_custom/views/account_move.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml index abcb9fd..41ad966 100644 --- a/fixco_custom/views/account_move.xml +++ b/fixco_custom/views/account_move.xml @@ -72,6 +72,7 @@ </field> <field name="reversed_entry_id" position="before"> + <field name="reklas_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'entry')]}"/> <field name="uangmuka" readonly="1" attrs="{'invisible': [('move_type', '!=', 'entry')]}"/> <field name="reklas" readonly="1" attrs="{'invisible': [('move_type', '!=', 'entry')]}"/> <field name="reklas_used" readonly="1" attrs="{'invisible': [('move_type', '!=', 'entry')]}"/> |
