How to apply changes only to a customer when I inherit res_partner and make...
The changes made in create and write of inherited res_partner should affect only the customer and not the supplier and user.
View Articleself.create() command in OpenERP Model object not working well?
I am creating a module called **obp_client** where I have defined a **Bank** model object. The code for the **Bank** model is written in the **obp_client/obp_client.py** file. I get this error when...
View Articleuser:lead creation problem
i have created a user and in access rights i have given see own leads, when i login from user account and try to create a lead i' m getting below error.... and as an admin user i'm able to create...
View Articleopenerp v7 create new database error (after one demo database first)
Environment: W7 professional Installed all-in-one lastest nightly version from 06-june-2013 Steps: - Create one new database with demo data. (Spanish language selection) - Works fine - Enter to this...
View ArticleStrange behavior of record rule
I encountered strange behavior of custom access rule and it happens at only one database (don't know how it is different from others). So I created this record rule (on res.partner object for read,...
View ArticleError saving record in model inherited from crm.meeting?
Hi, I've inherit the 'crm.meeting' and change the name to 'radar.eventos 'but now I can't save a record. I've this error : 2013-06-17 19:06:56,060 27957 ERROR teste17junho openerp.netsvc: ValidateError...
View ArticleHow i can create module openerp 7 ?
Hello, i am new in Openerp, i want to create a new module in openerp 7, i have all the modules but i don't know how to start, thank you very much !!!
View ArticlePermission only for create a registry?
Hi, Is possible create a permission only for this group create records on Openerp v7? I tried this but don't work: **ir.model.access.csv**:...
View ArticleCannot create user with an existing user
Hi all, i have the lastest linux openerp version installed. Im trying to create user with an existing user but i get **"Access Denied ...... Document Type: Partner, Operation: create"**. Anyone can...
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 ArticleWarning for fields.selection??
Hi, I need to warning when user change my fields.selection. I create a function onchange and works when I edit the registry but the problem is this field have a default value and when I create a new...
View ArticleIs possible remove the button "create" for a specify group and for...
Hi, I tried remove the button "create" for a specify group and for specify state. For all users and for all states I tried with something like this and works:...
View ArticleMy user cannot create a project, even when he has privileges
I have a user with Manager privileges to the project module. When the user tries to create a new project this error appears: Access Denied The requested operation cannot be completed due to security...
View ArticleWhat is the best way of getting started with openERP?
Apart from the fact that I am familiar with python & Django I find it difficult in getting started with coding and understanding the working of openERP. Any suggetions?
View ArticleSet Deadline in 14 days when task is created in specific project
How can I automatically set a deadline in two weeks when I create a new task in a specific project?
View ArticleHow can I add the standard header with create button to my module?
How can I add the standard header with "create button"(and in form view the standard save button) and search field to my module like in the image? ![image description](/upfiles/13787355179678004.jpg)
View ArticleStore create method on variable?
I am baffled by a behaviour of OpenERP. I understand that the create method returns the id of the newly created record. So i tried to store said value in a variable for later use, but altough the...
View ArticleView warning in default supplier and customer view
running erp7 on a synology nas. somehow the supplier and customer kanban AND list view give this error. I can create suppliers and customers via a purchase or sales order. they just don't show up in my...
View Articleclick on save occure Error not Properly create ??
> ERROR db_7_10 openerp.sql_db:> Programming error: operator does not> exist: character varying = integer> LINE 1: ...l_exercise" WHERE> ("all_exercise"."exercise_name" in> (41))...
View ArticleData Importing and Updation with EA_Import for many2many field
Hi, I am using ea_import tool to import and update the data in forms. I am able to do import (if new) and update (if exist) successfully for all fields including one2many and many2one **but not for...
View Article