Mar 28, 2014

openerp 7 import csv

before you import your data (contact, product, invoice, sales order etc). You need to enable external identifier to make openerp recognize your data to be referred. example : you need to import product, which is have "manufacture_id" or "agent_id"  (refers to res_partner), to enable importing your data, you need to create external...
Read more ...

Mar 27, 2014

[SOLVED] Openerp 8 Access Denied by record rules for operation: create, model: res.partner

well, on openerp 8, you may get this error, the solution is simple, just follow my previous post here then you just create as below : ...
Read more ...

Mar 21, 2014

install openerp 8 ubuntu 13.10

its easy ways to install openerp 8 on ubuntu 13.10 first : follow this step http://febru.soluvas.com/2013/11/how-to-install-openerp-7-on-ubuntu-1310.html secondly :  sudo apt-get install python-pypdf python-psutil  sudo apt-get install apache2 libapache2-mod-gnutls libapache2-mod-python libapache2-mod-wsgi  sudo apt-get...
Read more ...

[SOLVED] openerp 8 TypeError: _postprocess_args() takes exactly 2 arguments (3 given)

Hi all, just a little solution for this error : in openerp 8, website addons TypeError: _postprocess_args() takes exactly 2 arguments (3 given) and this ...
Read more ...

Mar 18, 2014

[SOLVED] OpenERP 7 IOError: decoder zip not available

IOError: decoder zip not available its an error while you use PIL or Pillow with python-imaging together. On my case : with this environment : Openerp 7Ubuntu 13.10 x64 i've got an error as below :  then i test on console, its seem running >>> from PIL import Image>>>  but, still error while installing...
Read more ...