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 12 is the newly updated version so far in the ODOO series.
Questions tagged [odoo-12]
934 questions
2
votes
1 answer
Add delete option in lines as like we are having in shopping cart
I have structure as like we have in shopping cart with products.
Following is detailed information about my structure :
I have created one page in website, in which there is a button to add lines where user will enter details like product and…

Mital Vaghani
- 311
- 1
- 6
2
votes
0 answers
How to dismantle a product in Odoo 12?
So if we get a product for example for "Dell PC with 4GB ram" but the customer wants "16GB"
how to dismantle or divide the Dell PC into "Dell PC without ram" and "4GB ram"
then use the "Dell PC without ram" + "16GBram"
and the "4GB ram" should be…

Moaz Mabrok
- 697
- 10
- 32
2
votes
1 answer
how to get records into wizard from the current form view in odoo?
i have added a button called return in purchase order form view which display a wizard view that i can get products to it to be returned, all is working good, but i need to know how can i get the product of self PO lines,
class…

Mohamed Fouad
- 476
- 9
- 27
2
votes
1 answer
Odoo 12 - Generate and download CSV file
I have added a menu item in Reporting Tab in Manufacturing module. I have already written python code to create CSV file. But unable to figure out how to make it downloadable when I click the menu item in manufacturing module.
Here is the menu item…

user1584253
- 975
- 2
- 18
- 55
2
votes
0 answers
My rails app is mixing up api requests and responses from different threads when called at the same time
I am working on a Rails app that has a form that makes 1st party API requests to Odoo v12, where I have all of my data stored. When a user submits 2 forms simultaneously, if there's any delay in the API response (as few as .2 seconds), the server…

Josh Joll
- 33
- 3
2
votes
1 answer