account_usability: adapt context for suspensed_account_id for user_type_id

This commit follows a change in the account module made in this commit: c16bc3192f
Improve multi-company support in the wizard account.group.generate
Remove widget="selection" on fiscal_position on res.partner form
This commit is contained in:
Alexis de Lattre
2022-06-28 22:13:20 +02:00
parent 5f704d34a7
commit a5b5dd83a2
5 changed files with 7 additions and 10 deletions

View File

@@ -16,6 +16,7 @@
This wizard is designed to auto-generate account groups from the chart of account.
</p>
<group name="main">
<field name="company_id" groups="base.group_multi_company"/>
<field name="name_prefix"/>
<field name="level"/>
</group>