Files
account-financial-tools/account_tax_chart_interval/__openerp__.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

41 lines
1.5 KiB
Python

# -*- encoding: utf-8 -*-
##############################################################################
#
# (c) 2015 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
#
##############################################################################
{
"name": "Tax chart for a period interval",
"version": "1.0",
"depends": [
"account",
],
"author": "Serv. Tecnol. Avanzados - Pedro M. Baeza, "
'Antiun Ingeniería S.L., '
'Odoo Community Association (OCA)',
"website": "http://www.antiun.com",
"contributors": [
"Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>",
],
"category": "Accounting & Finance",
"data": [
'wizard/account_tax_chart_view.xml',
],
"installable": True,
}