mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2026-08-19 01:34:43 -05:00
11 lines
270 B
Python
11 lines
270 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
|