Questions tagged [odoo-8]

Odoo S.A. is the software vendor of the Odoo Apps (formerly OpenERP).

                     Odoo (formerly known as OpenERP)

enter image description here

Odoo was formerly known as OpenERP until May 2014. It was re-branded because version 8 of the software included apps including 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 license of Odoo. As of June 2014, the number of Odoo apps reached more than 4000.

Module development mainly relies around editing Python and XML files. Some application logic (i.e. work-flows 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, Purchase
  • Marketing apps: Mass mailing, Lead automation, Events, Survey, Forum, Live chat, Live support
  • Human Resources apps: Employee directory, Enterprise social network, Leave management, Timesheet, Payroll management, Fleet management
  • Productivity apps: Business intelligence, Instant messaging, Notes

The software is actively programmed, supported, and organized by OpenERP 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 more than 500 official partners.

Internal Links:

2300 questions
4
votes
2 answers

How to remove filters in advance search in odoo

I want to remove filters which are in advance search in odoo tree views. Its easy to remove filters and group by which display in top of tree view. But in advance search all filters are displaying, and i want some of them, and other ones want to…
Tayyab Javed
  • 237
  • 3
  • 19
4
votes
2 answers

configure Pycharm to debug Odoo 8

i've installed pycharm community edition 2016. I tried to configure it to debug Odoo as illustrated in the capture When i open a python file set a breakpoint and click debug icon i got an exception: Also openerp, fields, api are underlined in…
Oumar Diarra
  • 355
  • 4
  • 16
4
votes
1 answer

Can I convert an Odoo browse object to JSON

I'm trying to integrate reactjs with Odoo, and successfully created components. Now my problem is that I cant get the JSON via odoo. The odoo programmer has to write special api request to make this happen. This is taking more time and code…
itssajan
  • 820
  • 8
  • 24
4
votes
3 answers

What's the relationship between res.partner and res.user?

I am new to odoo v8 and i am not able to understand the relationship between res_partner and res_users tables and also with hr_employee table are they all related?
DarkSide
  • 113
  • 2
  • 6
4
votes
1 answer

QWEB - IndexError: list index out of range

I'm trying to create a QWeb report. I have a list of product and I would like to print each etiquette on the same page. This is my code :
Gary Heldmann
  • 79
  • 1
  • 10
4
votes
0 answers

odoo 8 radio widget is not coming horizontally

Here is xml code. I am unable to get the radio buttons horizontally. Only the text is shown horizontally but the buttons are shown vertically. But it works in Odoo 9.
sfx
  • 1,793
  • 17
  • 24
4
votes
1 answer

How to hide fields based on condition in odoo?

I have created few custom fields for products.Products appear in sales,purchase,warehouse and manufacturing module.I want to make my custom fields appear only in manufacturing module and hide everywhere else.So how to put condition on invisible…
Kiran
  • 1,481
  • 6
  • 36
  • 66
4
votes
1 answer

Is there any specific difference in code for odoo 8 and odoo 9 custom module developement?

I have developed one custom module in Odoo v8 and I want the same module to work on Odoo v9, is it possible to do this??
Vaibhav Bhavsar
  • 493
  • 3
  • 15
4
votes
3 answers

Odoo 8 cannot backup database (postgres)

Whenever I try to backup my database, I get following error: Postgres subprocess ('/usr/bin/pg_dump', '--no-owner', '--username=odoo', '--file=/tmp/tmp3AYPgp/dump.sql', u'OdooSetup') error 1 Can someone help pls.
Jesse
  • 727
  • 13
  • 44
4
votes
2 answers

Display time as UTC in odoo

Is there any way to display time(datetime) in UTC by default in odoo? By default it is displaying time according to System's timezone. Thanks
Anonymous
  • 307
  • 4
  • 10
4
votes
3 answers

How to save value on Readonly / editable false fields in odoo Models?

I've a field which I want to compute it's value on change, but I don't want the user can modify it. If I set the field as readonly=1 or editable=0 the value isn't store. I'm trying to set a global discount on the invoice class…
Mariano DAngelo
  • 920
  • 5
  • 18
  • 39
4
votes
13 answers

How to run Odoo 8 along with Odoo 9?

I have installed both Odoo 8.0 and 9.0. I have the Odoo 8.0 working fine on port 8069 but when I installed Odoo 9.0 and got it working on port 8070, Odoo 8.0 now throws 500 server error. I tried to reinstall Odoo 8.0 from start, but this time using…
macdelacruz
  • 607
  • 5
  • 20
4
votes
1 answer

How to use fields_view_get in Odoo 8?

I'm trying to make a field readonly depending on a condition. This condition is that the user who opens the form belongs to a specific group (that's why I can't use attrs or groups to manage this). What I did, and I'm pretty close to my purpose, is…
forvas
  • 9,801
  • 7
  • 62
  • 158
4
votes
0 answers

How to move the focus to required field in xml during onchange event odoo?

I want move the focus of the field to desired field during a on change event. Is it possible in odoo8 without altering the core code?. Image - Field Focus
Sathiyan S
  • 49
  • 8
4
votes
1 answer

How to introduce a Many2one field value in an Odoo database through an XML file?

I'm working with Odoo 8 and I'm trying to introduce data in the database through a XML file. The content of this file is the next one:
forvas
  • 9,801
  • 7
  • 62
  • 158