What is the best practice for Inter warehouse moves?
Hi all, As I understand for moving goods from warehouse to warehouse the INTERNAL MOVES should be used, but that completely avoids the picking process both ways. Is there any setting or workaround to...
View ArticleIs the client / server mode is available on OpenERP v7?
Is the client / server mode is available on OpenERP v7?
View ArticleProduct discount on product invoiced to-date
Im having customers which are entitled for discounts on specific product only after 10K$ were spent on that specific product from total product invoiced to-date. Is that possible to configure in OpenERP?
View ArticleCustomizing partner defaults
I am trying to get the partner default for the customer checkbox in sales & purchases tab off by default i have looked in the set defaults but when i uncheck the box there isn't a "customer =...
View Articlesave an image as a file in product_images_olbs
Hello, I'm using product_images_olbs, it's working well. I'm trying to modify the code so I save the image uploaded with a different name in a file, but it doesn't work! Here's my code: def...
View Articleactivation link is not opening directly
i customised the auth_signup module and when i click on activation link from mail directly the link is not loading its shows currently logged in sesion , what is the problem?
View ArticleHow to add new argument or parameter in _applicable method of class...
I know that in openerp taxes are calculating on the basis of unit price and its quantity but i want it to calculate on unit price ,its quantity and one more parameter (such as shipping cost ).How can i...
View Articlerecord .date.raw_value
i try to make a kanban view but the result is this : -- Cannot read property 'raw_value' of undefined how can i do to resolve this probleme thanks
View Articlehow to log out the anonymous user
I need to log out the anonymous user login when i click on the button i public portal how can i achieve this ??
View Articleallow multiple sale order confirmation
V6 on window Is there a module or a setting that can allow multiple sales order confirmation out there please? Really need this. Thank you.
View ArticleHow to find double in a table?
Hello, I am using OpenERP 5 for my company (yes 5 is old lol). Using postgresql I would like to find all my partner_id who have 2 addresses with the type 'other' in the table res_partner_address. Any...
View ArticleHow to add a Column in Sale Order? Gives ValidateError
I'm trying to add a new field 'Shipping' to Sale Order Line. Here's my code {v7]: sales_quote.py: from datetime import datetime, timedelta from dateutil.relativedelta import relativedelta import time...
View ArticleHow to integrate a web analytic with OpenERP ?
Hello everybody, I want to integrate **Piwik/phpmyvisites/google analytic** to my OpenERP instance. These services provides a **javascript script** and an **html code** (noscript, iframe, img ..) I put...
View ArticleHow can i add a tax that's not calculated?
I need to add a tax that it's defined by the vendor, not calculated from the sales price or whatsoever, but from their own buy price and some other stuff (like the volume when they bought, etc) that is...
View Articlehr expense tax calculation
Hi, I'm not sure how the tax calculation is done in employee's expense form when generating accounting entries. I created a new expense with a product related to a 19.6% VAT I setted the unit amount to...
View ArticleHow to define my own scheduler in Openerp 6.1 ?
I am working with UPS integration I have a task to make shipping request every hour to UPS. There is a button to make request but I cannot go and make a shipping request every hour for every new...
View ArticleHow to get start with aeroo reporting ???
I have successfully installed all the aeroo module in openerp7 , that is report_aeroo, report_aeroo_ooo,report_aeroo_printscreen,report_aeroo_direct_print . But the problem arises when i want to...
View Articleorder by selection field in List view
In openerp 7 list view i want to shows the state value sort in the order draft, assigned and cancel currently shows in Asc or Desc. But in my case we need sorting in the order draft, assigned and...
View ArticleHow to read one2many in on_change
I have some issues when trying to read a one2many with an on_change method with previous saved lines lets say we have onchange_analytic_account_ids(self, cr, uid, ids, analytic_account_ids) when is a...
View Article