mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-21 06:22:05 +02:00
6 lines
231 B
Python
6 lines
231 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
from . import test_analytic_account
|
|
from . import test_mrp_account
|
|
from . import test_bom_price
|
|
from . import test_valuation_layers
|