[IMP]improve yml give them to appropriate access rights

bzr revid: sgo@tinyerp.com-20130220060326-q22mdh5yob7erh7e
This commit is contained in:
sgo@tinyerp.com 2013-02-20 11:33:26 +05:30
parent 31c7d060cc
commit e072555682
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-
Salesman can also cancel order therfore test with that user which have salesman rights,
-
!context
uid: 'res_users_salesman'
-
In order to test the cancel sale order.
I confirm order (with at least 2 lines)

View File

@ -1,3 +1,8 @@
-
Sales manager can only delete order therfore test with that user which have sales manager rights,
-
!context
uid: 'res_users_salesmanager'
-
I try to delete In progress order and check Error Message.
-