blob: f88e3df80cdf65a479b27f867581c1255294136d (
plain)
1
2
3
4
5
6
7
8
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import datev
from . import base_document_layout
from . import chart_template
from . import ir_actions_report
from . import account_move
|