Skip to content

Commit

Permalink
l10n_it_account: fix OCA#966
Browse files Browse the repository at this point in the history
  • Loading branch information
tafaRU authored and TheMule71 committed Nov 11, 2022
1 parent c77c2f1 commit 90ec220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_it_account/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{
'name': 'Italian Localization - Account',
'version': '12.0.1.0.0',
'version': '12.0.1.0.1',
'category': 'Hidden',
'author': "Agile Business Group, Abstract, "
"Odoo Community Association (OCA)",
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_account/views/res_config_settings_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="account.res_config_settings_view_form"/>
<field name="arch" type="xml">
<div data-string="Invoicing" position="attributes">
<div data-key="account" position="attributes">
<attribute name="string">Accounting</attribute>
</div>
</field>
Expand Down

0 comments on commit 90ec220

Please sign in to comment.