what doea Invalid model name in the action definition mean?
1.How to rectify 'Error occurred while validating the field(s) res_model,src_model: Invalid model name in the action definition' of OpenERP 6.0.1??
View ArticleHow can I use a search view into a view displayed by a button ?
Hi everyone. I'm new to OpenERP, and I experience some issue to display a view by clicking on a button from another view (creating an ir.action.act_window object). I can display the view that I want...
View ArticleHow to remove notifications that comes out in my wizard after Ok button is...
Hi, I have a wizard that when a Ok button is clicked, a function will be executed. However, after clicking the button, notifications on my wizard comes out like: Invoice "SupplierA" is waiting for...
View ArticleHow can I set the automated action about email notification
Hi Guys, I meet a problem when I was trying to setup CRM system. I want to make a function like 1. people assign new leads or new Claims to a sales team then system will automatically send a...
View ArticleHow to open the form view from a tree view with field_parent (like Chart of...
I'm trying to make an action to open a form view from a tree, with children. By looking into the code, I found that I have to use an action with `key2="tree_but_open"`. So I try the following action: I...
View ArticleStart import from side menu
Hi community! I'm curious if there is a way to start the import process from the side menu? For instance I havea an object called "Container". I want to add an entry to the side menu that will take me...
View Articlehow to auto-include background to reports, sent by e-mail?
when printing a Invoice, i use **preprinted paper** with my CI (colored logo, wathermark) on it. while sending the invoice by email, i'd like to have the opportunity to add a background-image with the...
View ArticleHow to refresh the main window from wizard through button action?
Consider there is a form view say sale order. In sale order , there is a button which is not in its header...call button A. When button A clicks, it pop ups the wizard, wizard consists of a button say...
View ArticleHow to invoke an action after printing a report?
Hi, My question is on how to be redirected after printing. For example ,after printing a report get access to an other view . Or how to detect the end of printing. Thank you.
View ArticleAction shows form instead of a tree
Hi, i'm using OpenERP 7.0. I've extended res.partner model and I've created custom form and trees in my custom module for a res.partner model. I've created three actions and 1 menu. It works fine, the...
View ArticleOpen a form in Edit mode
I have a button in a form, that calls an object method returning a Window Action dictionary. Clicking on it, it opens a new form, as desired. This form opens in View mode. Is it possible to make it...
View Articlecreating custom action for calling business logic
Hi, I tried to create our custom actions and called business logic , but i didn't get success. Current action is overwriting the ORM methods like write,create, read etc where i am also calling business...
View ArticleDomain defined in action of xml..error producing 'name time is not...
domain code is:[('date', '=', time.strftime('%Y-%m-%d')),('user_id','=',uid)] i am using openerp 7.0 and i have used context_today instead of time but its giving same type error that 'name...
View ArticleRegarding Tree View to Form View
Hello , I have created new customized class named as "my_class" and having res_user_id (many2one) and sales_order_id (many2one) fields which are related with res_users and sale_order class. I have...
View Articlecan i force scheduled action to run immediately to test?
Hi, I would like to test some scheduled actions created by me? is it possible to force the action to run instantly instead of waiting for it to run automatically? Thanks
View ArticleLooking to find a method called after/during login.
I have a small action I wish to perform at login. My current implementation inherits from ***login*** on **res.users**, and it works fine, but it is overkill. My method really only needs to be...
View ArticleHow set STATE=DONE? (Action & Button)
How do I go about creating a button that sets the state of purchase order to done? I have in my purchase.py file def action_done(self, cr, uid, ids, context=None): self.write(cr, uid, ids, {'state':...
View ArticleCustom Button & Action problem - Showing related Issues by related Project
Basically first-time OE developer here with a problem on buttons. I have a module that inherits from product, and has a related project. I would like to have a button to click that shows Issues that...
View ArticleHow to add 'duplicate' to custom module
Hi all, I've created a custom module, using it's own objects / databases tables. Everyting's working just fine. But now I would like to add the standard 'duplicate' functionality that comes with...
View ArticleHow modify the domain an existing menu ?
I try to modify the sale order action menu like this :formtree,form,calendar,graphsale.order17[('state','not...
View ArticleHow to disable wizard call in specific views ?
Hi ! I've defined an action, and I wan't this to only be available in one view, not all related to the model. How can I achieve this ? Thanks !
View ArticleWeird side effect... (view, menu, action)
Hi ! Today, I'm watching weird stuff in OpenERP. So, let's explain myself. I've made a module, with inherited object + custom view linked to a separated action & menu. The thing is, at a fresh...
View Article<record model="ir.actions.act_window"> vs <act_window>
What is the best way to create e new window action between the two? Is one of them deprecated? What are the differences? The only difference I could find is that `` supports the `key2` parameter (about...
View Articlemany2many button action
Hi guys I made this wizard:  I want to click in the "edit", "duplicate" and "Delete" buttons and do the actions edit, duplicate and delete (rows) but...
View ArticlePassing active_id to action window in openerp7
I building a custom module in openerp version 7. I'm facing problems in trying to link an anchor tag in a kanban view item to an action window which will open the clicked on item in a form view. Here's...
View ArticleCRM Opportunity :: Actions / Server Actions / Email Opportunity
Hello, I created an Openerp 7 eMail Server Action for an opportunity. The action gets executed when the Opportunity Next Action Date is past due for followup. I add info from the Opportunity's object...
View ArticleHow do I call a client action in return of a model function ?
Hello everyone, In my project, I had to create a web module (initally following the openerp tutorial) to show some specific information, from several different models (like a kanban view with trees...
View ArticleHow to create server action incoming in human resources?
Hi everyone. I'm having problems with recruitment in HR module. I have created hr@company.com email to receive email job application. 've Done smtp and imap settings for this email. Now I want to ask,...
View ArticleHow to create server action incoming in human resources?
Hi everyone. I'm having problems with recruitment in HR module. I have created hr@company.com email to receive email job application. 've Done smtp and imap settings for this email. Now I want to ask,...
View ArticleMultiple emails following an automated action
Hello, I've created an automated action which is used when a purchase order is created automatically by OpenERP, an email is send automatically to someone. The problem is that I don't receive one email...
View Article