diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-10-06 08:54:54 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-10-06 08:54:54 +0000 |
| commit | ab901e702c2a418b17e4d3e5ec385930b833d2d7 (patch) | |
| tree | 40a210662bc9b8e7ce1a3a10ca77376aaac2ce04 | |
| parent | f2f4aa02c6dc2d329fad8d7532297c96a4c5770e (diff) | |
| parent | e6bd4a34387c344835f738ba346697931171c252 (diff) | |
Merged in refund_system (pull request #443)
push
| -rw-r--r-- | indoteknik_custom/views/account_move_line.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml index 017a9eda..3a20388e 100644 --- a/indoteknik_custom/views/account_move_line.xml +++ b/indoteknik_custom/views/account_move_line.xml @@ -6,9 +6,9 @@ <field name="model">account.move</field> <field name="inherit_id" ref="account.view_move_form"/> <field name="arch" type="xml"> - <xpath expr="//page[@id='aml_tab']/field[@name='line_ids']" position="attributes"> + <!-- <xpath expr="//page[@id='aml_tab']/field[@name='line_ids']" position="attributes"> <attribute name="attrs">{'readonly': [('refund_id','!=',False)]}</attribute> - </xpath> + </xpath> --> <xpath expr="//page[@id='aml_tab']/field[@name='line_ids']/tree/field[@name='currency_id']" position="before"> <field name="is_required" invisible="1"/> </xpath> |
