__init__.py 248 B

123456789
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. # Copyright (C) 2014 Tech Receptives (<http://techreceptives.com>).
  4. from . import account_move
  5. from . import res_company
  6. from . import res_partner