__init__.py 336 B

12345678
  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. # For copyright and license notices, see __openerp__.py file in module root
  4. # directory
  5. ##############################################################################
  6. from . import stock
  7. from . import res_store
  8. from . import product