Questions tagged [odoo-website]

Odoo (formerly known as OpenERP) offers a website builder with its v8.0 release. The website builder doesn't require any coding at all. The website builder is targeted at business, who want to get started with a working website in a matter of days. The website builder offers tons of features such as drag and drop builder, responsive design ready, SEO optimized and more.

Odoo Website Builder

Websites are important -- they work as a gateway for the business and provide visitors and help increase the online presence. With the vast amount of opportunity available online, no business can afford to miss the opportunity. With correct online presence and a great website, the business can easily see an increase in revenue and increasing its odds to be more successful in the current web market. In short, websites are now-a-days compulsory to succeed.

Any organization who wants to take their business to the next level, look to use an ERP solution. But, the current ERP solutions do not offer a website builder and hence they have to buy developers and designers to complete their project. This leads to increase in budget, unnecessary complication and much more. The current ERP solutions lack website builders, which can really hamper the growth of any business.

But, Odoo(formerly known as OpenERP ) offers a new website builder with their v8.0 release. The website builder doesn't require any coding at all. The website builder is targeted at business, who want to get started with a working website in a matter of days. The website builder offers tons of features such as drag and drop builder, responsive design ready, SEO optimized and more.

References

91 questions
10
votes
1 answer

How to remove toolbar from website for all users other than Admin in odoo 10

How can I remove the odoo default toolbar for public users? I mean I don't want any user (except for admin) after login to see the top blue bar which has options of discuss, employees etc.. Please refer the following image :
Masood Azhar
  • 283
  • 1
  • 9
4
votes
2 answers

Odoo 10.0 change POS Logo

I'm already able to to change the General Odoo logo by activating the Developer Mode. And Click on the logo it self and "Edit Company Data", choose the logo. But this is not work on POS. The logo's still the default Odoo Logo. How to change it ?…
Galvion
  • 1,353
  • 7
  • 23
  • 35
4
votes
2 answers

How to use if in Odoo template language

I'm trying to use the same functionality as in Django:
In Odoo I have:
Mariano DAngelo
  • 920
  • 5
  • 18
  • 39
4
votes
1 answer

how to get odoo binary field download link in website

I'm trying to get the download and filename of a file from the website. model class Files(models.Model): _name = 'website_downloads.files' name = fields.Char() file = fields.Binary('File') controler class…
Mariano DAngelo
  • 920
  • 5
  • 18
  • 39
3
votes
2 answers

ODOO 8 - How to publish website?

ODOO 8 - How to launch a website after designing it with website builder? For Example: Example.com - Runs on ODOO. I created a small website using website builder app but I don't know how to publish it. If I open a Example.com, I am getting login…
Manivannan M
  • 69
  • 1
  • 8
2
votes
1 answer

Is using Javascript in odoo.fields.HTML possible?

I want to integrate Adobe Captivate Content (Export: index.html, along with src-folder) into ODOO Community Edition v13 e-Learning Module (website_slides). The slide.slide model already offers slide_type 'webpage' alongside the field…
Lars Trey
  • 93
  • 7
2
votes
0 answers

JS is not triggering when a user is not logged in odoo 13

I was developing an odoo theme but for some reason my js is not triggering when a user is not logged in odoo.define('n_theme.jq_website', function (require) { 'use strict'; alert('on_website'); $(".nav.navbar-nav").after('
Moaz Mabrok
  • 697
  • 10
  • 32
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 create odoo 12 website submenu through code?

I would like to create submenu under About Us main menu. I am trying with following code but it is adding main menu. ABOUT US
2
votes
1 answer

Replace Menu in website using Xpath

I want to use Xpath to replace my website menu of odoo 8. I don't want to replace all the header, but only one element in the menu : The shop When i inspect the element li , i see this :
2
votes
1 answer

odoo res.partner address fields access error on website

I am trying to show address fields on website but it gives access error. For some reason I can't use the contact widget on website. When I visit the page as public user it shows 500 Internal Server error. But if I am admin, everything works. In my…
Tanzil Khan
  • 942
  • 1
  • 9
  • 20
2
votes
1 answer

Create a Modal Dialog in Odoo Website

I did create my Modal Popup in xml and put it in /my_module/static/src/xml/ folder This template is associated with a Javascript widget. I did render it in…
mahes
  • 1,074
  • 3
  • 12
  • 20
2
votes
2 answers

Uncaught ReferenceError: openerp is not defined

I have created a website template in ODOO V8: