mirror of
https://github.com/bringout/oca-report.git
synced 2026-04-18 05:02:08 +02:00
8 lines
239 B
Python
8 lines
239 B
Python
# Copyright 2014 ACSONE SA/NV (<http://acsone.eu>)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
|
|
from ..models import accounting_none
|
|
from .common import load_doctests
|
|
|
|
load_tests = load_doctests(accounting_none)
|