Yes, It's possible to limit the access with rules, for that you must follow the next steps.
1. In class partner add new field.
'company': fields.many2one('res.company', 'Company'),
2. Add the new field in view interface.(partner_view.xml)
<field>
3. Add new global record rule for model res.partner with the condition:
company = User/Company
_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users
