Skip to content
Snippets Groups Projects
Commit 07c111fa authored by Quentin De Paoli's avatar Quentin De Paoli
Browse files

[IMP] account: onboarding improvement

Improves the 'chart of account' step by showing all the accounts in the list instead of the default limit

Was part of task 1838269.
parent 52a03950
Branches
Tags
No related merge requests found
......@@ -295,6 +295,7 @@ Best Regards,'''))
'name': _('Chart of Accounts'),
'res_model': 'account.account',
'view_mode': 'tree',
'limit': 99999999,
'search_view_id': self.env.ref('account.view_account_search').id,
'views': [[view_id, 'list']],
'domain': domain,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment