How to automatically search on a many2one field?
Hi folks, So, I have an entity in my system called "Calendar Events". This entity has a field called "case_id" defined as follows: 'case_id': fields.many2one('jcrm.case','Linked Case'), From my case...
View ArticleHow can we display data from another database?
We have integrated OpenERP with an external application (Java) which has its own database (Postgres). We want to create a frontend in OpenERP which gets its data from that database and commits any...
View ArticleHow to use different heading for multiple pages in reports?
I am using jasper reports and xpath. In code I have given parameter `copies='4'` in report properties I have defined openerp_copies_field property and set it to copies I get only single copy. I also...
View ArticleWhen do search filters get "AND"ed and when do they get...
Hi folks, I am experiencing some weird behaviour with some of my search filters. The code: The problem I am currently having is that the three filter buttons are not working as I would expect them to....
View ArticleHow to choose form view used by many2one field in OpenERP V7 ?
Hi all, I would like to select a particular form (with context or something like that) to edit many2one entry of an object. For example, I have a many2one field ``partner_id`` that is link to...
View ArticleDe-activate developer mode
I have clicked on activate developer mode in preferences>about openerp in a test database. Now live database has the developer mode active. How can I de-activate this developper mode. Thanks
View ArticleHow to have multiple bars per item on the x-axis on graph view?
Hello again! So, in version 6 we developed a module for tracking sales opportunities and showing the sales pipeline to users on a dashboard graph. You would set up sales targets for each user, set...
View ArticleHow to add extra fields to a model?
I just installed the human resources app: I found it handy, but I need some extra fields... Someone can point me to the right direction?
View ArticleOpenERP 7 developer book
Is there some info about module development in openerp 7? Any info would be great.
View Articlehow to use bazaar in eclipse for update modules OpenERP ?
I use eclipse now. 1°- how to configure an environment lot I can update the openerp modules from the new revision bazaar? 2°-update any file after fixed a bug in Launchpad? thanks.
View ArticleCreating a new field! - Which path should I take?
I have been trying to ramp up my learning of Openerp I now have.... 1) watched [43 videos](http://thenewboston.org/list.php?cat=36) on python. 2) read countless...
View ArticleHow to prevent some modules from loading
I upgrade a module that I made but for some reason it broke openerp, now I cant logged in and need openerp to not load that module, how can I do that?
View Articlelog errors in English, write on screen in users language
What is the method I am supposed to use for writing error messages on screen in the language of the user, but write messages to log/database always as the untranslated (English) value? For instance -...
View ArticleHow to come out of Developer mode in openerp 7.0 ?
My application is running in Developer mode I need to get back to default mode. How to go about it?
View ArticleError: No rule to make target `db-setup'.
I'm trying to setup openerp development server. I'm using [this](http://doc.openerp.com/trunk/developers/server/01_getting_started/) documentation. Everything went fine till I get to init database....
View ArticleOpenERP Integration in a Django web-site
I wanted to know how this beautiful Openerp system be used inside a website made in django.
View ArticleHow can i execute a SQL statement on module update and installation?
How can i execute a SQL statement after module installation and a different sql statement after every modul update?
View ArticleWriting Controllers in openERP modules.
I have 3 questions that might require a detailed answer. (Links to tutorials or good illustrations would be really helpful) 1. How to map URL's to Controller functions. (like URLDispatcher in Django)?...
View ArticleWhere is the function that send notification when their are some object's...
I want to change the notification mail to include some informations from res.model but I don't find the class and the function to override. Can you tell me how to find that? edit: the function that...
View ArticleHow to display something to people not in a group?
Hi folks, So, I have been playing with permissions in my system and have a question regarding groups. It is quite common for me to hide fields so that only members of certain groups can see the field....
View Article