0

hello user belong to Sales /create all leads and can't create sale order for other Salesperson


admin user can create sale orders of other salesperson

m3asmi
  • 1,252
  • 1
  • 16
  • 36

2 Answers2

0

There is ir.rule object for this. You should delete it (or change).

I don't have OpenERP code now but I hope you will know which ir.rule you should change. It has model sale.order and group Sales /create all leads. Propably there is similiar ir.rule for sale.order.line.

Lukasz Puchala
  • 466
  • 1
  • 6
  • 11
0

I upgraded the database using the option

openerp-server.py -d db --init=sale

m3asmi
  • 1,252
  • 1
  • 16
  • 36