Point of sale (Export as JSON)
Dear community. I'm having some problems when I'm trying to inherit exportasJSON. I'm extending module.Order, this worked for almost every method but this is not working. I've tried:...
View ArticleWhy does XML-RPC auto create records, when web interface does not?
I have a table that looks like this: class fnx_sr_shipping(osv.Model): _name = 'fnx.sr.shipping' _description = 'shipping & receiving entries' _inherits = { 'res.partner': 'partner_id', } _order =...
View Articleedit message in my group
when we add new user, we get a message under **My Groups** --> **Whole company** ... i.e. Welcome to XYZ! Please help him/her take the first steps with OpenERP! now i want to remove the text...
View ArticleHow do I fix this Employee Timesheet Report error
When I try to print the Employee Timesheet report from Reporting/Human Resources/Employee Timesheet I get the following error: list index out of range (, IndexError('list index out of range',), ) I...
View ArticleSearch takes more than 45 minutes
Hello, i have a table with 998232 records. In a form created by myself, in the field many2one relation, when i choose the option "search", it takes more than 45 minutes to show the information. Is it...
View ArticleOpenERP 7: SMTP fails
I cannot get OpenERP to send mails. In the log I get the following: 2013-11-14 16:13:46,727 7797 ERROR OPENERP7 openerp.addons.base.ir.ir_mail_server: Mail delivery failed via SMTP server 'localhost'....
View ArticleHow to pass input filter value (domain) to python code?
In an add-on module I am trying to create, I would like to calculate the product QOH for the input location in the search box of the tree view. But I do not know how to pass the value to the python...
View ArticleImportError: No module named mx
hello, I can not install the module in hotel management open erp v7 an error that occurred is as follows: OpenERP Server Error Client Traceback (most recent call last): File "C:\Program Files\OpenERP...
View ArticleHow to send a pro forma invoice to customer?
The action to send pro-forma invoice to customer seems to have been disabled by the Saas-2! Is there an other way to send this type of document?
View Articlecall python method from javascript ?
Hello, i'm in openerp v7, and i want to call a python method from a javascript code. this is the javascript code (web\static\src\js\view_list_editable.js): > do_delete: function (ids) {>...
View ArticleHow can I spread production lots in OpenERP 7?
I'm trying to track the assembly of products, i.e. which components (serial numbers) have been built into a finished product. I found that the product_serial module does a great deal on it. However, I...
View Articlereport stock/ inventory details - similar
I need to create a report that lists the sales transactions (product, quantity, amount, payment type, tax) grouped by stores, by location. I figured that it is similar to report_stock_move.py under the...
View ArticleWhere is the code that redirects to the home page (page after successful...
Where is the code that redirects to a page (page after successful login) of a user after login in OpenERP 7.
View ArticleLogin Error after adding a module
Hi, I'm running my first instance of OpenErp V7. After adding Timesheet module I've got error messages so i restarted my instance and postgresql server. Now i'm trying to log in and I get this error...
View ArticleOpenERP 7: cannot generate expense accounting entries
I get error: "Please configure Default Expense account for Product purchase: `property_account_expense_categ`. " But in Settings > Parameters > Configuration Parameters I do have an entry...
View ArticleHow to disable menus for specific users?
I'm wondering what is the best way to disable menu items for a give group of users. For example, we don't want some of our users to see any of the Messaging Menu items, but cannot figure out how to...
View Articledisplay message from mail
i am creating lead from my email through outlook plugin, but when i create lead the message part in the e-mail is not displayed, is there a solution or any other means to do that???? please help
View ArticleHow to sort products in "Products by categories" by alphabetical ?
Hi everybody, Someone knows how to sort products by alphabetical in "Products by categories" ? When I add _order... in my python file it works only on the total list of products "Products". Thanks in...
View ArticleHow to send a message programmatically?
I am trying to set up some notifications in an addon that go directly to a specified user's OpenERP inbox. I was able to post a message to one of the document streams but I need to send a message to a...
View ArticleOpen a form in Edit mode
I have a button in a form, that calls an object method returning a Window Action dictionary. Clicking on it, it opens a new form, as desired. This form opens in View mode. Is it possible to make it...
View Article