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 8 image on xml form rotated

I'm using Odoo V8 and added an image widget on the XML form. Now this image is always 90° rotated, however in windows this appears normal. I suppose that the orignal image was taken sideways and windows auto-rotates this and Odoo takes the original…
Jesse
  • 727
  • 13
  • 44
0
votes
1 answer

Is there a way to put a kanban element to the bottom in odoo

At the moment i am working on an odoo project and i have a kanban view. My question is how do i put a kanban element to the bottom via xml or python. Is there an index for the elements or something like that?
Filip
  • 73
  • 2
  • 6
0
votes
4 answers

How to include a checkbox image in a Qweb Report?

Is there way to change checkbox image in qweb report. For example i want to change standard "V" to image like this: Is it possible?
Chaban33
  • 1,362
  • 11
  • 38
0
votes
2 answers

how to write API's for entire odoo8 application?

We have an hr application in odoo8 and want to move the front-end part of the entire application into angular js by using API calls. So : Is there any RESTful services in odoo. If RESTful services not there then how to write API's (it can be a Json…
Ajay
  • 1
0
votes
1 answer

Which kind of access rights problems are these?

I'd really like to understand Odoo access rights and rules, everything seems beautiful and perfect but the actual fact is that it's almost impossible to make them work OK. An example of what I'm refering to is this kind of situations (I had this one…
forvas
  • 9,801
  • 7
  • 62
  • 158
0
votes
1 answer

How to translate an odoo email template but no invoice document attached

I have translated Odoo email templates from English to Spanish, Italian and French but I need to send the attached invoice in Spanish always, no matter the language. How can I do that? I have tried: specifying es_ES but…
0
votes
0 answers

How to resolve TypeError: can't subtract offset-naive and offset-aware datetimes in Odoo 8?

I am working on a code of exporting values to excel using xlwt and came across the following error TypeError: can't subtract offset-naive and offset-aware datetimes Here's my code for leave in leave_data: tes = '' date1 = '' user_pool…
Shravy
  • 656
  • 1
  • 23
  • 61
0
votes
1 answer

Product received Administrator in Odoo 8 purchase module

In social network features in odoo 8. In one, Purchase Order > In Shipments > Transfer. After transfer, it is showing "Products received Administrator updated document" But I want to see who has clicked "Transfer" button. I have attached screen…
Shahjalal
  • 1,163
  • 7
  • 21
  • 38
0
votes
1 answer

How to set domain in field on page load?

I have set domain in second field by onchange of one field. but after page refresh, domain get lost as sets by onchane and again we need to update first field to get domain in second field. What's the sol? I am using Odoo-v8. @api.multi def…
Ankit
  • 99
  • 1
  • 13
0
votes
3 answers

odoo inheriting model res.users

i hope i got an answer ! after inheriting res.users model #-*- coding: utf-8 -*- from openerp import fields, models, api class res_users_list(models.Model): _inherit='res.users' price_list = fields.Many2many(string='Listes de prix…
Sofiane Mdj
  • 63
  • 2
  • 10
0
votes
1 answer

How to make a search view between 2 dates?

I got a model (Activity) with a Field Date ("date") on it. And I want to implement on my module a search view than finds the activities between 2 dates. Anyone knows how? I made a search view by description but dont know how to implement…
Jonxag
  • 766
  • 7
  • 20
0
votes
0 answers

whay slef.id is false with filter domain?

my filter no work, because sel.id get value false, i don't now where the error? def default_domain_users(self): at=[] userx = self.env.user.login if userx == "name.user": …
a.CHOURAR
  • 29
  • 4
0
votes
1 answer

How do I use the on_change method to calculate total current value

How do I make a value change in real time after I input a specific field value in a form? e.g from the screenshot below , if I enter Quantity recieved as 10000 the Actual stock should compute to 80500. so far this is the code for the on_change…
Philip Mutua
  • 6,016
  • 12
  • 41
  • 84
0
votes
1 answer

Hide or remove inherited button Odoo

I want to hide the 2 buttons on opportunity view : 'Create Quotation' & 'Convert to Quotation' These 2 buttons are created using xpath from sale_crm (default odoo module) module not implemented directly on opportunity form view .. And this is the…
Nebil Aydi
  • 53
  • 7
0
votes
1 answer

How to integrate the iframe of the Facebook page plugin in Odoo 8

I tried to integrate the plugin page of the Facebook in my XML file (I am working with Odoo 8 ) for the page : https://www.facebook.com/kissabebe like this :