datetime not working in xml
I am using OpenERP-7.0 and Ubuntu-10.04. Following code is working fine in 6.0 & 6.1 but it's giving error in 7.0 Here is my code: Leaves to be...
View Article[closed] open a form in a specified state : edit/browse
When opening a form from an function returning an action code as in the example below, I was wondering how could I explicitly specify the state of the form, wether it's in **edit** or **browse** mode ?...
View ArticleTriggering an action from a function?
How can I have OpenERP trigger an action (Like starting a wizard or opening a view), from within a function (For example a button on a form view)?
View Articledefault filter in action
Hello, Is the default filter is included in the action code in version 7 openerp ?
View ArticleHow to make a button that triggers javascript action ? v6
Hi, I'm new in OpenERP web module development and I'm currently trying to make a simple module that just display a button, and if I clic the button I want javascript to write a message in the...
View ArticleSend and return values in action window button
Hi, I try to create a New button in the manytoone field prodLot_id in the stock.move object, I do a new button in the form, that open the windows to create a New lote sequence: Production Lots...
View Articlewhat 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 a button use its method?
Such as: I can't find a method named 'order_confirm' in its .py. I'm curious how this button use its method......
View ArticleAssertionError: The model ir.actions.url does not exist !
I'm going to add menu item when click on that which is navigate user to google.com. i tried with code in forums but its not worked and gives above error. please advice me to implement this issue &...
View ArticleAction link from view missing in new module
I have to create a new report of which content will vary depending on user input: select a finished product in manufacturing orders. I have though of creating a new wizard for product selection an then...
View ArticleHow can we trigger act_window action from on_change function?
I have a selection widget with several items that happen to be names of different models, on selecting a model, I want to trigger an act_window based on that model so how can we trigger an action from...
View ArticleUser Home Action help
For certain user I want that, on login, the initial screen to be Point Of Sale Session, not the Messaging one. I'm trying with the user config fields of Home Action and Menu Action without any luck. I...
View ArticleHow can I inherit action?
I want to use a piece of code from launchpad that fix a bug in project view: http://bazaar.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1103408-cha/revision/8536 I know how to inherit view...
View ArticleNo action on function calling?
I created a function in account_invoice.py to check whether the due date is over and if yes then add 2% of the amount_total/balance to the amount_to be paid. I tried this code in...
View ArticleAttributeError: '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 ArticleAutomated action to assign different person on lead/opportunity depending...
I want to make automated action that would assign person on lead/opportunity every time stages is changed depending on what person (user) is chosen for given stage. I know firstly I would need to...
View ArticlePrinting selected documents in one report
Is there a way to print all selected documents in one report? I know you can use the checkboxes to select individual or multiple documents, and then print out all the reports in one action. What I want...
View ArticleAdd action to Attachment(s) menu?
How to add a action to Attachment(s) Drop Down in OpenERP 7
View Articleauto email based on particular product type
OpenERP 7 Based on this situation **"When a product of a particular type is sold, a reminder email is sent in two months to same customer urging a re-order"** Using Automated Action configure...
View Articlehow to trigger an action onLoad of a form view?
I was trying to trigger an action on load of a form view, actually I wanted to do some requests when I land on the form view, and those requests would fire automatically on load of the form view.
View Article