[IMP]purchase_requisition:

remove the extra code

bzr revid: dbr@tinyerp.com-20111031124728-pmrrp4bq5h1iwps5
This commit is contained in:
DBR (OpenERP) 2011-10-31 18:17:28 +05:30
parent b13ddc11a7
commit a8b7872502
1 changed files with 0 additions and 8 deletions

View File

@ -1,11 +1,3 @@
-
In order to test the duplicate order and check duplicate details.
-
I duplicate order.
-
!python {model: purchase.requisition}: |
context.update({'active_id':ref('order_purchase_requisition1')})
self.copy(cr, uid, ref('order_purchase_requisition1'), context)
-
In order to test to delete process on purchase requisition order.
-