This question has been flagged
1 Reply
3699 Views

I have a module which will not inherit from another one it will be for sports club

players and trainers will have access rights to use the system and my question as follows:

1- which is better, create new model from scratch or inherit from partners, employee, contact or users

2- if I create new model or inherit from another model which is not users how to make any player a user by default

Avatar
Discard
Author Best Answer

I got the answer from stackoverflow http://stackoverflow.com/questions/39705242/how-to-make-an-employee-user-by-default-in-odoo-9/39705570?noredirect=1#comment66718500_39705570

my choice is using users i/o partner

Avatar
Discard