Import mrp_repair addon from extra-addons (sorry for loosing history, bzr can handle...
authorChristophe Simonis <christophe@tinyerp.com>
Fri, 28 Nov 2008 14:44:41 +0000 (15:44 +0100)
committerChristophe Simonis <christophe@tinyerp.com>
Fri, 28 Nov 2008 14:44:41 +0000 (15:44 +0100)
commitd00bb6beadc31b1cdaa729365c46a49c7dca3583
tree62d959c5bcae24ed90f9d06954c8e52574e78819
parent140e4c0721a51f95f70fbc6b8b360e1c85a68501
Import mrp_repair addon from extra-addons (sorry for loosing history, bzr can handle this :( )

bzr revid: christophe@tinyerp.com-20081128144441-qkdj47smd5lozs0w
14 files changed:
addons/mrp_repair/__init__.py [new file with mode: 0644]
addons/mrp_repair/__terp__.py [new file with mode: 0644]
addons/mrp_repair/mrp_repair.py [new file with mode: 0644]
addons/mrp_repair/mrp_repair_report.xml [new file with mode: 0644]
addons/mrp_repair/mrp_repair_sequence.xml [new file with mode: 0644]
addons/mrp_repair/mrp_repair_view.xml [new file with mode: 0644]
addons/mrp_repair/mrp_repair_wizard.xml [new file with mode: 0644]
addons/mrp_repair/mrp_repair_workflow.xml [new file with mode: 0644]
addons/mrp_repair/report/__init__.py [new file with mode: 0644]
addons/mrp_repair/report/order.py [new file with mode: 0644]
addons/mrp_repair/report/order.rml [new file with mode: 0644]
addons/mrp_repair/wizard/__init__.py [new file with mode: 0644]
addons/mrp_repair/wizard/wizard_cancel_repair.py [new file with mode: 0644]
addons/mrp_repair/wizard/wizard_make_invoice.py [new file with mode: 0644]