Files
account-financial-tools/account_tax_analysis/__manifest__.py
Denis Robinet (ACSONE) f8beaebc78 [10.0][MIG] account_tax_analysis
Change compared to 8.0:
* period_id has been replace by operations an the date field
* tax_code_id has been replaced by analysis_tax, a computed fields based an the tax analysis_name, based on description and name
2018-06-22 11:27:03 +02:00

24 lines
687 B
Python

# -*- coding: utf-8 -*-
# Author: Vincent Renaville
# Copyright 2013 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Tax analysis",
"version": "10.0.1.0.0",
"description": """
Add a report on tax (Invoicing / Reports / Taxes Analysis)""",
"depends": [
"base",
"account",
],
"author": "Camptocamp SA, ACSONE SA/NV, Odoo Community Association (OCA)",
"category": 'Accounting & Finance',
"website": "http://www.camptocamp.com",
"license": "AGPL-3",
"data": [
"wizard/account_tax_analysis_view.xml",
"views/account_move_line.xml",
],
"installable": True,
}