~richard-willowit/e-commerce-addons/ok-for-shop

« back to all changes in this revision

Viewing changes to base_sale_multichannels/wizard/__init__.py

  • Committer: sebastien beau
  • Date: 2012-06-11 07:33:40 UTC
  • Revision ID: sebastien.beau@akretion.com.br-20120611073340-2awz4g8wxp3lhn3c
[IMP] base_sale_multichannels : add wizard to import order manually

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
##############################################################################
21
21
import export_product
 
22
import import_order
22
23