Quantcast
Browsing all 106 articles
Browse latest View live

What are some suggestions to start learning the OpenERP code

I already have some knowledge about Python and Javascript. With this I want to start learning how OpenERP works and relates to each part. How should I start this voyage in learning how OpenERP at the...

View Article


How can I get object attribute in js script?

I want to extend calendar view with a read-only field but I don't know how I can get this field in JS file. I think I can use `instance` var: openerp.web_calendar = function(instance) { var _t =...

View Article


When i click on Print Button RML get error

Hello, Friends i created one module testing purpose to generate blank pdf file to open. but something i missed and when i press print button then error come so can you help me how can i fix. **Thanks...

View Article

How do I limit the number of results in a tree view?

Hi folks, So, within a form view I have an embedded tree view (one2many field). This embedded view, by default, shows 80 results before it starts paging. As this is an embedded view, the number of...

View Article

eclipse and openerp development setup

Warm greetings, I have installed openerp 7 on my ubuntu 12.4 and is working fine. I have also configured eclipse and pydev, however, when I run openerp-server on eclipse to start openerp, I get the...

View Article


newbie ask for help about module development?

An exception occurred while I'm trying to write my module. This is a part of my .py file: class classroom(osv.osv): _name = 'course.classroom' _description = 'Classrooms' columns = { 'building' :...

View Article
Browsing all 106 articles
Browse latest View live