-
- Downloads
[FIX] l10n_it_edi_sdicoop: adapt user registration on res_config_settings
To properly register account_edi_proxy_client.user when saving the res
config settings page, the radio buttons needed to be modified, and the
'register' button was adapted to be a checkbox instead.
Registering multiple demo proxy clients lead to an error, as it is
asserted that id_client should be unique, and the demo client has
'id_client': 'demo'.
To fix this, the id of a demo client is 'demo' + the company id.
Searching for demo clients is adapted to search on the first four
characters.
closes odoo/odoo#85429
Signed-off-by:
Josse Colpaert <jco@odoo.com>
Showing
- addons/account_edi_proxy_client/__manifest__.py 0 additions, 2 deletionsaddons/account_edi_proxy_client/__manifest__.py
- addons/account_edi_proxy_client/models/account_edi_proxy_user.py 1 addition, 1 deletion...account_edi_proxy_client/models/account_edi_proxy_user.py
- addons/l10n_it_edi_sdicoop/models/res_config_settings.py 64 additions, 4 deletionsaddons/l10n_it_edi_sdicoop/models/res_config_settings.py
- addons/l10n_it_edi_sdicoop/views/res_config_settings_views.xml 20 additions, 27 deletions...s/l10n_it_edi_sdicoop/views/res_config_settings_views.xml
Please register or sign in to comment