mirror of
https://github.com/bringout/oca-purchase.git
synced 2026-04-23 00:42:06 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
323 B
Python
8 lines
323 B
Python
# Copyright 2019 Elico Corp, Dominique K. <dominique.k@elico-corp.com.sg>
|
|
# Copyright 2019 Ecosoft Co., Ltd., Kitti U. <kittiu@ecosoft.co.th>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
from . import account_move
|
|
from . import res_company
|
|
from . import res_config_settings
|
|
from . import purchase
|