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

How Do I Change The OpenERP Page Title?

Hi Folks, I am attempting to change the page titles that get displayed by OpenERP, i.e. the wording that gets displayed next to the favicon in internet browser tabs. In standard website development,...

View Article


How can I extend a JS web module ?

There's some javascript code in a module that I want to modify, is there a way to do that in a module, like in python ?

View Article


How to import method from another module?

I want to override the crm.meeting.read() method into a custom module but the method is inherited from calendar.event and she use some function define in base_calendar.py file. How can I import without...

View Article

How Do I Attach Functionality To Drag & Drop Kanban Movements?

Hi folks, I am looking to add some functionality to the kanban view that I've not seen elsewhere so I'm unsure if it is possible. Essentially, I have an entity called "Cases" within my system. These...

View Article

webclient new view type

As we know there are some view type in OpenERP, such as tree, form, kanban, graph, calendar, etc... I want to create a new custom view type for image area selection, it may looks like the geoengine....

View Article


how can a base.action.rule be run just one time?

I want to create a base.action.rule object, call at the creation date. But I don't find any filter to stop the action rule after only one call. How can I stop it or What can I use to do this instead of...

View Article

understanding openerp development

I want to define my own methods using the orm methods in openerp(self, create, browse,self.pool.get, etc). But I don't understand them.how can I get a full understanding of openerp development? I'll...

View Article

Create Module using Visual studio 2012

Hello, I am interested developping modules for Openerp, but i am experienced using Visual studio. How can I use Vs 2012 to achieve this purpuse. And is there any snippet ? Thanks

View Article


how to start download attachment document on click of button ?

Can you tell me how to start download file on click of button event. I created new button on customer form (i.e. res_partner view and if i want to download all attachment related to that customer on...

View Article


Real-time implementation for messages like socket.io ?

Are OpenERP developers planning to implement real-time protocols like socket.io or similar techniques to improve the messaging system? Seems like not using these modern techniques the messaging system...

View Article

How to configure openerp for password protection using htaccess

Is it possible in openerp to use htaccess for password protection? If yes how I can achieve this?

View Article

How do I embed a graph view in a form view?

Hi folks, So, in my system, I have a couple of entities. One is called an "account" which can represent a company, contact or whatever else you want. The other is called the activity log, which is an...

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


Notifications in on_change method

Hello, I would like to implement a notification like "Globe" (as it appears when required fields are empty and placed [the Following fields are invalid:]) in a method on_change. Examining the code...

View Article

repeating events calendar

Hello, The calendar module've seen to do repetitions of events, would like to develop a module itself in which to take advantage of these features of repetitions. I might indicate that path should I...

View Article


Issues adding a field to POS Order report

Hi, I am trying to put *'Product Category'* to the *POS Order Analysis*. Still very new to OpenERP. So far I did: In ***'pos_order_report.py'*** add 'categ_id':...

View Article

Worried about future of OpenERP

Hello, Today there appeared a post on the OpenERP linkedIn group which had me worried as an OpenERP user. It refers to a website called sorryopenerp.com In the Press Release section the following is...

View Article


Calendar Module inherited

I would please guide me on how I can generate recurring events module style "base_calendar" I inherited from this model and do not know the process that is due to take to generate the repetitions....

View Article

Where could I find the doc for V7 ?

Hello, When i create custom modules or test new OpenERP version I always need to use "grep" to find what's new .. For example: - **_track** in class definition ? where can I find doc about this ? -...

View Article

convert datetime to float - float_time

I used a float field with widget "float_time" to display a time. How I can convert datetime to float to display correctly in the widget?. I explain a little more my scenario, I have a field field...

View Article
Browsing all 106 articles
Browse latest View live