Skip to content

Commit

Permalink
[FIX] account_ux: journal view
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia committed Nov 9, 2022
1 parent 500cbd0 commit a6140e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_ux/views/account_journal_views.xml
Expand Up @@ -5,7 +5,7 @@
<field name="model">account.journal</field>
<field name="inherit_id" ref="account.view_account_journal_form"/>
<field name="arch" type="xml">
<field name="company_id" position="after">
<field name="country_code" position="before">
<field name="mail_template_id" context="{'default_model': 'account.move'}"/>
</field>
</field>
Expand Down

0 comments on commit a6140e9

Please sign in to comment.