How 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 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 Article