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