blob: 7eafa0298f77f7bdef510f3a064b95e7680c74c8 (
plain)
1
2
3
4
5
6
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_sync_common
from . import test_sync_google2odoo
from . import test_sync_odoo2google
|