How 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 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 ArticleHow to access Partner Create Date ?
Hello, I am trying to create an automated action upon creation of a Partner. The problem is that the create_date field is not accessible , the filed exists in the database but not in the model. Can...
View ArticleValueError: No such external ID currently defined in the system: base.menu_sales
I get this error on creating a new database and on logging in to a new database. I am able to use my other databases but when I try to create a new database its gives the above error and if I try to...
View ArticleCreate database with specific data from web form?
Is there a way I could create database using specific data? For example I would fill a form, where I could enter company information (like address, phone, email etc), then user information - (name,...
View ArticleOpening a view with 'target':'new' loses the create button
I have a piece of Python code that redirects the user to another view when he/she clicks a button. The redirecting is done as follows: view_ref = self.pool.get('ir.model.data').get_object_reference(cr,...
View Articleadd implied_ids in group
Hello everyone, I have a problem when I try to add a implied_id in the implied_ids atribute of res.groups. I tried this code: implied_id = obj.search([('name', '=', 'Mostrar las iniciativas propias')])...
View ArticleCreate new picking list report
Hi, I create new report module for the warehouse delivery order picking list but when i pick it it show the error message Field 'move_lines' does not exist in object 'browse_record(product.product, 1)'...
View ArticleDefault values for child field
I'm trying to set default values for a child field in the parent module. Those default values have to be created in the database first. However, my issue is to link them to the parent, since the parent...
View Articlecreate export csv file with new button
I know that got the button export but My boss want to create a button for export the data that he want. anyone can help me, thanks.
View ArticleCan't find my module in Openerp 7.0!
I created a small module in Openerp 7.0. Tried to add it the way we do in 6.1, but cannot find my module. Am I missing something? Please help. **__init__.py:** import demo **__openerp__.py** { 'name' :...
View Articleany know how to create xsl report?
do anyone know how to create xsl report? i search from google but dont have any post for this report? I know can that use openoffice and others.
View Articlecreate new import button
hi guys, can i ask how to create another new import button? which can direct import like for example just select the folder and import it.
View Articlecreation/update: a mandatory field is not correctly set
I do an item "Lectura" with the id of "Jornada" and when there isn't the "Jornada" I do it and then do the "Lectura", but I get the error: - creation/update: a mandatory field is not correctly set...
View ArticleNew record created but not saved in table
Hello, I am trying to create a new record to the mail.message table with a new module that I installed. When I run the method, I get a new record id when i use the create() orm method, but the actual...
View Articlecreation/update: a mandatory field is not correctly set
I do an item "Lectura" with the id of "Jornada" and when there isn't the "Jornada" I do it and then do the "Lectura", but I get the error: - creation/update: a mandatory field is not correctly set...
View ArticleCall method after creating record?
How could I call my method just after creation of record was made. So far: def _compute_stage_deadline(self, cr, uid, ids, context=None): for lead in self.browse(cr, uid, ids): stage_deadline =...
View ArticleNet income method / Activate accounts from templates
I am using a standard chart of accounts for my country. When I wanted to assign payable and receivable accounts to my partners I had to notice that there are not provided all accounts of this chart. I...
View Articlei am created new warehouse,i want to create an combo(warehouse) in project...
i am created new warehouse,i want to create an combo(warehouse) in project and also want to fill all the warehouse in combo
View Article[BUG]How to truly prevent contact creation in v7? (Access rights do not work.)
There is an access right "Contact Creation." Only those users with this access right should be able to create a contact. This is not really the case. On many forms where there is a "Customer" field,...
View ArticleHow to create sale order line in onchange one2many?
Hello, I use OpenERP 6.1. My issue is in a one2many wizard(sale.order.line) is that when you created a new line and saved this line with button in wizard, there is no create or write action, due to the...
View Articlehow to create and open .txt file in openerp 7?
hi, I can successfully create and view the txt file in openerp 6. However, when I migrated it to Openerp 7, I cannot view the created file. This is how my creation works. I have a wizard form that asks...
View ArticleHow to have button create in Supplier Invoices but not in Customer Invoices?
Hi, I wounder if it is possible to have the button create in tree and form of Supplier Invoices, but not in Customer Invoices? I removed but it disappear from both, every change that I make I always...
View Articlelaunch a wizard before saving a record
Hi, i was wondering if it's possible to show a wizard when someone click the create or write button, but before the action be executed, i mean like a warning before saving, the warning will be a...
View Articlecannot find create function
It might be a simple question for you..i am new to openerp and i need to override the save button inside WAREHOUSE->DELIVERYORDERS->PRODUCTINLINE(i.e:additem) ,unfortunately i couldn't find the...
View ArticleCannot create view: click save but nothing happens...
Hi, I am trying to create a new view for project. I just typed the name, the inherit view field "project.project.form" object: "project.project". When I click on "Save" nothing happens: no error...
View ArticleHow to disable form view if there are not registers?
Hi; I have a model with a tree view and a form view. In the tree view i have quit the button create, but when i click on the form view the user can creates a register, and i do not want. The data for...
View Articlebalance on invoice is doubled the total?
I have a module that creates a new invoice, and puts it in the open state. One thing I noticed is the account.invoice residual (balance) field is twice as much as the amount total when the invoice is...
View Articleerror creating and saving records?
I was trying to create a record with a few required fields in an editable tree view of a one2many field. If I entered a record correctly and saved it, the creating and saving of the record were always...
View ArticleFunction to openERP python
Hi how to create a function in openerp I want to know the basic step help me please What is self, pool ....
View Article