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

Odoo - Redirect user to html page

I am using odoo 10e what i want to do is that when a user click a button i want to redirect him to a html page and show him ThankYou msg. Like we see when we submit a survey on google. It show us thankyou page in last and we are even not able to go…
Ahsan Attari
  • 987
  • 3
  • 12
  • 26
0
votes
1 answer

Create receipt in pos Odoo-8

i'd like to print the template PosTicket before to pay it(preview of the ticket), I tried with the module "pos_restaurant" but doesn't work, any suggestions?. Thanks.
limfit
  • 37
  • 8
0
votes
1 answer

Odoo xml view ParseError: "Invalid view definition

Can some one notice what is wrong with this view. i'm getting ParseError: "Invalid view definition Project Part List
Chaban33
  • 1,362
  • 11
  • 38
0
votes
0 answers

default_get records from data file

how can i pre load records from data by default_get method. i have data file with this kind of records data/project_data.xml ŪK
Chaban33
  • 1,362
  • 11
  • 38
0
votes
1 answer

odoo 9 AssertionError assert self in records and field in fs

while I am trying to update value that affect computed field I got this error: Odoo Server Error Traceback (most recent call last): File "/Users/abdalla/projects/greenway/odoo-server/openerp/http.py", line 647, in _handle_exception …
0
votes
0 answers

create sequence depending on a Many2one field

I have this object project.task that has many situations project.task.situation . In project.task.situation model I want to create a sequence so I added this record:
Tessnim
  • 434
  • 9
  • 29
0
votes
0 answers

How to show the products group by different vendors in Odoo 8 "Invoice Line"?

I am using Odoo 8. "Sales > Confirmed Sales Order" in any invoiced sales order, the "Invoice Line" contains different vendor product. How can I separate different vendor products in one "Invoice Line". I want to show the products group by different…
Shahjalal
  • 1,163
  • 7
  • 21
  • 38
0
votes
1 answer

Odoo v8 host 127.0.0.1 banned by auth_brute_force

We were banned by the auth_brute_force since every attempt is coming from 127.0.0.1 (NGINX). Even Admin wasn't able to login. 2018-03-28 12:18:29,376 10645 DEBUG ******* openerp.modules.registry: Multiprocess signaling check: [Registry - old# 35…
0
votes
1 answer

ODOO-v8 :How to view the homepage alone without logged in?

I'm trying to create a page where anyone can see the homepage without login, Any idea?
Jesus
  • 45
  • 5
0
votes
1 answer

Make a fields Many2many depend on another fields Many2one in odoo

I am new in Odoo and i have two fields gathering_id = fields.Many2one('health_administrator.gathering_model') key_letter_id = fields.Many2many('health_administrator.key_letter') The fields key_letter_id depend on fields gathering_id ex: when i…
0
votes
1 answer

How to create a list view from raw query data with python in Odoo 8?

I have added a button to a purchase order header form. Whenever I click on the button, it triggers a method. The method runs the following raw query. An odoo list view shows the data in a list. cr.execute("SELECT * FROM stock_move WHERE origin=%s",…
Shahjalal
  • 1,163
  • 7
  • 21
  • 38
0
votes
2 answers

How to get Odoo 8 database tables ER diagram

Sorry, I am now sure what I am asking for, but anyway, if anyone may have or know the way of doing it. I am new in Odoo. I want Odoo 8 database tables ER diagram. I know there are about 600 tables for Odoo. But I do not know how to get the ER…
Shahjalal
  • 1,163
  • 7
  • 21
  • 38
0
votes
0 answers

How use load field one2many by context

see this exemple: context="{'field_child_M2o':[parent.field_parent_M2o]}", i want load all values in field_parent(this field was filting ago) to field_child. can one help me?.
a.CHOURAR
  • 29
  • 4
0
votes
0 answers

How filtering field(M2o) child by list in parent with XML

in XML, how i can use domain="[('field2','in',parent.field1)]" like field1 is Many2one in parent class. field2 is Many2one in child class. ?
a.CHOURAR
  • 29
  • 4
0
votes
1 answer

How to clone database schema and data to Odoo 10 or 11 from Odoo 8 (no modules, only database)?

Can I clone database from previous version of Odoo (I have Odoo 8)? If "yes", by what method? I tried exporting and re-importing data but I have an error.
m.c.dev.96
  • 23
  • 1
  • 4