diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-06 17:11:47 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-06 17:11:47 +0700 |
| commit | 3602f6119c7fb25499ca7f5c3fa4cf269f7cc46c (patch) | |
| tree | 4666ac06e3e816f98c2f220c853064e488a057dd /indoteknik_custom/views | |
| parent | f9645a14ad98a901ae66340b87c592f7a0701d01 (diff) | |
| parent | ea866a0d3d47c7487155325371b1e43c4151b7e6 (diff) | |
<Miqdad> merge
Diffstat (limited to 'indoteknik_custom/views')
| -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> |
