~openerp-community/openobject-addons/taktik

« back to all changes in this revision

Viewing changes to point_of_sale/wizard/__init__.py

  • Committer: Fabien Lydoire
  • Date: 2010-01-08 12:48:56 UTC
  • Revision ID: fl@taktik.be-20100108124856-j2ccwjqbuybn0hht
betterĀ posĀ module

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import wizard_discount
29
29
import wizard_get_sale
30
30
import wizard_scan_product
31
 
 
32
 
from wizard import except_wizard
 
31
import wizard_pos_entry_report
 
32
import wizard_pos_opening
 
33
import wizard_pos_closing
 
34
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
33
35