9 lines
222 B
Python
9 lines
222 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
import account_config_settings
|
|
import account_move
|
|
import account_partial_reconcile
|
|
import account_tax
|
|
import res_company
|