[IMP]:yml for mrp repair

bzr revid: ksa@tinyerp.com-20110923084107-n7b9v32m8yav9enf
This commit is contained in:
Kirti Savalia (OpenERP) 2011-09-23 14:11:07 +05:30
parent 3a2a72fca9
commit 8d814c0a73
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@
-
!python {model: mrp.repair}: |
self.action_repair_ready(cr, uid, [ref('mrp_repair_rma2')], context=None)
-
Cancel repair order.
-
!python {model: mrp.repair}: |
self.action_cancel(cr, uid, [ref('mrp_repair_rma2')], context=None)
-
I start by creating new Repair order for "Basic Pc" product and Invoice Type b4repair.
-