Lokavaluto / lokavaluto-addons

Addons repository for lokavaluto
GNU General Public License v3.0
6 stars 17 forks source link

[lcc members] user type should be visible without being in dev mode #195

Closed MatSarr closed 2 years ago

MatSarr commented 2 years ago

If a user want to create an internal user whom a oddo main profile whith same email exist, he has to create a portail user first from main profile, and then he need to change the user type in internal.

User type is visible only in dev mode. But many internal users don't have the full configuration access right but only those to creat user.

So far I create a heritage view on Odoo la Roue:

<?xml version="1.0"?>

<data><xpath expr="//field[@name='sel_groups_1_9_10']" position="replace">
                    <field name="sel_groups_1_9_10" widget="radio"/>
                </xpath>

            </data>