#NOTE
We don't accept issues or pull requests in this repository, since this is a merged repo from individual modules placed at github.com/odoo-chile
For collab and issues, please go directly to github.com/odoo-chile and look for the (offending) module.
This repo is currently being updated in a weekly basis, merging modules from Odoo-chile.
Thanks!
#NOTA
No estamos aceptando issues o pull request en este repositorio, ya que es un funto de fusión desde módulos individuales, los cuales estan ubicados en github.com/odoo-chile
Para colaboraciones e incidencias, por favor vayan directamente a github.com/odoo-chile y busquen el módulo que falla o quieren mejorar.
Gracias!
#English
Modules that enhance features to chilean companies
sudo pip install -r requirements.txt
If you don't have Pip, find it here: http://pypi.python.org/pypi/pip
We follow these guidelines and advice:
- Fork this project.
- Create your feature branch:
git checkout -b my-enhancements-or-features
- Commit your changes:
git commit -am 'Add my own enhacements or features'
- Push to the branch:
git push origin my-enhancements-or-features
- Submit a pull request to us (y)
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/.
#Spanish
Modules que mejoran características varias a las compañías chilenas.
Para instalar dependencias, puede hacerlo mediante pip:
sudo pip install -r requirements.txt
Si no tiene Pip, encuéntrelo aquí: http://pypi.python.org/pypi/pip
Seguimos estas lineas básicas y recomendaciones:
- Haga un
Fork
de este proyecto. - Cree su propia rama con características:
git checkout -b mis-mejoras-o-caracteristicas
- Haga
Commit
de sus cambios:git commit -am 'Agrego mis propias mejoras o características'
- Haga
Push
a su rama:git push origin mis-mejoras-o-caracteristicas
- Envíenos un
pull request
para que incorporemos sus mejoras al proyecto principal
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/.