Quantcast
Browsing all 106 articles
Browse latest View live

New Model - Cannot find field

Update **The below example is not exclusive to my model design.** Certainly tested 6.1 and 7.0. When using the model screen and creating a new model, the database table does not have the correct...

View Article


How to implement 'View objects by'?

How would I implement something similar to the View Products by Category in the Warehouse module. I read over the source code in the product module, but I'm pretty new to OpenERP development and I was...

View Article


How to use different heading for multiple pages in reports?

I am using jasper reports and xpath. In code I have given parameter `copies='4'` in report properties I have defined openerp_copies_field property and set it to copies I get only single copy. I also...

View Article

How to open the record form when clicking on one2many tree line?

In sales/purchase order, clicking on order line in read mode does not produce an action while in picking form, clicking on move line opens the stock move form window! I could not find how to control...

View Article

point of sales development

What is the preferable approach if you want to develop your own addon modules to openerp point of sales module? I use Eclipse for the openerp/python part. But what is the best tools and approach to...

View Article


Issues creating simple tree view for custom module Openerp7

I'm trying to add in a way to store data about different sites a customer may have. This is my first development, so the theory was to keep it pretty simple for now. Managed to code the model which...

View Article

Run Wizard before saving / updating OpenERP

Hello, I wonder if there is a way to launch a wizard before you save or update data in a form. What I do is apply saved confirmation before running the persistence in the database. Something like this...

View Article

Report Builder development documentation

Hi, I'm a beginner in open erp development using version 7.0 Is there any clear Documentation\Tutorial for developers to understand how to customize existing reports or even create their own reports...

View Article


what is the best way to develop reports in open erp

Hi, I was doing some research to choose a tool for system report modification, report customization and report creation. Is there any documentation that explains the tools used in open erp and their...

View Article


Flexible workflow on a Document

Is it possible to have a workflow that is flexible in the routing of a document?e.g On raising a requisition, you can route it specifically to a certain manager among a group that is responsible for...

View Article

Fingerprint Reader OpenERP7

Hello, I have the need to integrate the fingerprint reader 'U.are.U 4500 Fingerprint Reader' to OpenERP 7. I have an idea of ​​how to do it and I would like to share with you and get their feedback to...

View Article

How to put an onchange event on a calendar view?

In my personal add-on I've made some calendar,form and tree view. the onchange events work for form and tree view but I don't find how to handle a change of date or duration. My calendar view:...

View Article

Apps & Modules Online - 2 Important missing

Account Cash Discount is only for 6.1 Send Sale Order confirmation is missing. Can someone port or the programming that?

View Article


Default values ​​in fields type Float

When using a field of type Float this view places the default value of 0.0, there is no way of telling that the default value is null or empty? Thank you

View Article

Content Preview before downloading (Attachment)

Hello, When installing the Knowledge module, the entire application a button is enabled in the header to attach files. I would like to display the contents of the attachments before downloading, for...

View Article


Why pool.get(model) is used to get model object instead of pool[model]?

In almost all uses of `self.pool.get(model)` the false return value (missing model) is not handled. This usually leads to an exception later in other place in the form `AttributeError: 'NoneType'...

View Article

How to make changes in openerp source code

Hi, I made some changes in the source code of openerp (for example: 'openerp/openerp/addons/web/static/lib/datejs/en-US.js') but nothing changed in the view of openerp. So, should I compile it's source...

View Article


Send ids from stock.picking.in to stock.move

Greetings .. Stock.picking.in add fields: stock_picking_in class (osv.osv) _inherit = "stock.picking.in" _columns = { 'purchaser_id': fields.many2one ('res.users', 'Purchaser', select = True),...

View Article

one2many in calendar view

Hello, In my model I have a field with one2many relationship, I would include the fields of the relation one2many a calendar type view. By applying the change immediately I get an error in the xml,...

View Article

How to add a new value to a selection field (`state` in `sale.order`)?

I really need to add an additional 'state' value on my Sale Order object. Since version 7.0, the 'sale_stock' module does exactly that already. When you try to do the same thing from your own module,...

View Article
Browsing all 106 articles
Browse latest View live