How to set pricelist dropdown (on Quotation form) as readonly?
Hi, I'm new to OpenERP 7. Up until this moment I managed to map my usecases without coding (and a lot of it). Now, I would like the pricelist dropdown in sale_view.xml: < field...
View ArticleWhat could be the reasons for a field not shown in a view?
I want to add discount to the tree in account.invoice.form view. I'm just wondering why it is not shown. I set invisible false but still no effect. ... ... I tried and but still nothing, no errors....
View ArticleHow to hide buttonsfor specific user in module hr_expense and purshase?
How to hide buttons (validate, refused,...)for specific user in module hr_expense?
View Articlehow to use tree in form view
i want to use tree in form view just like this. item sub---- sub---- item2 sub--- sub----  and i can add item or sub.. in openerp can realize this?
View Articleimage in tree view
I want to add image in sale order line tree please anyone help me Is there any way to do this ????????????
View ArticleXML from module not loaded after changes.
Hi, I had create a new module and install it. After that edit the view xml file but when i go back to OpenERP it didnt change it. and i restart the openerp and also server still the same. I test to...
View ArticleI can't see icons on OpenERP 7
I have an OpenERP 7 on a Debian server. When I visit this OpenERP installation, I can't see the icon. There isn't icons in my interface. This is a screenshot  in form view can i use this,a table field one2many and the one2many table also have a field is one2many. i want to use hierarchical chart to add or...
View ArticleDomain on "many2many" relation
Hello, Is it a way to use domain on many2many field on openerp v6.1? Here is my object : Code: class user(osv.osv): _columns={ 'group_ids':fields.many2many('custom_module.group',...
View ArticleNot displaying the form and tree view
hai i created a new test module and installed it on openerp. but the problem is after installation the menu will be appeared. when i clicked on it the submenu will be appeared . but there is no form...
View ArticleIs it possible to have view fields without storing into the database?
I need to add a field in my saler order view and use the on_change function on that field, but I do not want to be a relationship between this view field and a data base field. I just need this field...
View Article"Search More..." in many2one field
**How do I add "Search mode..." option to any many2one field?** By selecting this option tree view opens up where I select one record. I found similar example in Messaging model: 1. I select "**Join a...
View ArticleIs it possible to add radio button in openerp v7.0 .?.
i created a module in openerp it have textbox, dropdown list etc for adding the student details. so iwant to add a radio button field to that form. i just add the following line in python code....
View ArticleHow to display form widget in a custom template?
Hi, I want to put a widget "selection" and a widget "float_time" in a custom template for my module. This template is not a form but a modified calendar. I want to put this fields in the top of page to...
View Articlecreate form view by replacing the previous screen
I need to create a new record in one2many :-) When i click on create button to create new rcord , The New screen (window) is opening , but my requirement is to replace the existing screen :-) How can i...
View Articlefields.selection not run
I have a definition in my custom module: 'colFechaLlegada':fields.selection(_get_alfabet,'Fecha de Llegada', size=3, readonly=False), And i have the defiition of funcion: def _get_alfabet(self, cr,...
View Articlexml view validate error ?
Hi, Wrote a new module, get a validate error (arch: Invalid XML for View Architecture) whith new xml...
View ArticleHow to add a link to a view?
Hello, is it possible to add a link to a view or field which aims to a pdf document on the server? E.g. I create an invoice... and now I want to have a link for each invoice which aims to the contract...
View Articledon't show labels in view form
Hello, I have a question, i have created a new module, but this module don't show the labels in view form, what can i do? Thanks. Attach the example: ficha.cliente.formficha.clienteform
View Article