mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Tax chart for a period interval =============================== Regular tax chart wizard lets you select only one period. With this module, you can select an initial and ending period, and you will get taxes data for that interval.
7 lines
296 B
Python
7 lines
296 B
Python
# -*- encoding: utf-8 -*-
|
|
##############################################################################
|
|
# For copyright and license notices, see __openerp__.py file in root directory
|
|
##############################################################################
|
|
|
|
from . import account_tax_chart
|