Questions tagged [odoo-12]

Odoo is a suite of open-source business apps written in Python and released under the LGPL license since version 9 (previously AGPL). It is used by 2 million users worldwide to manage companies of all different sizes. The main Odoo components are the server, 260 core modules (also called official modules) and around 4000 community modules. ODOO 12 is the newly updated version so far in the ODOO series.

934 questions
4
votes
1 answer

What is difference between xmlrc_port and http_port parameter in Odoo configuration file?

What is the difference between xmlrc_port and http_port parameter which are used in Odoo configuration file.
user_5888677
  • 85
  • 1
  • 10
4
votes
0 answers

How to set custom colors for Odoo 12 calendar view events?

There is a good tutorial on how to achieve this in Odoo-8 here: Tutorial , but it doesn't work on Odoo-12. Odoo natively allows you to set a field of your model as a basis for color differentiation in calendar view.
4
votes
1 answer

how to change date-picker's default Day of week in odoo?

Currently in odoo date picker shows from Su-Mo-Tu-We-Th-Fr-Sa i want to make it starts from Mo-Tu-We-Th-Fr-Sa-Su in some case and in some case Su-Mo-Tu-We-Th-Fr-Sa. can anyone help me how to achive this as i checked in default odoo 12 addons it is…
Jack Sparrow
  • 628
  • 8
  • 20
4
votes
4 answers

Odoo v12 API get invoice PDF

This question got me started with my C# Odoo API implementation. I have working code using CookComputing.XmlRpcV2 to retrieve a list of invoices. What I would like to implement is the option to retrieve/download a PDF of a selected invoice. Does…
pritaeas
  • 2,073
  • 5
  • 34
  • 51
4
votes
2 answers

Odoo-12: I created a widget. How do I use it?

I created a custom module that defines a widget. here are the .js file as well as the QWeb template: bh_sidebar.js odoo.define('sidebar_widget.bh_sidebar', function (require) { 'use strict'; var Widget = require('web.Widget'); var…
Kyle Sentient
  • 487
  • 3
  • 7
  • 20
4
votes
1 answer

In the common Odoo method 'execute_kw', what does the suffix 'kw' refer to?

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?
4
votes
1 answer

How to remove Header and Footer from the second page of the PDF report of Sale order, Invoice, Purchase Order, Bill, etc. In Odoo 12v

I want to remove the header and footer(Company Logo and Company Details) from the second page of the to last page PDF report expect. Only first page Contains Logo and Company details the second page does not contain any Logo and company details. I…
4
votes
1 answer

wkhtmltopdf failed (error code: -8). Message: b" odoo 12

When I want to print any report I got this message : wkhtmltopdf failed (error code: -8). Message: b" This problem only for Odoo 12 version but for the previous versions it work well .. this link will show the warning message : Wkhtmltopdf…
Nebil Aydi
  • 53
  • 7
3
votes
0 answers

Model not found: ' ' using odoo in kubernetes

Model not found: openg2p.disbursement.batch.transaction Error context: View `openg2p.disbursement.batch.transaction.form` [view_id: 789, xml_id: n/a, model: openg2p.disbursement.batch.transaction, parent_id: n/a] None" while parsing…
3
votes
0 answers

The selected company is not compatible with the companies of the related user(s)

I got the below error when refreshed the server. I haven't changed the code. I just selected a company other than "Your company". Now, with this error, I can no longer access my Odoo server. File…
Raskolnikov
  • 315
  • 1
  • 2
  • 7
3
votes
0 answers

AttributeError: 'str' object has no attribute '_fields'

I am making a report by QWEB in Odoo 12, it only has to take the fields of a model called fico.respuesta, the report is printed without any problem, however, when calling the fields of the model it generates the aforementioned error: Error to render…
AnibalAP
  • 43
  • 5
3
votes
4 answers

Odoo Manufacturing Picking - Show lots having quantity greater than zero 0

I have added a lot quantity field in Manufacturing picking operations. It is reflecting the lot quantity perfectly with respect to location. Now the problem is I do not want to show the lots having no product i.e. 0 quantity. How do I achieve…
user1584253
  • 975
  • 2
  • 18
  • 55
3
votes
2 answers

How to find a modal view id on odoo?

Im new to odoo and I need to change the modal view that shows when you edit a contact and you click the Add button on Contacts & Addresses. I need the view name to add some code with xpath. How can I find the name or id of that specific view???
3
votes
2 answers

Add extra fields to odoo many2many field

I am trying to create a fine allocation functionality in hr.employee.This module inherits from hr.employee. The process is: Click the Fine Allocation menu that opens a wizard. The wizard has a many2many relation field called employee_ids related to…
Eric
  • 940
  • 12
  • 27
3
votes
1 answer

Odoo 12 : Changes are not visible when updating existing module

I am trying to update some static text in template name ajax_login_template.xml inside website_ajax_login module. I have restored an existing dump file without any errors. The issue is that I can't see the changes after updating the app in…
Shahzeb Khan
  • 3,582
  • 8
  • 45
  • 79
1
2
3
62 63