Files
account-financial-tools/account_tax_chart_interval/__init__.py
Pedro M. Baeza b325bc5c6b [ADD] account_tax_chart_interval: Tax chart for a period interval
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.
2015-05-22 14:54:33 +02:00

8 lines
306 B
Python

# -*- encoding: utf-8 -*-
##############################################################################
# For copyright and license notices, see __openerp__.py file in root directory
##############################################################################
from . import models
from . import wizard