You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
507 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Standard Audit File for Tax Base module',
'version': '1.0',
'category': 'Accounting/Accounting',
'description': """
Base module for SAF-T reporting
===============================
This is meant to be used with localization specific modules.
""",
'depends': [
'account_reports'
],
'data': [
'data/saft_report.xml',
],
'license': 'OEEL-1',
}