bobtemplates.odoo
El paquete bobtemplates.odoo proporciona plantillas de mr.bob para generar paquetes para proyectos de addon para Odoo.
"""Convert jupyter notebook to sphinx gallery notebook styled examples. | |
Usage: python ipynb_to_gallery.py <notebook.ipynb> | |
Dependencies: | |
pypandoc: install using `pip install pypandoc` | |
""" | |
import pypandoc as pdoc | |
import json |
from app import db | |
from sqlalchemy import func | |
from sqlalchemy.dialects.mysql import insert | |
def upsert(model, insert_dict): | |
"""model can be a db.Model or a table(), insert_dict should contain a primary or unique key.""" | |
inserted = insert(model).values(**insert_dict) | |
upserted = inserted.on_duplicate_key_update( | |
id=func.LAST_INSERT_ID(model.id), **{k: inserted.inserted[k] | |
for k, v in insert_dict.items()}) |
El paquete bobtemplates.odoo proporciona plantillas de mr.bob para generar paquetes para proyectos de addon para Odoo.
El paquete bobtemplates.plone proporciona plantillas de mr.bob para generar paquetes para proyectos de Plone.
Actualizar dependencias base de Linux, ejecutando los siguientes comandos:
sudo apt-get update && sudo apt-get upgrade -y
Ubuntu
https://erral.github.io/deploy-volto-talk
https://github.com/codesyntax/verdaccio-configuration-example
See how a minor change to your branch name style can make you a better programmer.
Format: <type>/#<issueNumber>-<alias>
See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope>
is optional
Executing the following command:
$ docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres \
--name challenge_db postgres:9.4
This project itself is just the template, but you need to install these tools to use it: