Questions tagged [odoo-11]

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 was formerly known as OpenERP

enter image description here

Odoo was known as OpenERP until May 2014. It was rebranded because version 8 of the software included apps such as a website builder, e-commerce, point of sale and business intelligence. The software conforms to standard expectations of ERP systems, while providing additional modules beyond the coverage of traditional ERP systems.

Odoo S.A. provides a web site referencing the officially supported modules as well as community modules. Community modules can be referenced for free as long as they respect the open source licence of Odoo. As of June 2014, the number of Odoo apps reached more than 4000.

Module development mainly relies around editing and files. Some application logic (i.e. workflows and data structure) can be changed through the client interface using a developer mode.

The official Odoo apps are organized in 6 groups:

  • Front-end apps: website builder, blog, e-commerce
  • Sales management apps: CRM, point of sales, quotation builder
  • Business operations apps: project management, inventory, manufacturing, accounting and purchase
  • Marketing apps: mass mailing, lead automation, events, survey, forum, live chat
  • Human Resources apps: employee directory, enterprise social network, leaves management, timesheet, fleet management
  • Productivity apps: business intelligence, instant messaging, notes

The software is actively programmed, supported, and organized by Odoo S.A.. Odoo is similar to many open source projects where customized programming, support, and other services are also provided by an active global community and a network of 500 official partners.

Internal Links:

947 questions
-1
votes
1 answer

How to add salesperson to print invoice ? and Which file i will edit it ? in odoo V11.0

I'm New in Odoo and need to add salesperson name who created invoicing in Invoice like from this image salesperson to invoice PDF Print So, Which file i will edit it in Odoo files ? and How can i add salesperson Name who created invoice to Invoice…
D2rkZ3r0
  • 15
  • 4
-1
votes
1 answer

Call a method in odoo11 POS after changing customer

There is a widget in the POS(point of sale) called PaymentScreenWidget and inside that there's a customer_changed method which is called when the customer is changed. Suppose that I want to call a method after this method is called then how can I…
Rajesh Paudel
  • 1,117
  • 8
  • 19
-1
votes
1 answer

How to give access rights in odoo v11?

I am getting the below Odoo Server Error - Access Error The requested operation cannot be completed due to security restrictions. Please contact your system administrator. (Document type: hr.employee, Operation: read) Actually I created a rules…
gallory
  • 11
  • 4
-1
votes
1 answer

How to deal with tax in website order with multi company products?

This question is about how to deal with tax in website order with multi company products in odoo 11. Please take below scenario: Lets assume there are 3 companies C1, C2, C3. C2 and C3 are child companies of C1. Lets assume there is 18% tax…
Ajay Viknesh
  • 127
  • 1
  • 2
  • 9
-1
votes
1 answer

How to call salary rule in python code odoo

I want to use salary rule in python code for some calculations. Anyone please tell me how can I do it? Thanks in Advance.
M Tahir Noor
  • 443
  • 2
  • 10
  • 31
-1
votes
1 answer

[Odoo CMS]-Depending on the resolution of the client device, the background images must be served in an optimal size

I am trying to do some research on how should i proceed with this. Depending on the resolution of the client device, the background images must be served in an optimal size. *I was checking about the "srcset" but i got to know that srcset does not…
-1
votes
1 answer

odoo - explanation @api.multi - recordset

In odoo v11 when i use @api.multi decorator, the self variable is the actual recordset. But what records are in that recordset? For example: In odoo I click on a partner. The partner has a computed field. The method of that computed field is…
-1
votes
2 answers

How to convert string into datetime in Python

i have concatenated date(date field) time(float) date_time_to(Char) i am getting output in this format "2018-10-09 20.00". I need output in this format '%m/%d/%Y %H:%M:%S' I used "obj.date_time_to = datetime.strptime(self.date_time_to, "%m/%d/%Y…
iam supreeth
  • 497
  • 4
  • 16
-1
votes
1 answer

Odoo 11 community payroll module

I've installed recently odoo 11 in my computer. I was trying to access the payroll module to try the salaries feature but I'm not being able to find it. I've checked the show all features in accountant module but the part where I should put the…
-1
votes
2 answers

Python3 TypeError: can only concatenate list (not "str") to list

I'm porting odoo 11, python 2.7 to python 3. I have been edited an addon which has belongs to odoo, python code. The code is: vat = invoice.partner_id.vat or '' vat = list(filter(lambda x: x.isnumeric(), vat[:2])) + vat[2:] Error is: TypeError:…
-1
votes
1 answer

Get day name based on a given date

I want to get the day name based on the date selected from the fields. I have the code as below: from datetime import datetime, date from odoo import api, fields, models, _ from odoo.exceptions import ValidationError import calendar class…
-1
votes
1 answer

Unable to download excel in odoo

I am trying to download a excel file on click of a button. But i am facing error IOERROR : [ERRNO13] Permission Denied on "Test.xlsx" Here is what i am trying to do.
-1
votes
2 answers

Meaning of "pdf, _ = " on website_sale controller Odoo 11

What does "pdf, _ = ..." mean (Odoo 11) in this controller? # odoo\addons\website_sale\controllers\main.py @http.route(['/shop/print'], type='http', auth="public", website=True) def print_saleorder(self): sale_order_id =…
user10000643
-1
votes
1 answer

How to install Odoo server with all packages through alpine

I need to install Odoo Server through alpine. Odoo ubuntu installation commands are not working in the alpine.
-1
votes
1 answer

Odoo 11. Import many2one from xml

I am trying to enter some registers that according to the model are many2one, but Odoo shows me an error message. Can you help me? XML File: