mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-18 05:41:59 +02:00
8 lines
213 B
Python
8 lines
213 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import account_bank_statement
|
|
from . import account_journal
|
|
from . import account_move
|
|
from . import account_payment
|
|
from . import account_reconcile_model
|
|
from . import res_company
|