cant solve this error - ValidateError Error occurred while validating the...
****__init__.py**** import person __openerp__.py { 'name': 'Person Data Storage', 'version': '2.0', 'author': 'Praveen', 'depends': ['base'], 'data': [ # data files to load at module install...
View Articlewhat is the name of the variable that displays the "source...
what is the name of the variable that displays the "source document" in an invoice?
View ArticleAttributes of fields on dynamic views v7
Hi everyone, Either I came across on some interesting "bug" or I'm doing something wrong. Anyhow, here is what I've been trying to accomplish: Create a dynamic view with some readonly fields on it....
View ArticleHow to activate chat (im) in v8 (trunk)
I know its already answered that chat (im) is only available from v8, but I have trunk running and the im and im_livechat modules installed, I can create channels, and insert the code in my website,...
View ArticleApply partner taxes even if there is no product tax set ?
Question: Is there a way to apply partner taxes without attaching taxes to products first? Or rephrased: How to replace any including none product taxes by partner taxes? OpenERP 7 My question is...
View ArticleWorried 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 ArticleThunderbird openerp plugin can't connect
Hi everyone, I followed the steps in openerp 7 to install the addon for thunderbird 17.0.4. But I can't seem to set the server settings (even with clicking select -> set the values in there). No...
View ArticleIssues 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 ArticleHow can I pass customs ids to 'datas'
Hello, I am very new with OpenERP and I been trying to make a report to work. Finally I discover that `context.get('active_ids', [])` was returning nothing and thats part of the reason my report was...
View ArticleHow to create a supplier invoice in a different currency
Hello, My system is set in Euro but I buy from suppliers which are also outside the euro zone. How can set these suppliers and their related products in a different currency ? Thank you and best,...
View Articlestring to integer in salary rule python
In the object hr.salary.rule in field amount_python_compute I need to transform a string into a integer. I tried int('12') float('12') eval('12') import ast ast.literal_eval("12") but none of these works.
View Articleshipping address variables names in delivery order report
I am trying to modify the delivery order printout and the variables o.address_id.partner_id.name, street, zip, ... display blank when used in the sxw template for specifying the shipping address. What...
View ArticleV7 Import supplier invoices put invoices in as customer invoices
The standard import function in de Supplier invoices screen works, but the invoices end up with type = out_invoices, and show up in the customer invoices view. The type field is not importable itself....
View ArticleIs there a way to limit records shown in a graph?
I would like to create a graph for a dashboard showing the company debtors, but with the number of debtors our company has the graph becomes un-readable pretty fast. Is there a way to limit the number...
View ArticleDoes french region database exist in OpenERP?
My company want to save customer's region to print graph and many other thinks. In Region menu I only have the complete list of 51 states of America. Anybody knows about a complete list of french...
View ArticleAmazon Integration
How can I integrate OpenERP with Amazon so that my order reports are imported into the system?
View ArticleI got module installation problem, I can't install any module. Help me...
I got some problem in using openERP, I hope you could help me here.. I uninstalled base kanban module by accidentally, but I've succeeded to install it back.. but my installed project management got...
View ArticleDeleted button OpenERP7
Hi, I want to deleted a button of form fleet vehicle. the button I should deleted is services. Any suggestion.
View ArticleSales person field shows empty when added to sales order
Hi Interesting one here. When I add the sales person and sales team fields to the top half of the quote or sales order screen the sales person field is empty even though there is a sales person...
View ArticleWeb module : call python code from JS
I'm mew in OpenERP and I'm trying to create a web module "web_example". +-- __openerp__.py +-- __init__.py +-- web_example.py +-- web_example_view.xml +-- static/ +-- src/ +-- js/ +--first_module.js...
View Article