[REV] reverted commit 9606, as it was hiding a bug instead of fixing it

bzr revid: qdp-launchpad@openerp.com-20140327103733-ogralnp2ycr4kwsy
This commit is contained in:
Quentin (OpenERP) 2014-03-27 11:37:33 +01:00
parent 2038e005dc
commit 7f5a7031ac
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
I duplicate order.
-
!python {model: purchase.order}: |
self.copy_data(cr, uid, ref('purchase_order_1'), context)
self.copy(cr, uid, ref('purchase_order_1'), context)