How to set the thousand separator | OpenERP 7
A lot of people think it’s impossible to setup the thousand separator in OpenERP. But actually it’s pretty straight forward if you know it. It’s …
ODOO Business Applications, formerly known as OpenERP
A lot of people think it’s impossible to setup the thousand separator in OpenERP. But actually it’s pretty straight forward if you know it. It’s …
Prepare the tomcat server and java environment Install the correct java jdk sudo apt-get install openjdk-6-jdk If there are more java environments on the server …
For the creation of your first OpenERP | Pentaho report you can easily follow the instructions provided by the main contributor of the project Willow …
I get a lot of questions about creating your own reports in OpenERP. Most people find this hard to do in OpenERP and have tried …
Create a user for the OpenERP application sudo adduser –system –quiet –shell=/bin/bash –home=/opt/openerp –gecos ‘OpenERP’ –group openerp Install PostgreSQL database and add openerp as a …