Commits on Source (30)
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
* Transformed ResCompany.add_ce_admin into make_ce_user
* Added role field if user already exists in assign_admin_wizard -
Benjami authored
* TestResUsers
-
Benjami authored
* Changed params order from add_energy_community_role
* create_energy_community_base_user is ready -
Benjami authored
-
Benjami authored
-
Benjami authored
* Rename: ResUsers._create_user --> ResUsers._create_kc_user
-
Benjami authored
-
Benjami authored
-
Daniil Digtyar Vasilieva authored
-
Daniil Digtyar Vasilieva authored
-
Benjami authored
Test: Move helpers methods inside Mixins in helper file and create new tests for assign_admin_wizard
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
-
Benjami authored
* Removed unnecessary sudo() calls * Improve role line creations * Update coord admin role like dev brach
Showing
- energy_communities/__manifest__.py 28 additions, 27 deletionsenergy_communities/__manifest__.py
- energy_communities/i18n/ca_ES.po 121 additions, 60 deletionsenergy_communities/i18n/ca_ES.po
- energy_communities/i18n/energy_communities.pot 127 additions, 5 deletionsenergy_communities/i18n/energy_communities.pot
- energy_communities/i18n/es.po 131 additions, 48 deletionsenergy_communities/i18n/es.po
- energy_communities/i18n/eu_ES.po 137 additions, 305 deletionsenergy_communities/i18n/eu_ES.po
- energy_communities/models/auth_oauth_provider.py 33 additions, 54 deletionsenergy_communities/models/auth_oauth_provider.py
- energy_communities/models/res_company.py 41 additions, 0 deletionsenergy_communities/models/res_company.py
- energy_communities/models/res_partner.py 10 additions, 0 deletionsenergy_communities/models/res_partner.py
- energy_communities/models/res_users.py 131 additions, 23 deletionsenergy_communities/models/res_users.py
- energy_communities/security/ir.model.access.csv 1 addition, 0 deletionsenergy_communities/security/ir.model.access.csv
- energy_communities/tests/__init__.py 2 additions, 0 deletionsenergy_communities/tests/__init__.py
- energy_communities/tests/helpers.py 74 additions, 0 deletionsenergy_communities/tests/helpers.py
- energy_communities/tests/test_assign_admin_wizard.py 40 additions, 0 deletionsenergy_communities/tests/test_assign_admin_wizard.py
- energy_communities/tests/test_res_users.py 167 additions, 0 deletionsenergy_communities/tests/test_res_users.py
- energy_communities/views/auth_oauth_views.xml 14 additions, 28 deletionsenergy_communities/views/auth_oauth_views.xml
- energy_communities/views/ce_views.xml 8 additions, 0 deletionsenergy_communities/views/ce_views.xml
- energy_communities/views/menus.xml 8 additions, 35 deletionsenergy_communities/views/menus.xml
- energy_communities/views/res_company_views.xml 14 additions, 22 deletionsenergy_communities/views/res_company_views.xml
- energy_communities/wizards/__init__.py 1 addition, 0 deletionsenergy_communities/wizards/__init__.py
- energy_communities/wizards/assign_admin_wizard.py 54 additions, 0 deletionsenergy_communities/wizards/assign_admin_wizard.py
This diff is collapsed.
energy_communities/tests/helpers.py
0 → 100644
energy_communities/tests/test_res_users.py
0 → 100644