[MERGE] OPW 382055: allow accounting/manager to create new sequence type at journal...
[odoo/odoo.git] / addons / point_of_sale / __init__.py
index 9d39c1a..be73103 100644 (file)
 #
 ##############################################################################
 
-import pos
-import stock
+import point_of_sale
+import account_bank_statement
 import wizard
 import report
+
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: