Skip to content

Commit

Permalink
Merge pull request #138 from akretion/migration/l10n_br_data_account
Browse files Browse the repository at this point in the history
Migration/l10n br data account
  • Loading branch information
renatonlima committed Aug 10, 2015
2 parents 6023907 + 4f2f790 commit 77efa6f
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 57 deletions.
18 changes: 0 additions & 18 deletions __unported__/l10n_br_data_account/__init__.py

This file was deleted.

39 changes: 0 additions & 39 deletions __unported__/l10n_br_data_account/__openerp__.py

This file was deleted.

File renamed without changes.
18 changes: 18 additions & 0 deletions l10n_br_data_account/__init__.py
@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
###############################################################################
#
# Copyright (C) 2009 Renato Lima - Akretion
#
# 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/>.
###############################################################################
39 changes: 39 additions & 0 deletions l10n_br_data_account/__openerp__.py
@@ -0,0 +1,39 @@
# -*- coding: utf-8 -*-
###############################################################################
#
# Copyright (C) 2009 Renato Lima - Akretion
#
# 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': 'Brazilian Localisation Data Extension for Account',
'description': 'Brazilian Localisation Data Extension for Account',
'license': 'AGPL-3',
'author': 'Akretion, Odoo Brasil',
'website': 'http://odoo-brasil.org',
'version': '8.0',
'depends': [
'l10n_br_account',
],
'data': [
'data/l10n_br_account.cnae.csv',
'data/l10n_br_account.service.type.csv',
],
'demo': [],
'category': 'Localisation',
'active': True,
'installable': True,
'auto_install': True,
}
File renamed without changes.

0 comments on commit 77efa6f

Please sign in to comment.