1

I need to link 1 User to 1 POS (Point Of Sale) in Odoo v8.0.

That is, 1 user will be able to use only the assigned POS.

How can I do that? Is there any module which does this?

I searched here and in Odoo Help forum and even posted there, but i'm getting no answer.

Thanks.

Khalav
  • 77
  • 7
  • You can create module and extend the User model. It is `res.users` odoo object. – Danila Ganchar Dec 30 '15 at 17:55
  • I finally made that module from 0 without inheriting, just creating the needed fields and implementing its view. Seems our inheritance was breaking somehow the res.partner. – Khalav Dec 31 '15 at 10:25
  • `res.partner` it is just contact. users use `res.users` object. Each `res.users` related with contact. As I understood, you added new fields to original model from odoo repository? – Danila Ganchar Dec 31 '15 at 11:07

0 Answers0