9 lines
212 B
Python
9 lines
212 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 ir_actions_report
|
||
|
from . import ir_attachment
|