This question has been flagged
2512 Views

I need to access users of openerp's base, the users registered in the db. I need add an entry, card_id, then I make a .py with _inherit = 'res.users' and then I add a column with numero_tarjeta':fields.char('Numero Tarjeta', size=30, required={False}, readonly={False}), how I can see the other columns having Users?

Avatar
Discard