Tagged Questions

OpenERP's source code and other community resources are hosted on Launchpad, and there's reasonable documentation for users and developers.

learn more… | top users | synonyms

10
votes
4answers
804 views

How good is OpenERP?

I have been researching for a while for an open source and free ERP+CRM for my hospital. I am attracted towards OpenERP. Does anyone here at SO have any experience with regards to that ? How easy ...
5
votes
2answers
858 views

installing Reportlab (error: command 'gcc' failed with exit status 1 )

I'm trying to install ReportLab 2.4 on a 10.04.2 server with virtualenv. In the ReportLab_2_4 folder I use: python setup.py install and the error I get: error: command 'gcc' failed with exit ...
5
votes
2answers
842 views

Problem installing OpenERP server with buildout !

I'm trying to deploy OpenERP with a buildout and my own piece of code. In fact I would like to build a complete deployement structure allowing me to use OpenERP with custom modules and patch. First ...
4
votes
1answer
63 views

How to get the Database Id from an XML Id

The osv.osv provides a get_xml_id method to find the XML Id for the provided Database Id. What is the best way to do the opposite? Knowing the XML Id (it was defined in the data loading file), how ...
3
votes
1answer
57 views

Integration of Open ERP & Django to configure openerp instances

I am new to Django. I'm developing a Django application where user will enter UserName & DatabaseName (new Database to be generated by openerp) So once User submits the username & dbname, it ...
3
votes
2answers
243 views

Werkzeug doesn't include wsgi module

I'm trying to run the 6.1 branch of OpenERP in my development environment that is currently running the 5.0 branch successfully. I'm running on Ubuntu 10.04 Lucid Lynx. I've gotten past a few ...
3
votes
2answers
282 views

openerp report seems to cache image data

I've the following rml in my sale order template: <section> [[ repeatIn(o.order_line, 'l') ]] <blockTable colWidths="250.0,92.0,21.0,80.0,85.0" style="T&#xE1;bl&#xE1;zat2"> ...
3
votes
2answers
647 views

What's the best way to create a report on OpenERP

I try to create a report on OpenERP. There is several methods to do this task (openoffice plugin, XML files, RML files, etc.) What's the quickest way to do that (and/or the most beautiful) ?
2
votes
1answer
290 views

openerp web client 6.1: how to override base javascript functions

I'm looking for a way to override some openerp web js core functions such as "on_logout". The docs lack of instructions (as you can see in my post) and the helloworld module tells you that you can do ...
2
votes
2answers
146 views

How to upgrade OpenERP 5.0 to 6.0

I have an OpenERP 5.0 installation with a few custom modules, that I wish to upgrade to OpenERP 6.0. I have some experience with this kind of sofware and I have inspected OpenERP. Sadly, I don't have ...
2
votes
1answer
102 views

Is OpenERP skinnable?

I've looked at the site of OpenERP and Google and have not found any reference to skins for OpenERP. I understand that the logo must be maintained but if I want to improve their appearance, is there ...
2
votes
1answer
189 views

Unable to install new module in OpenERP 6

I have developed a module 'newpatient' which I am unable to install through a Compressed file folder. I have read the OpenERP dev. book as well as this blog on creation of new module. When installing ...
2
votes
1answer
112 views

What ERP's have a decent Ruby Connector or thorough API built?

I'm a Ruby on Rails developer looking for an open source ERP which has a Ruby connector or a very robust, thorough API I can use. I know Ruby has XLSuite, but it seems kinda outdated and am just ...
2
votes
3answers
1k views

How to create a dynamic view on OpenERP

I need a help to create a dynamic view. Let me explain: I have Form1 and Form2 views. Form1 contains expression field and extract button. Form2 contains extracted elements of the expression from ...
2
votes
3answers
250 views

Dont want to uninstall my module in openerp

My requirement is that if anyone install my module in openerp gtk-client after that he/she can't uninstall that module in current database.Consider database name as 'XYZ'.
2
votes
1answer
294 views

How to Get reports in odt format from rml files in openerp

I have an RML file that generates a report in PDF format, but how can I generate the same report in ODT format?
2
votes
1answer
798 views

