blob: 1d924dbdbb483e1afc6f169dde4da0815c6eeccc (
plain)
1
2
3
4
5
6
7
8
9
10
|
# -*- 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
|