~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to base_sale_multichannels/__init__.py

  • Committer: Albert Cervera i Areny
  • Date: 2011-06-14 09:51:35 UTC
  • mfrom: (5345.1.165 openobject-addons)
  • Revision ID: albert@nan-tic.com-20110614095135-1x3p6tmil5lxkl9b
Merge and add nan_remove_default_filters

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
import sale
24
24
import stock
 
25
import report
25
26
import wizard
26
27
 
27
28
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: