Questions tagged as 'odoo'

0
answers

How can I see the full views of my module after installing it in other databases?

I have a module developed in Odoo 10 and everything works perfect, but when I install it in another database or in another machine, all the fields of the views do not appear even though the code is fine. What can you do?     
asked by 08.06.2018 / 04:04
0
answers

Obtain number of records of a module

Good morning gentlemen, I have a problem since I am very new in odoo yet. I am trying to create a kanban view in which the information of the department, current date, and number of incidents of that department are shown, my problem is that I...
asked by 18.05.2018 / 01:07
1
answer

Error installing Authentication via LDAP in Odoo

When installing the Authentication module via LDAP I get the following error:    It is impossible to install the auth_ldap module because there is a dependency   unresolved external: No module named ldap I want to install th...
asked by 11.05.2018 / 13:40
0
answers

How can I show a checkbox in a report in Odoo 11 instead of the True value?

I'm scheduling a report in Odoo 11 and so far so good. The only thing that happens is that when a field receives the value from a Boolean type, the text "True" appears. <h4>1.2. Circunstancias significativas</h4> <p>Pa...
asked by 08.05.2018 / 12:37
1
answer

How can I hide the fields in Odoo 11 only when creating and editing a form?

I have created the Tree and Form type views for a small Odoo 11 module that I am creating. But there is a field, let's call it campoX that interests me only if it is not visible when I access the details of the subject: person, boat, plant, or w...
asked by 05.05.2018 / 19:41
0
answers

Save data type many2one in Odoo using the library aXMLRPC android

I'm working on an Android project that consists of connecting an Android application to Odoo using the library aXMLRPC . The application will allow the user to create a sale ( sale.order ). But now, I have the object (...
asked by 19.03.2018 / 18:02
0
answers

Problem with Odoo module

I have a problem with a Odoo module that I created. First of all say that I have no idea to program in Python part of the little I've seen in tutorials of Odoo . I have a module with three relations calculated fields and it w...
asked by 01.03.2018 / 11:06
1
answer

Doubt in odoo to make unique a field without using sql sentence

The issue is that some time ago I did a odoo test, in which I was asked to have a field in a table I know that with sql it would be something like that _sql_constraints = [('def_identification_unique', 'unique(blablabla)', 'blablabla mus...
asked by 20.02.2018 / 22:28
0
answers

Odoo datetime default value for time 00:00:00

I have the following field in an Odoo V10 model starting_date = fields.Datetime('Starting date', default='2018-01-01 00:00:00') and I want the value of the default to take the current date but that the time is the 00:00:00 or any oth...
asked by 30.01.2018 / 12:29
0
answers

Odoo v10: How to copy the contents of a One2many field into another One2many field?

I would like to know how to copy a One2many field, that is let's say that I have 2 One2many fields that point to different models, and in both models are the same fields, and I want to create a method where all the contents of the first One2many...
asked by 29.10.2017 / 18:02