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
0
votes
1 answer

How to override customize_show Attribute in Odoo 11?

Module website has this template: They…
l0w_skilled
  • 822
  • 5
  • 8
0
votes
1 answer

Odoo 11 - pull fields values from other models

I have added a custom field (many2one) in crm.lead form and a custom class for that Here is my code (I am using odoo 11): models.py from odoo import models, fields, api # Add fields to Leads class Leads_events(models.Model): _inherit =…
Tom
  • 57
  • 1
  • 8
0
votes
1 answer

Difference in Exception handling py code in Odoo 11

What are differences in exception from the coding point of view in Odoo 11 as compared in Odoo 10? Can't find other differences except except Exception, e: to except Exception as e: My code shows error somehow from exception while converting a…
Jay
  • 41
  • 1
  • 10
0
votes
1 answer

How to run multiple odoo services of diiferent version E.g odoo-10 and odoo-11 together in windows8

I have installed an independent postgresSql version 9.1 (x86). Then i simply had installed odoo-11 service without the postgresql because i already have it. After that I had to download the odeo11 source code and configure it in pycharm here is the…
Hassan ALi
  • 1,313
  • 1
  • 23
  • 51
0
votes
1 answer

create a new page in odoo -11 theme

I am following the odoo-11 documentation - https://www.odoo.com/documentation/11.0/howtos/themes.html#create-a-specific-page-layout and trying to create a page layout. But It shows error. I have no idea why this error pop out. I am newbie. >…
0
votes
1 answer

Unable to inherit account.invoice Qweb Report Odoo 11E

What i want: I want to inherit the model(account.invoice) qweb report named as report_invoice_document which i access by Purchase->Vendor Bills then Print invoice of Vendor Bills. What i had done till now I am trying to inherit a qweb Report…
Hassan ALi
  • 1,313
  • 1
  • 23
  • 51
-1
votes
1 answer

Mass mailing links changed

I have a problem with the links inserted in my mass mailing on Odoo 11 Community. The links that should point to external sites are modified and point to my Odoo domain. For exemple, https://github.com/odoo is changed to…
-1
votes
1 answer

Total hours in Odoo 11

How can I get total hours in Odoo 11? start_time = fields.Datetime("Start Time") end_time = fields.Datetime("End Time") total_hours = fields.Integer("Total Hours") Thanks.
Daniel Abaka
  • 21
  • 1
  • 5
-1
votes
1 answer

Where can I download odoo 11 addons for enterprise?

I am using Odoo.sh, Odoo 11.0+e (Enterprise Edition) and would like to download the addons. How can I do this? thankou
Noruwa
  • 93
  • 9
-1
votes
1 answer

Costing issue when choice costing method is FIFO

Impacted versions: v11 and v12 Steps to reproduce: Install sale_management, stock, account_accountant and purchase. Enable "Lots & Serial Numbers" from Inventory/Configuration/Setting. Create a product tracking with lot then change the 'Costing…
Medo
  • 1
  • 1
-1
votes
1 answer

i try to update odoo code but i get strptime() argument 1 must be str, not bool

The objective is to take the sale date and create a plan for automatic visits, 2 visits per year for three years, and i can do it in older version of odoo but now i get this error. that worked in openerp 7, but now i want to do it in Odoo 11.0…
-1
votes
1 answer

There is some error in my inheritance function

I have error in my inheritance in odoo odoo.tools.convert.ParseError: "Error while validating constraint Field production_date does not exist I have attached both XML code and python file I have tried changing file name and saving model in…
Abdullah
  • 1
  • 2
-1
votes
1 answer

how to update field of attendance via an attendance request modification

i'm using odoo 11. i'm working on the attendance module i want to create an attendance modification request which be approuved by the manager (to create a new attendance or modify an attendance already existe) and the attendances automatically…
Dhouha
  • 661
  • 1
  • 8
  • 27
-1
votes
1 answer

How to connect to odoo from distance

I'm setting up a new server 2012 R2, and want to be connected to it remotely using an IP address or a domain name.
-1
votes
1 answer

Odoo I want to add a tree view inside a wizard

I want to add a tree view inside my wizard.I tried like this: xn_quotation_creation_wiz2 xn_quotation_creation_wiz
vbt
  • 795
  • 7
  • 31