summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-09-01 14:27:47 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-09-01 14:27:47 +0700
commita1137c5bb22734eff9585b7b95607983f23d2de9 (patch)
tree6cac3d266be061aa170c1f73334f8af7eed4a452
parenta08e9a90e24159b8d3a22844dac4416809c5ddff (diff)
fix jurnal entries line
-rw-r--r--indoteknik_custom/views/account_move_line.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml
index f8d5db05..99122de3 100644
--- a/indoteknik_custom/views/account_move_line.xml
+++ b/indoteknik_custom/views/account_move_line.xml
@@ -9,7 +9,7 @@
<xpath expr="//page[@id='aml_tab']/field[@name='line_ids']/tree/field[@name='currency_id']" position="before">
<field name="is_required" invisible="1"/>
<field name="cost_centre_id" optional="hide"/>
- <field name="analytic_account_ids" widget="many2many_tags" options="{'no_create': True}" domain="[('id', 'in', analytic_account_ids)]"/>
+ <field name="analytic_account_ids" widget="many2many_tags" options="{'no_create': True}"/>
</xpath>
<xpath expr="//page[@id='aml_tab']/field[@name='line_ids']/tree/field[@name='analytic_account_id']" position="attributes">
<attribute name="invisible">1</attribute>