-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path__openerp__.py
25 lines (24 loc) · 875 Bytes
/
__openerp__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- coding: utf-8 -*-
##############################################################################
#
# Pere Ramon Erro Mas <[email protected]> All Rights Reserved.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'name': 'Retenciones de ganancias de la República Argentina.',
'version': '0.2.1',
'author': 'Hernan Diego Broun (HDB) Elepe Argentina, Moldeo Interactive',
'website': 'http://business.moldeo.coop',
"category": "Accounting",
"depends": ['account_voucher', 'l10n_ar_chart'],
'data': [
'retenciones_view.xml',
'retenciones_data.xml'
],
'demo_xml': [],
'active': False,
'installable': True,
'application': True,
}