Price quotation addon on OpenERP V6
Is there a price quotation module (addon) on open ERP v6.
View ArticleNot working editable greed with grouping
I have this view and in simple view it works fine, but when I enable some grouping (e.g. "Group by… Company" in Employee module) my grid stopping to be editable!
View Articledouble validation problem
I have a problem with the double validation issue on Holiday Leaves. Now i have userA on project management as a user, and userB is manager at project management. So, userB is the manager of userA and...
View ArticleRecord rule for a user
I have created two user groups.One user group can access only the data which they create I have done this, second user group can access all data created by all users I tried the below code but it is...
View ArticleHow to modify a qweb template?
I try to unchecked by default the list of suggested recipient in thread mail. I've created a .xml file like this: and I set `'qweb': ['static/src/xml/juliana.xml'],` in __openerp__.py file of my custom...
View ArticleHow to inherit calendar.event with a different name?
Hi, I was trying to do a new object similar to calendar.event but keeping the original. I try like this in mymodule/mymodule.py: class radar_eventos(osv.osv): """ Model for Events """ _name =...
View Articlehow to customize Portal
hi , i want to display just a slide and a product list thanks ,
View ArticleHow can I override email template without changing original template file.
How can I override email template? In my case, I need to change invitation email template. I'm found set_password_email view in auth_signup module, but I want to keep originaly file. Template is not...
View ArticleHow to copy a fields from one table to another
Hello all, please how do I copy some fields from one model to another model in OpenERP. For example, i have a model called club.member with fields id, name, address, country and state and another model...
View ArticlePrinting selected documents in one report
Is there a way to print all selected documents in one report? I know you can use the checkboxes to select individual or multiple documents, and then print out all the reports in one action. What I want...
View ArticleSeveral customers per task/issue
I am interested in openERP. I played around a bit and saw that a customer can be associated to each task, so it gets notified when the task is completed. For software development, I understand it would...
View ArticleHow to connect to openerp on a company server via through the internet
Hi all, I'll be grateful for whatever help. In order to test the viability of openerp for my company, I have opt to install openerp community on our companies server. I can connect other PCs in the...
View ArticleHow select the month of a date type ?
Hello everyone, Do you know how to get the month (or the month and the year) of a date type field in xml ? I would like to compare it like I compare the day : [('date_field','=',...
View ArticleHow to manage interventions ?
I used the "crm_intervention" in OpenERP v6 to manage on-site interventions and I'm currently setting up OpenERP v7. I wanted to know if v7 got the same functionality or if a v7 version of this module...
View ArticleWhat does this message really means?
I get this message when I try to Convert a Quotation into a Purchase Order: "Quantities, UoMs, Products and Locations cannot be modified on stock moves that have already been processed (except by the...
View ArticleDirections needed on How to print POS receipt on A4 paper size?
I have developed a module to allow the POS user (Cashier) to select a customer and bind him to the order, so the customer name can be printed on the receipt. Now, i want to add a new button `Print on...
View ArticleAttributeError: 'NoneType' object has no attribute '_name'
Hello, I am a French student. I want test mymod, for workflow. But I have this error : AttributeError: 'NoneType' object has no attribute '_name' mymod.py # -*- coding: utf-8 -*- from osv import...
View ArticleCase management
Hello, I'm new to OpenERP and I'm looking for a case management feature that creates case number, allows you to set priority, enter a description, etc., for client support. I checked both the...
View ArticleWhere in account module do fields get copied over? [From SO --> Invoice]
In what file, and where, can I find where fields get copied over from the Sale Order to the invoice? For instance client_order_ref --> name and payment_term. I want to copy my custom field value...
View ArticleThis domain expression is correct?
I am trying to retrieve a couple of records from my table of production to perform a calculation. So far I have this class that extends mrp.production.workcenter.line for work_order in self.browse(cr,...
View Article