Not working editable greed with grouping
I have this view and in simple view it works fine, but when I enable some grouping (e.g. "Group by… Company" in Employee module) my grid stopping to be editable!
View ArticleHow make a simple graphic ??
Hello, I spend my days try to make a graphic with no success... The 'x' axis works, but the 'y' does not. All my data are at 0. Please help me, what are the things we have to do and don't forget to...
View ArticleHow to inherit calendar.event with a different name?
Hi, I was trying to do a new object similar to calendar.event but keeping the original. I try like this in mymodule/mymodule.py: class radar_eventos(osv.osv): """ Model for Events """ _name =...
View Articledisplay view if user is anonymous
hi guys , i want to display a part of view (XML ) just if the user is anonymous . if some one have an idea , something like this : ******
View ArticleHow to properly put field inside defined group without name
I inherited form view and want to put new field inside that fields group after those fields that are inside that group. The problem is that group defined in original form does not have name, so I don't...
View ArticleHow to schedule a task related meeting
I have read through the OpenERP 7.0 release note. Under the section **2.3 Sleeker Kanban View, Tailor Made**, it showed that we can schedule a meeting from a task by selecting the drop down menu...
View ArticleWhy openerp javascript tutorial fail ?
I try to do the tutorial: doc.openerp.com/trunk/web/module/ I test the same code: Example Client Actionexample.action And i get this error: File "/opt/openerp/src/server/openerp/tools/convert.py", line...
View ArticleHow to show tags in calendar views event description
How to show tags in calendar views event description Because : So: is not working ?!? Is there a way to show tag names in the event description ?!?
View ArticleHow can I change the list view for a custom model?
I created a new custom model and added it to a menu. Now I can see the list view, but it contains only one of the fields - and a relatively unimportant one. How can I change the list view, so that...
View ArticleOpenERP 7: hide Form Header for read only purpose
Hi I am trying to create a Form for display only mode; so I need to hide all the headers or it's elements: bread crumbs, buttons (edit, create, more, delete, duplicate, next, previous) from the Form....
View ArticleShow Tree view inside a Note book page
Dear All, Please let me know, how to display, A Tree view (which is able to add new lines) inside a notebook page. Like, in purchase requisition we add the products to be purchased, as line by line. Im...
View ArticleHow to auto refresh view?
Does the field `auto_refresh` in `ir.actions.act_window` will automatically refresh the view?
View ArticleAttributes of fields on dynamic views v7
Hi everyone, Either I came across on some interesting "bug" or I'm doing something wrong. Anyhow, here is what I've been trying to accomplish: Create a dynamic view with some readonly fields on it....
View ArticleHow to override the display name of a kanban res_partner_view
Hy, I would like to change the name displayed for the partners that ARE NOT companies in the kanban view. I tried to override the "name_get" function but it apparently concern only the partner that are...
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 Articleform view server error
Hello, when im clicking at After-Sale-services on the "form-view" then i get this error: Someone know why? OpenERP Server Error Client Traceback (most recent call last): File...
View ArticleView Error , can not view or edit company settings
How to fixe the following error in Version 6.1. View error Can't find field 'stylesheet_id' in the following view parts composing the view of object model 'res.company': * res.company.form Thanks for...
View Article"many2many_tags" show a refrence of the tag not the name !!
I'm trying to make a tag field in my module and whenever I try to show it in the XML view it shows a reference of the tag not the name of the tag it self this is my code: PYTHON class podcast(osv.osv):...
View ArticleDisplay eternal duration in Gantt view (f. e. without end date)
I want to implement this in gantt view: If a database record field, specified in xml view with **date_stop=""** is empty, gantt chart would show continous, never-ending line, beginning from date in xml...
View ArticleProblem XML View Architecture
Hi, I'm trying to hide a page in a inherit view, with this sentence: There is a blank space between & and amp here in the message because of the syntax, but in the xml file there is no blank space....
View Article