This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # coding: utf-8 | |
| from lxml import etree | |
| from signxml import xmldsig | |
| cert = open('cert.pem').read() | |
| key = open('key.pem').read() | |
| doc = etree.parse('sample.xml').getroot() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [buildout] | |
| parts = odoo | |
| find-links = http://download.gna.org/pychart/ | |
| [odoo] | |
| version = git http://github.com/odoo/odoo.git odoo 8.0 depth=1 | |
| recipe = anybox.recipe.odoo:server | |
| eggs = | |
| nose | |
| ipython |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ################################################################################ | |
| # A one-line installation for OpenERP 7.0 server instances | |
| #------------------------------------------------------------------------------- | |
| # USAGE: | |
| # | |
| # * Setup openerp server and create a first OpenERP7 7 instance | |
| # oe-admin install [name1] --full | |
| # | |
| # * Create an additional OpenERP7 7 instance |