Skip to content

Commit

Permalink
temp rebasing PR 502 (85d0b9f)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboadhoc committed Apr 11, 2024
2 parents acf449a + 85d0b9f commit 8cd0e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Account UX',
'version': "17.0.1.2.0",
'version': "17.0.1.3.0",
'category': 'Accounting',
'sequence': 14,
'summary': '',
Expand Down
2 changes: 1 addition & 1 deletion account_ux/wizards/res_config_settings_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="inherit_id" ref="account.res_config_settings_view_form"/>
<field name="arch" type="xml">
<block name="main_currency_setting_container">
<setting string="Reconcile On Company Currency" help="This option enables open documents in the payment report when reconciling debt with secondary currency, if the account doesn't have a currency configured, then reconcile on company currency. This will avoid all the automatic exchange rates journal entries by forcing same rate of the original document being reconcile. IMPORTANT: If you change this setting if you reconcile any previous item and re-reconcile it, it will be reconciled with the new mechanism">
<setting name="reconcile_on_company_currency" string="Reconcile On Company Currency" help="This option enables open documents in the payment report when reconciling debt with secondary currency, if the account doesn't have a currency configured, then reconcile on company currency. This will avoid all the automatic exchange rates journal entries by forcing same rate of the original document being reconcile. IMPORTANT: If you change this setting if you reconcile any previous item and re-reconcile it, it will be reconciled with the new mechanism">
<field name="reconcile_on_company_currency"/>
</setting>
</block>
Expand Down

0 comments on commit 8cd0e31

Please sign in to comment.