Skip to content

Commit

Permalink
[ADD] l10n_ar_ux: Data on activities, taxes and concepts is added
Browse files Browse the repository at this point in the history
Task: 28319
  • Loading branch information
mem-adhoc committed Nov 1, 2023
1 parent 4309d8c commit cd687ed
Show file tree
Hide file tree
Showing 5 changed files with 3,412 additions and 2 deletions.
6 changes: 4 additions & 2 deletions l10n_ar_ux/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
'name': 'Argentinian Accounting UX',
'version': "16.0.1.7.0",
'version': "16.0.1.8.0",
'category': 'Localization/Argentina',
'sequence': 14,
'author': 'ADHOC SA',
Expand All @@ -18,6 +18,9 @@
'data/account_account_tag_data.xml',
'data/account_tax_group_data.xml',
'data/account_tax_template_data.xml',
'data/afip.activity.csv',
'data/afip.tax.csv',
'data/afip.concept.csv',
'wizards/account_move_change_rate_views.xml',
'views/portal_templates.xml',
'views/account_move_view.xml',
Expand Down Expand Up @@ -45,6 +48,5 @@
'installable': True,
'auto_install': True,
'application': False,
'post_init_hook': 'post_init_hook',
'post_load': 'monkey_patch_inverse_l10n_latam_document_number',
}

0 comments on commit cd687ed

Please sign in to comment.