One adress per users
Hi Everybody, I would like, if it is possible, have one email adress per users: For exemple: Tom A will send email with email toma@mycompany.com Eric B -> ericb@mycompany.com Julie C ->...
View ArticleCopyright and logo use
Hi, We have reviewed OpenErp and we plan to use it in our next project. Our legal advisor is not familiar with open source licences so we ask you directly. If we develop an aplication on top of OpenErp...
View ArticleWhen choosing between model function or workflow action ?
When developing custom modules, I'm still asking what kind of methods should I choose to execute an action. For example for canceling a "stock.picking" object, you have 3 solutions: #Directly write...
View ArticleInvoice yearly recurrent
Hi I'm using the module `subscription` to create automatically invoices monthly. Nevertheless I have some cases, where I need to create automatically invoice **yearly**. In the model...
View Article"How to Trigger a Button Automatically when scheduler is Running"
Hi, I creating cron method for auto scheduling for passport expiry date, my concept is when expire date is over, that employee name and expire date will send to administrator's mail id. I got employee...
View ArticleCan't create new users with ID that has admin rights.
I can't create any new users after I login with the admin user that I have created. The user has the same rights as the admin ID but can't create users. I can create new users in the new user signup...
View Articleaction server multi checkbox select
Hello I'm trying to develop a ir.actions.server in a custom tree view. When I select some checkbox (the typical checkbox that it appears at first position in a tree) and I click in the button that I...
View ArticleAutomatic Database Backup
Please help, is there module for auto backing up the database to a desired location.
View ArticleIn custom module top menu item is hidden for user other than admin.
I created a custom module.When I login with admin credential than my top menu is visible to me.But when I login with other user than Top menu become invisible.I don't know what is happening.Can someone...
View ArticleSale configuration values are not saved after update
I added a boolean field in the `sale configuration settings`. The field label and value is available in the Settings Form view. When the boolean field is checked and **`updated`**. The value is stored...
View ArticleBeginner questions about customization
Hello, There are some problems I need to understand: note:I am using Openerp7 allinone and win7 1)When I add a new field through DEVELOPER MODE(UI) Why there is no change in .py file and .xml? but...
View ArticleHow to Search for product code in Order line
Working on Windows. I am trying to search reference/default_code of products from the sale order line without considering the case but only searching the beginning of each reference. similar to...
View ArticleHow to use the value of a selection field instead of its key in a python...
Hi ! I have a **fields.selection**, and I want to use the **value** of this field in a python function. But, when I pass the field to this function, I get a string, the **key**... So, how can I get the...
View Articlehow do I give admin permissions and visibility to other user accounts?
Only the admin user is currently able to see all transactions and records. How do I give this permission to a select few other users? I have already gone into the User Settings and matched access...
View ArticleHow can I save/load my own configuration/settings
Hello, how can I save and load my own configuration/settings. And create my own section in Settings -> Configuration? How can I load this saved settings? I want save a URL, a user name and a...
View ArticleDatabase List hiding issue in Login Page.
I have a Linode Server. I installed openerp in the server. Next i hide the database list using the below code /etc/*openerp-server.conf* file code: **list_db = False** Then save ans restart...
View ArticleUnable to install any apps from app list
I am unable to install modules locally.When i click on install system asks for some login and once i login openerp.com is opened.how can i install the modules locally?
View ArticleWhere is OpenERP v7 documentation?
When is v7 documentation due out? If not soon, where can noobs, newbs and non-noobs/newbs go for both official and unofficial docs?
View Article[meta] Is it me or does http://help.openerp.com/questions/ keep going down?
Almost every time I come to `http://help.openerp.com/questions/' it appears to keep crashing, timeout etc. Sometimes for just a few seconds but sometimes up to five minutes! Does anyone else experience...
View ArticleSet default value in object of many2one field
Hello all, I have created many2one field for category in my object. Based on my object value, I want to set default value for 'type' field of Category. Can anybody help me how to do it? Thanks
View Article