Skip to content

Commit

Permalink
[FIX] l10n_ar_edi_ux: The buttons are being deleted due to disuse.
Browse files Browse the repository at this point in the history
Task: 28319
  • Loading branch information
mem-adhoc committed Jan 30, 2024
1 parent 2b0f39e commit c5df7be
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 108 deletions.
1 change: 0 additions & 1 deletion l10n_ar_edi_ux/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
##############################################################################
from . import models
from . import wizards
from .hooks import post_init_hook
4 changes: 1 addition & 3 deletions l10n_ar_edi_ux/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
'name': 'Argentinian Electronic Invoicing UX',
'version': "16.0.1.3.0",
'version': "16.0.1.4.0",
'category': 'Localization/Argentina',
'sequence': 14,
'author': 'ADHOC SA',
Expand All @@ -16,7 +16,6 @@
'python': ['zeep'],
},
'data': [
'wizards/res_config_settings_view.xml',
'wizards/res_partner_update_from_padron_wizard_view.xml',
'wizards/account_check_action_wizard_view.xml',
'views/res_partner_view.xml',
Expand All @@ -33,5 +32,4 @@
'installable': True,
'auto_install': True,
'application': False,
'post_init_hook': 'post_init_hook',
}
26 changes: 0 additions & 26 deletions l10n_ar_edi_ux/hooks.py

This file was deleted.

1 change: 0 additions & 1 deletion l10n_ar_edi_ux/wizards/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
# directory
##############################################################################
from . import res_partner_update_from_padron_wizard
from . import res_config_settings
from . import account_payment_group_invoice_wizard
from . import account_check_action_wizard
50 changes: 0 additions & 50 deletions l10n_ar_edi_ux/wizards/res_config_settings.py

This file was deleted.

27 changes: 0 additions & 27 deletions l10n_ar_edi_ux/wizards/res_config_settings_view.xml

This file was deleted.

0 comments on commit c5df7be

Please sign in to comment.