blob: f45d517b8102c79a6bb9f8bdacb1ec41ac85c63a (
plain)
1
2
3
4
5
6
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import common
from . import test_access_rights
from . import test_sale_purchase
|