~jgrandguillaume-c2c/openobject-addons/multi-company-cost-price

« back to all changes in this revision

Viewing changes to mrp/wizard/__init__.py

  • Committer: Joël Grand-Guillaume
  • Date: 2010-04-08 09:00:10 UTC
  • mfrom: (2533.3.664)
  • Revision ID: joel.grandguillaume@camptocamp.com-20100408090010-c0pqjan341s18bxs
[MRG] Merge from last trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
import wizard_track_prod
28
28
import wizard_change_production_qty
29
29
import make_procurement
30
 
import wizard_track_line
31
30
 
32
31
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
33
32