The IT Sanity

IT related personal thoughts and guides

Friday, March 16, 2018

GCP CloudEndure: Failed to create a Replication Server

›
If you ever encounter this and have no clue what the problem is even after visiting the help page , then it might be the Default subnet in ...
Wednesday, December 13, 2017

Odoo XMLRPC: create ir.attachment with non-ascii datas

›
Consider the following Python 3 code: import xmlrpc.client import functools import base64 url = 'http://myodoo:8069' db = ...
Thursday, June 1, 2017

Odoo restore DB: No space left on device

›
If you encounter this error while restoring a database using Odoo's web database manager, it might be because the device where your temp...
Wednesday, March 22, 2017

Odoo 8 Many2many or One2many users field domain based on group

›
Here's an example of a collection of users that I wanted to be filtered by some group: def _get_users_domain ( self ): return [...
Thursday, January 26, 2017

UnitTest odoo 8 modules with coverage

›
At the time of this writing, help is a bit sparse on testing with odoo, let alone testing inside eclipse. Although I've been able to ach...
1 comment:
Tuesday, April 19, 2016

TFS 2015: Build failed but no issues and WI images not showing

›
Some people had this problem and it was due to some permissions but it got fixed with Update 1. I still had it with the recently released Up...
Wednesday, September 23, 2015

Visual Paradigm: Draw a table

›
Just a quick tip. Here's how to create a table in Visual Paradigm. First, create a Text box , then use this associated tool: Resul...
›
Home
View web version
Powered by Blogger.