From 7f978b3dfa1180f57fdbca0e5ec66da15fcb2b6d Mon Sep 17 00:00:00 2001 From: Mario Montes Date: Mon, 19 Dec 2016 14:39:35 +0000 Subject: [PATCH 1/3] Update __openerp__.py [FIX] Falta una coma --- l10n_es_igic/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_es_igic/__openerp__.py b/l10n_es_igic/__openerp__.py index f3edd80..5e74555 100644 --- a/l10n_es_igic/__openerp__.py +++ b/l10n_es_igic/__openerp__.py @@ -22,7 +22,7 @@ { "name": "IGIC (Impuesto General Indirecto Canario)", "version": "8.0.0.1", - "author": "David Diz Martínez ," + "author": "David Diz Martínez ,", "Atlantux Consultores - Enrique Zanardi,", "Odoo Community Association (OCA)", "website": "https://github.com/daviddiz/igic", From 6b81ef7d55d74817d0a3a0fb1333bb1ca8ad0f68 Mon Sep 17 00:00:00 2001 From: Mario Montes Date: Mon, 19 Dec 2016 14:43:01 +0000 Subject: [PATCH 2/3] Update __openerp__.py [FIX] Comas en author --- l10n_es_igic/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n_es_igic/__openerp__.py b/l10n_es_igic/__openerp__.py index 5e74555..65a960d 100644 --- a/l10n_es_igic/__openerp__.py +++ b/l10n_es_igic/__openerp__.py @@ -22,8 +22,8 @@ { "name": "IGIC (Impuesto General Indirecto Canario)", "version": "8.0.0.1", - "author": "David Diz Martínez ,", - "Atlantux Consultores - Enrique Zanardi,", + "author": "David Diz Martínez ," + "Atlantux Consultores - Enrique Zanardi," "Odoo Community Association (OCA)", "website": "https://github.com/daviddiz/igic", "category": "Localization/Europe", From 2c92cf76f50bcc6da8071d9b924edc0c58c5caaf Mon Sep 17 00:00:00 2001 From: Syci Date: Tue, 22 Jan 2019 16:17:06 +0000 Subject: [PATCH 3/3] [ADD] gitignore file --- .gitignore | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73e4bad --- /dev/null +++ b/.gitignore @@ -0,0 +1,97 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover +.hypothesis/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# IPython Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# dotenv +.env + +# virtualenv +venv/ +ENV/ + +# Spyder project settings +.spyderproject + +# Rope project settings +.ropeproject +.project +.pydevproject +comunitea.iml +.idea/misc.xml +.idea/modules.xml +.idea/vcs.xml +.idea/workspace.xml +.settings/org.eclipse.core.resources.prefs