Specify display mode of one2many field in an OpenERP form view

there is a field one2many...when i tried to open the view of that field it shows tree view but i want the form view..and want to disable the tree view. is there any solution?
2
votes
2answers
686 views

Function calling in openerp reports

How is this sum_taxes method getting its lot parameter set? This is a code sample from the auction addon in openerp. import pooler import time from report import report_sxw from osv ...
2
votes
3answers
605 views

what is the use of related fields in openerp?

I want to know the something about related fields, how it can be helped, and for which kind of scenario I should use fields.related, if anybody can provide small example for real use of fields.related ...
2
votes
3answers
211 views

Avoid OpenERP audittrail bug

I'd like to manage OpenERP user's activity by installing the audittrail module. After creating some rules ( define which user, which object and which activity (create, update..) will be monitored). I ...
2
votes
2answers
827 views

OpenERP, data restore problem

I am trying to restore a database backup through the client interface of open ERP. A message appeared "Could not restore DB". I am using Postgresql 8.4.1 Please help!
1
vote
1answer
21 views

HR Module - Setting Permission for viewing Contracts

I want to set permission for viewing contracts based on groups For Example I have organization with 5 User.(A,B,C,D,E) Here A is in group 'Division Head' B is in group 'Manager' and C,D & E all ...
1
vote
1answer
25 views

How to add a product category to an Open ERP database?

I'm migrating an OpenERP database and one of my modules fails to load its data (product) because it refers to an existing Product Category "Services", which does not exist on the target database. I ...
1
vote
2answers
109 views

Connecting OpenERP with CodeIgnitor XML RPC library

I've the following Codeignitor XML RPC code for searching customers in a OpenERP database, I' following this documentation for implementing search The below code works fine and retrieves the all the ...
1
vote
1answer
76 views

Python & OpenERP development enviroment setup howto?

I downloaded Open ERP server & web, having decided against the thicker gtk. I added the 2 as projects in eclipse, pydev running on Ubuntu 11.10 and started then up. I went through the web client ...
1
vote
1answer
172 views

How to get field lists using the OpenERP Report Designer Addon for OpenOffice / LibreOffice

I want to add fields to the reports and use them in python functions and do some coding inside the reports. I am using version 6.0.3 of OpenERP, I keep getting an empty field list. This is what the ...
1
vote
1answer
79 views

How to find (and maybe extend) the list of available field names for reports in the OpenERP server sourcecode?

I am looking for a reliable way to get names of available data fields when creating or extending OpenOffice/LibreOffice report files. I already do know many field names from the existing reports. I ...
1
vote
1answer
38 views

error about get data

