__init__.py 340 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 account
  7. from . import res_store
  8. from . import res_users