odoo-10 Questions

3

I wanted to change the column width of the columns in tree view. So far I have tried these solutions Adding in the field tag: width="100px" or width="15%%" Adding in the field...
Electrotype asked 19/11, 2016 at 11:24

3

Solved

I am using Odoo 10 in Ubuntu Server. I am trying to print my quotation report in pdf format using wkhtmltopdf. But the design doesn't look nice. It looks like the CSS is not working I have tried t...
Verdellverderer asked 1/11, 2017 at 12:43

3

I am trying to display set time of Postgres database time to datetime field into Odoo. I am creating field is that to set the time. last_modify_article = fields.Datetime("Last Modify Date") But...
Airwoman asked 28/8, 2017 at 9:17

2

Solved

I have extended model stock.picking with a new method called do_new_transfer_xmlrpc which enables a basic new_transfer from XMLRPC. class Picking(models.Model): _inherit = 'stock.picking' @api....
Sixty asked 25/1, 2018 at 3:5

2

We have created a custom module in Odoo by inheriting res.partner view and some custom fields, which are readonly, were added. Fields such as customer_since_date and customer_id. We want to import...
Korrie asked 21/10, 2016 at 6:43

3

Solved

I am uncertain regarding what child_of does after reading the docs and the use of child_of operator over using in operator for filtering Odoo v10 domain docs can be found here which states the fo...
Kelp asked 2/1, 2020 at 11:26

3

Solved

I need to get the translated data from odoo with a specific language using XMLRPC by default odoo sends data in the default language which is English api.execute_kw(db, uid, pwd, 'res.country', '...
Scrutinize asked 5/10, 2017 at 13:1

4

Solved

I do not know which is the right syntax for if-else in qweb. <t t-if="origin != l.origin"> <td>foo</td> <t t-else/> <td>bar</td> </t> What is wrong he...
Arbuckle asked 2/1, 2018 at 23:10

6

t-field-option is not working. I have tried <span t-field="o.date_invoice" t-field-options='{"format": "MM/dd/yyyy"}'/>
Personate asked 15/12, 2016 at 14:25

3

Solved

I want to inherit a form from another custom module without depends but It need to be check if that module is installed or model is existed before inherit it. I researched many docs but not found a...
Highminded asked 8/11, 2017 at 8:19

2

I want to connect odoo 10 with the postgresql (which is running on other server). Is it possible ? If, yes! then please do help me out by posting step by step procedure or any sort of tutorial link...
Annatto asked 14/3, 2017 at 14:45

2

Currently I have two different databases on different machines that are showing the error below. The first appearence was a couple of months ago, ocasionally showing up in logs, sometimes multiple ...
Bulwerlytton asked 3/5, 2017 at 17:49

1

Solved

I can't for the life of me find any place where the suffix of the name of the common Odoo method execute_kw is explained. What is the kw suffix for? Is it just two arbitrary letters?
Lejeune asked 25/1, 2019 at 8:15

1

Solved

I need to create a two-column index. I have declared: field_A= fields.Float(string='A', index=True) field_B= fields.Float(string='B', index=True) But that creates two independent indices. I wou...
Brendabrendan asked 21/12, 2018 at 13:9

1

I’d like to trigger the fields_view_get function dynamically after doing some functions. I override the function fields_view_get and return my results. This gets affected on XML view only at first ...
Hurwitz asked 28/8, 2017 at 7:29

1

Solved

What I need If the user clicks on my button, take him to different views of different models depending on a field of the current record. What I did I have declared a type object button to call a...
Spitler asked 24/5, 2018 at 13:28

3

Solved

I know from the Odoo website that Odoo needs an special wkhtmltopdf version: Danger to print PDF reports, you must install wkhtmltopdf yourself: the version of wkhtmltopdf available in debian...
Watercourse asked 13/1, 2018 at 22:50

1

Solved

In Odoo one can extend or include on a class (in Javascript). What is the difference in Odoo between extend and include?
Heavyladen asked 18/4, 2018 at 4:50

2

I am defining my own report.paperformat. I am trying differnet configurations for margin_top and header_space but I can not manage to undersand what does each parameter. When a given value is use...
Liner asked 19/1, 2018 at 17:35

1

Solved

Could someone translate the following polish notation to its SQL counterpart: ['|', '&', ('is_company','=', True),('parent_id', '=', False),('company_name', '!=', False),('company_name', '...
Postwar asked 30/1, 2018 at 13:54

2

Solved

I am new to python and odoo. I came across a scenario that i want to create a excel file first from my dynamic records and then want to save it to ir.attachment table. So that i can link that as an...
Sinless asked 19/12, 2017 at 17:12

1

Solved

> WARNING 11_test1 odoo.addons.base.ir.ir_ui_view: Error-prone use of > @class in view report_invoice_document > (account_invoice_report.report_invoice_document): use the > hasclass(*cl...
Dell asked 3/11, 2017 at 9:19

2

Solved

How can I have order records to be able to work with it? I tried not_clean_data = self.env['my_model'].search([],order = 'user_id, datetime asc') but in vain
Spada asked 25/10, 2017 at 16:38

1

Solved

How can I remove the odoo default toolbar for public users? I mean I don't want any user (except for admin) after login to see the top blue bar which has options of discuss, employees etc.. Pleas...
Quicksand asked 19/10, 2017 at 14:14

2

Solved

I have created a custom module, in my tree view, I will always have only 1 row data. But in my tree view it shows extra empty rows. how can I remove those unwanted empty rows? My view code: &lt...
Alisander asked 28/9, 2017 at 11:53

© 2022 - 2025 — McMap. All rights reserved.