i have a function : def tong_thoigian (self,cr,uid,ids,context={}): obj=self.browse(cr,uid,ids,context=context)[0] cr.execute('''select name,giolam from x_giolam where ...
1
vote
4answers
161 views

How to implement abstract class on openerp?

I'm trying to implement abstract class on OpenERP 6. But I don't have any idea. For example. I have "a" and "b" classes. "b" class inherits "a" (See below code) class a(osv.osv): _name = 'a' ...
1
vote
2answers
77 views

How can I remove date exception from Openerp?

I am digging through Openerp Web to find how can i remove the exception of date from it. eg I want to insert a date like 12/12/1523. with Current functionality it will show me an error message if i ...
1
vote
1answer
272 views

How to Get The field value dynamically in python?

I have a form view. I entered a value in a field. How can i retrieve that value and have it assigned to some variable in .py for making operations For Example: I have ActiveFrom field.I entered value ...
1
vote
2answers
67 views

how to set default values for accounts payable and accounts receivable in openerp

I am new to OpenERP. I am using the Medical module. When registering a patient, accounts receivable and accounts payable are required fields. I have to tried to make them not to be required but ...
1
vote
1answer
50 views

Removing the panel that appears on the right hand side of OpenERP main page

How can we remove the panel that appears on right hand side of openERP's main page ,which shows ACTIONS ,LINKS,OTHER OPTIONS.From which file in openERP web server can we remove that. Thanks, Sameer
1
vote
1answer
118 views

how to open different website with act_window openerp

I need to open website out of openerp project, for example google.com. It must be in act_window tag. How to pass parameters dynamicly in URL , for example http://www.google.bg/?q=sun?
1
vote
1answer
140 views

Disabling unwanted menus in OpenERP

I am new to OpenERP. I need to disable some menus without uninstalling the modules that added the menus. I tried did a search for the module I wanted to disable its menu and then deleted all the ...
1
vote
1answer
173 views

OpenERP server addons crm module fails

I'm trying to resolve an issue that I have with openerp CRM module which isn't loading. I was working fine at some point. After making some changes to a report it stopped working with the error, "The ...
1
vote
2answers
91 views

Treeview doesn't contain records when refresh the page in openerp?

I added a tree view to a page of my notebook element. While adding data to the tree view it is saving in the database, and it is also displayed in the tree view. When I reload the page, the data in ...
1
vote
3answers
114 views

'super' object has no attribute '_get_type_value'

I have created a customized module for Sales CRM in OpenERP. While creating opportunity when I click on stage field, it gives me the following error: list = super(crm_stage_claim, ...
1
vote
1answer
128 views

Warning while saving opportunity in OpenERP

After creating an opportunity, when I click on save, it gives me this warning for some users: "Operation prohibited by access rules, or performed on an already deleted document (Operation: read, ...
1
vote
2answers
73 views

Openerp Unable to Show more then 100 Meetings in Calendar View?

When I create meetings in openerp for any user.. I can see them on both Calendar View and List View.. How ever When My meetings exceeds 100 for a single user it doesn't show newly created meetings in ...
1
vote
3answers
296 views

Using the form and tree views in openerp one2many list at once

I have a small question. A module which I am working at the moment requires that I insert a set of fields and a tree view which gets updated when data is entered to the form. <field name="lines" ...
1
vote
3answers
237 views

Openerp module update fails

I am in the process of trying to upgrade my module written for Openerp. Although it works fine on the local machine and the local openerp server. It gives me the below error when I try to update the ...
1
vote
1answer
247 views

OpenERP XML RPC error: 'sale_order' object has no attribute 'order_confirm'

I'm trying to confirm a sale order via xml rpc with java. My code is Log.i(MY_DEBUG_TAG, "XML RPC Confirming the sale order "+saleOrder.getId()); rpcResult = rpcClient.call("execute", DB_NAME, 1, ...
1
vote
1answer
77 views

Set digits on float field in xml

I need a set digits on float field in xml. In python we can set digits like this 'data': fields.float('Data', digits=(16,4)) How to set digits on float field in xml in openerp 6?
1
vote
1answer
144 views

How to get underlined title report by converting sxw to rml format using base_report_designer module?

Problem: I have sxw file and whenever I convert it in rml file using base_report_designer module(OpenERP module), and generate report I do not get underlined fonts in report which are underlined in ...
1
vote
1answer
407 views

How to install the product_images_olbs module in OpenERP 6?

I get the error "No references to product.group_product_manager" when I try to install the module product_images_olbs. I have an OpenERP V 6.0.2 instance running on Ubuntu 10.04. But it seems I run ...
1
vote
1answer
144 views

Virtual Hosts in Apache Web Server and Apache Tomcat Environment

I have a number of web applications which come with their bundled Apache Tomcat Server. When this tomcat server runs they give me options to access the application using something like ...
1
vote
2answers
66 views

OpenERP IE Visibility Problem

i have buttons in openerp which are dynamically visible on certain conditions in my module when i run this n IE8 all the buttons are visible and fields which are set to be dyamic visible..But when i ...
1
vote
1answer
66 views

Proper way of avoiding to store the same attachment twice

I'm using the project.task model where delegation creates a parent/child link between both. When delegating I would like the person who gets the delegated task to also have access to the attachments ...
1
vote
0answers
121 views

OpenERP and OpenSSO

I need to make an OpenSSO authentication module for OpenERP, I'm currently checking the users_ldap module, and I want to check if this is the right way. In this module there is reference to a ...

1 2 3