1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # -*- coding: utf-8 -*-
- ##############################################################################
- #
- # OpenERP, Open Source Management Solution
- # Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
- #
- # 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 Affero 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': 'SET Paraguay',
- 'version': '2.0',
- 'category': 'Tools',
- 'author': 'Eiru Software/Sebastian Penayo',
- 'depends': ['base','web_widget_datepicker_options','account','partner_extra_data_basic'],
- 'data': [
- "partner_data_view.xml",
- "res_company_view.xml",
- # "consulta_dte_view.xml",
- # "envio_lotes_view.xml",
- # "eventos_dte_view.xml",
- # "mje_resultado_view.xml",
- "ruc_documentos_timbrados_view.xml",
- "set_menu.xml",
- "account_move_view.xml", ],
- 'installable': True,
- }
- # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|