Modules that enhance Odoo
Los siguientes son módulos que se han refactorizado o incorporado nuevos para esta versión.
addon | version | summary |
---|
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)
Blanco Martin & Asociados - http://blancomartin.cl
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/.
Modulos que mejoran características de Odoo
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
Blanco Martin & Asociados - http://blancomartin.cl
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 Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.