__init__.py 382 B

123456789
  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. # For copyright and license notices, see __openerp__.py file in module root
  4. # directory
  5. ##############################################################################
  6. from . import sale_order
  7. from . import stock
  8. # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: