Returned Products can exceed delivered products
Setting up a V7 instance, I notice that I can return more than I sold/delivered. Is that just some setting I forgot to turn on?
View ArticlePreventing On change recursion
hello everyone, I'm trying to find a way to prevent recursive calls to On_change functions. Here is the situation : I have 4 fields : cost, price, margin, and coef which are related using these simple...
View ArticleWhy field_ids might not exist.
Logs show me AttributeError: View definition error for inherited view 'project_medical_dates.view_project_project_form' on model 'project.project': Element '' not found in parent view...
View ArticlePopulating a related field related to a one2many in an onchange method?
I have a model linked to a sale.order through a many2one. In the form for this model I need to show the sale order lines as soon as a sale order is selected, so I used an on_change. The setup is like...
View ArticleHow to open child contact in separate view
Hi, I want to open the child contacts from the company form in new view. Like in the invoice form for example, when in the invoice form click on the company name, the new view will open with...
View ArticleHow to handle transportation and costums costs in international trade?
this question was originally posted in 2009 in the forum, with no answer: And there is a more realistic case for companies doing import/export: Two manufacturers send goods in a truck, this means two...
View ArticleWhy do I get a 'role does not exist' error after OpenERP installation
I am installing openerp at my local server, I have installed it and its dependences but after finishing its installation when i run server *'openerp-server'* and acces it using *0.0.0.0:8069/*. I got...
View ArticleHow do I change the information that "Home address" displays in...
Currently both the 'Home Address' data in the Personal Information tab and the 'Working Address' data in the Public Information tab draw their data from the address fields in the matching 'Contact'...
View Articlefield value in context
I'm trying to create a multi page/step wizard, and i need to pass the value of a field from one wizard to the next. How can i do this? Thanks
View ArticleChange filename of binary field
I have in my model function filed returning binary. How can I change returning filname? Function: def _get_vcard(self, cr, uid, ids, prop, unknow_none, context=None): res = [] for id in ids:...
View Articlehow to get user ip address?
when user log in openerp use browse, I want to get his computer ip address? how to get it? pls help, I search the code two days and not result. thanks
View ArticleNew states' translations not showing up
I have customized the sale module with some new fields and states. All the terms have been translated, and for the new fields they show up fine inside OpenERP, but the new states keep displaying only...
View ArticleRestricting Developers on Production Server
Hello, I am using Openerp7 on win7 x64.I have setup accounts and finance module in my office now my Finance Head doesn't want any developers access on transactional data or master data like a developer...
View ArticleHow to adapt monetary widget ?
Hello, I'm trying to display monetary fields like this : '525200.52' => '525 000,52' in form views I understood that I have to modify the following file addons/web/static/src/js/view_forms.js . And...
View Articleinstall Prestashop OpenERP Connector module
Hi Can anyone help me how to install Prestashop OpenERP Connector module from launchpad? I am new to openerp and I am using openerp7. Thanks
View ArticleTranslations (.po files) not updating?
I have edited some of the .po translation files in addons directory, to fix a few missing translated words to my language, but it seems none of these changes are effective. I have tried restarting...
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 V7 Saas-2! Is there an other way to have this type of document being attached to an outgoing email to customer?
View ArticleHow to enter backdated stock moves?
As far as I can see there seems to be no way to enter backdated stock moves using standard OpenERP functions. For example, in Physical Inventory function, you could input a past date in 'Date Done'...
View Articlehow to read the value of a previous rule from another rule in payslip?
I know I can read the sum of all the rules in one category, like this result = categories.CAT1+ categories.CAT2 But how do you read something like this? result = rules.RUL1 + rules.RUL2
View ArticleHow to record food waste/loss in OpenERP 7
I've setup OpenERP 7 for a small coffee shop. The POS is working fine, but I need a way to track the inventory. Inventory tracking through receiving and selling products seems rather straight forward,...
View Article