Quantcast
Channel: OpenERP Help - Individual question feed
Browsing all 59 articles
Browse latest View live
↧

Regarding 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 Article


can 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 Article


Looking 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 Article

OpenERPV7:Button Action in PO - Error:No such external ID currently defined...

I'm using OpenERP V7,need some basic helps. Added a new icon in POLine ,When Click on this icon , need to display the popup screen for entering data. Created new Xml,py file under Wizard in Purchase...

View Article

AttributeError: 'student_detail' object has no attribute '775'?

I created a very small and simple module and created wizard in it. When i updated my module and try to use my wizard on the button call i got this error: AttributeError: 'student_detail' object has no...

View Article


How 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 Article

Custom 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 Article

How 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 Article


How 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 Article


How 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 Article

Weird 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 Article

many2many button action

Hi guys I made this wizard: ![image description](/upfiles/1394558247356777.png) I want to click in the "edit", "duplicate" and "Delete" buttons and do the actions edit, duplicate and delete (rows) but...

View Article


Image may be NSFW.
Clik here to view.

Passing 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 Article

CRM 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 Article


How 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 Article

How 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 Article


How 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 Article

Multiple 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
Browsing all 59 articles
Browse latest View live