Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions addons/account/tests/test_account_all_l10n.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def try_loading_patch(self, template_code, company, install_demo=True):
('name', '=like', 'l10n_%'),
('state', '=', 'uninstalled'),
'!', ('name', '=like', 'l10n_hk_hr%'), #failling for obscure reason
'!', ('name', '=like', 'l10n_es_%'), # certificate expired on 2025-03-15 runbot error 161068
])
with patch.object(AccountChartTemplate, 'try_loading', try_loading_patch):
l10n_mods.button_immediate_install()
Expand Down