[IMP] Improved YML string in purchase_double_validation module

bzr revid: tpa@tinyerp.com-20111219053749-qevy3tpm8eqh4wl1
This commit is contained in:
Turkesh Patel (Open ERP) 2011-12-19 11:07:49 +05:30
parent f498776b63
commit 1c2ce5e611
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
purchase_order = self.browse(cr, uid, ref("order_purchase12"))
assert purchase_order.amount_total <= installer_amount.limit_amount ,"Total is Greater then the Limit Amount"
-
I confirmed the purchase order.
I confirmed the purchase order of amount of less than Limit amount.
-
!workflow {model: purchase.order, action: purchase_confirm, ref: order_purchase12}
-