mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-18 06:22:06 +02:00
11 lines
288 B
Python
11 lines
288 B
Python
# -*- encoding: utf-8 -*-
|
|
|
|
from . import account_move
|
|
from . import account_journal
|
|
from . import account_edi_format
|
|
from . import account_edi_document
|
|
from . import account_payment
|
|
from . import ir_actions_report
|
|
from . import mail_template
|
|
from . import ir_attachment
|
|
from . import uom
|