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