how to give overall tax to my saleorder in openerp v7.0.hi
How to giving an overall tax to my sale order. in openerp v7.0 in my sale order more than two products i want to give overall tax amount to that products in the sale order form How to give this overall...
View Articlenew packaging type creation
is it possible to create custom packaging type in packaging configuration? for the time being we have unit, pallet, box and pallet only. Regards claudio
View Articlelink between products and packaging
I cannot find the way to link a product to its packaging in product master data. I'm working with 7.0 version. thanks in advance claudio
View ArticleHow to use SimpleTAL instead of QWeb in OERP7?
From the /developers/web/module/ section of the docs:> OpenERP Web’s template language is > QWeb. Although any templating engine> can be used (e.g. mustache or> _.template) This is great...
View ArticleAssembled Parts for Distributors
Hi, We are a distributing agency for Industrial Products. We do not Manufacture Products, Just buy and sell them. However we have certain parts which can be sold in different combinations. For E.g Part...
View ArticleHow to do web RPC requests in javascript?
Hi, I search how to interact with openerp database in javascript. I've found this example on the API documentation but it's don't works. var Users = new openerp.web.Model('res.users');...
View Articlecreate a module "password"
I would like to make a simple module allowing to the customer to add his passwords in the database. Firstly, as beginner in OpenERP programming, I would like just to do a module where I can associate...
View Articleproblem in fields.many2one in openoffice
To show a fields.many2one in my PDF I use this code : [[ o.my_fields]] but I have this in my pdf : browse_record(mrp.bom,9) How can I fix this ?
View ArticleModule MRP 2 in OpenERP
Hi All I want to ask you if the module mrp 2 exists in OpenERP ( officiel or community). And if a society or person started to devellop this module. Thanks
View ArticleHow to configure the Thunderbird plugin?
My OpenERP server (HTTP, port 80) runs on a VM behind an Apache reverse proxy (HTTPS, port 443). Both the web interface and Python using xmlrpclib work without problems. Unfortunately, the Thunderbird...
View ArticleLanguage per Contact
I just need to configure a large international Customer in OPenERP 7.0 with many addresses. After a while I managed to configure Billing, Shipping by using Pseudo Contacts "Billing" and Shipping". This...
View ArticleIs it possible to create a script / command to make the point of sale...
And how hard would be such implementation? Right now if you create a new product while the point of sale is open it doesn't recognize the product, so i'm considering doing some code to make the point...
View Article"New company financial settings" link is not found in openerp7. Is...
Hi, I would like to map the present accounts to one of the COAs and create a new account list for a new company created. I used to do this under **Accounting** -> **Configuration** -> **New...
View ArticleGL, PnL , Balance-sheet and other Accounting reports with particular Partner...
Hi If is there any module to take a report of GL, PnL , Balance-sheet and other Accounting reports with particular Partner wise. filtration option with Partner so we can select required partner and get...
View ArticleDomain on user_id, res_users based on relation
Hello to everybody, I have a field, in a custom module, like: 'user_ids': fields.many2one('res.users', 'User') I need this field contains only users belonging to a certain group, for example test, but...
View ArticleExtract time to field datetime
Would like to extract a field datetime through a method on_change the time when the field is selected datetime time. Example: - **datetime**: 28-06-2013 17:05 - **extract**: 17:05 How could I? thanks
View ArticleHow do you install a module?
We unpacked the module at `../server/openerp/addons` then we tried installing through `Settings/Applications` menu but the module does not appear to be available for installation. Also we tried to...
View ArticleTemporary variable in aeroo report
I'm using aeroo report to create a report. I need to insert a temporary variable in a for cicle to incement with some values. It's possible this? Official documentation doesn't explain nothing about this.
View ArticleWhy a new tax is not recognized at the POS level?
I created a new sales tax; this tax uses the code python option: a specific calculation given by a formula. This tax is not recognized by the **POS session**! Plus once a product with this tax is...
View ArticleIs there any difference between process and workflow
What does model="process.process" do ..? I did not find any documentation related to this ... How does it differ from workflow .. ?
View Article