Is it possible keep the id of an object in a functional field ?
I need the id from an object, but I need it from a tree view, since there is no active_id present, I thought it might be a solution. Is it possible, can anybody give me an example ? thank you for your...
View Articlecall method from xml
Hello. I have a small problem, with domains on xml view. My question is if **there's a possibility where I can call a method of an object on that object's view?** 1. For instance I have a method...
View ArticleError while installing a module in v6.1-latest?
I am trying to install this module github.com/ban8an/openmrs-openerp-connector. When I try to install it I get the following error. Kindly assist File...
View ArticleUnable to import translation unless the locale code matches an existing...
Is loading a translation for a language with a new locale code supported? I am able to export, modify and import a new language translation (via CSV) and see a new language (res.lang) record created....
View ArticleAdditional _day & _total field require in Timesheet
I want to add an extra field "total_OT_day" (manual day wise data input) and "total_OT" (sum of total_OT_day for monthly calculation) in timesheet as "total_attendance_day" and "total_attendance"....
View ArticleHow can be the payslip report designed in categorically
I want to modify payslip report by three columns in category wise i.e. Earnings, Deductions & Net. Please suggest what will be the formula in openoffice report design ?
View ArticleHow to pass pdf binary data to a custom pdf.js widget?
Hi, I'm new to openerp addon development and I'm trying to add functionality to openerp's document management system that allows the user to view pdfs within the browser rather than downloading the pdf...
View ArticleIn Timesheet Line the SUM of Quantity is not showing while Grouped by User...
In Timesheet Line the SUM of Quantity is not showing while Grouped by User etc. etc... want solution
View ArticleHow do I let a production lot appear on sales order?
Hi All, Working on V6.1 How can i make the production lot of a product appear on the sales order and picking list for delivery when the product is selected? We have a system that requires the batch...
View Articleconfirming multiple sales order from Tree View
Hi All, I migrated some sales order from another system (more than 20000) and I want to confirm all the sales order on OpenERP. OpenERP 6.1 on windows class sale_order_inherit(osv.osv): _inherit =...
View ArticleHow to show my self made icon on my menu or button in OpenERP 6.1 GTK client
Hi All, I am working on OpenERP 6.1 version, I want to show my self made icon on my menu or button in OpenERP 6.1 GTK client. please suggest me the way . Thanks in Advance.
View ArticleHow to avoid __export__.product_product_19_26 and that kind of things in the...
Exports are very quickly unreadable and not understandable. In my export I see a lot of these data in the uom and in the categories. Even if the categories are the same the data in the categories is...
View ArticleHow to create Date from & Date to in search field ?
How can I add "Date from" & "Date to" fields in Search view in Sales > Invoicing > All Uninvoiced Entries. The current code is as follows. How to change it. Please advice.
View ArticleDB table relating Partner and its Payment term
Would like to know which table shows relation between partner and its payment term.
View Articlejquery 1.9 in openERP 6.1 ?
Hi! I search to include jquery 1.9 with OpenERP 6.1 Someone knows how to upgrade the jquery version ?
View ArticleSave webkit report as attachment?
Do anyone has an idea if we can save a webkit report say partner ledger as attachment in openerp like we save Sales Order and invoices? I am using v6.1
View ArticleHow to get webkit reports pagination to not cut a line in half?
webkit report pages that overflow to the next page cut a line of the report in half. The top half of the line appears on the first page and the bottom half of the line appears on the second page.
View Articlesend automated mails at a particular time on confirmation of sale order
i m new to openerp. i want the system to send automated mails (at a fixed time everyday) regarding all the sales order created today. tried creating an automated action - have set following fields...
View ArticleHow to deactivate developer mode in OpenERP 6.1 for all users except admin ?
How can I disable the debugging mode or developer mode for users other than admin?
View ArticleReplace copy function by inheritance
In the sale module there is the copy function : def copy(self, cr, uid, id, default=None, context=None): if not default: default = {} default.update({ 'state': 'draft', 'shipped': False, 'invoice_ids':...
View Article