[IMP] improve Typo and remove extra space.

bzr revid: dbr@tinyerp.com-20111222084727-34aef7zcbcc88dhv
This commit is contained in:
DBR (OpenERP) 2011-12-22 14:17:27 +05:30
parent 12ab693737
commit ded2d63235
4 changed files with 3 additions and 5 deletions

View File

@ -34,4 +34,3 @@
!python {model: mrp.repair}: |
repair_id = self.browse(cr, uid, [ref('mrp_repair_rmrp0')], context=context)[0]
assert repair_id.invoice_id.id, _("No invoice exists for this repair order")

View File

@ -24,7 +24,6 @@
-
!workflow {model: mrp.repair, action: action_repair_start, ref: mrp_repair_rmrp2}
-
Repairing Process for product is Done and I End Repair process by click on "End Repair" button For Invoice Type b4repair.
Repairing Process for product is Done and I End Repair process by click on "End Repair" button For Invoice Type before repair.
-
!workflow {model: mrp.repair, action: action_repair_end, ref: mrp_repair_rmrp2}

View File

@ -1,5 +1,5 @@
-
In order to test the cancel floe of mrp_repair module,
In order to test the cancel flow of mrp_repair module,
I start by creating new copy Repair order for "Basic PC" product.
-
!python {model: mrp.repair}: |

View File

@ -24,4 +24,4 @@
!python {model: mrp.repair}: |
repair_id = self.browse(cr, uid, [ref('mrp_repair_rmrp1')], context=context)[0]
assert not repair_id.invoice_id.id, _("Invoice should not be exists for this repair order")