Odoo payment website integration Payment: Website Integration (Backported From v10) This module updates the functionality of website_payment to support changes introduced in website_portal_v10 . See README of website_portal_v10 about...
Odoo Website Builder – Simple Website Menu Features to Copy and Delete Web CMS Pages To implement Page Copy and Page Delete menu options, changes have been made in following four files: — website/controllers/main.py Functions: pagecopy, pagedelete — website/models/website.py Functions...
How to edit Website Contact Form location map? I also added a nice map with the insert block of treehouse theme but wouldn’t need the default map there. How to remove it totally? EDIT: Found a solution (look the comment, but it is missing the code...
Odoo Google Map API Steps to set multiple google map in page Step 1: Select page where you want to add google map and select customize. Step 2: You have to add following code in page <script src=”http://maps.googleapis.c...
Securing your WordPress site running on Nginx Nginx is a modern and fast web server software. If you are not familiar with Nginx, you might be familiar with the Apache HTTP web server software. Both of them can serve your WordPress-powered site, ...
Why robots will enable us to live a happier and healthier life [video] South Korea, Japan and Germany are countries most known for their ageing population. The economic implications of more and more people getting older are such that it will change the global economic la...
Cool widgets in Odoo-9 In Odoo9 Widgets are the GUI elements that can perform some controlling tasks. In Odoo9, we can see a few of widgets that have significance in the views like statuses of the any process, seeing states...
PSAD does not start on Ubuntu 14.04 Complied PSAD from source, compilation went smoothly however when I run this command: sudo psad --sig-update I got this: Can't load '/usr/lib/psad/x86_64-linux-gnu-thread-multi/auto/Date/Calc/Calc.so'...
How To Use Foreman To Manage Puppet Nodes on Ubuntu 14.04 Tutorial Series This tutorial is part 3 of 3 in the series: How To Use Puppet To Manage Your Servers Introduction Foreman is an open source tool that can help with the management of servers, by provid...
How To Create A .deb Package From Source & Install It Automatically I’ve found this method to work in most but NOT all cases, as sometimes additional depencies are required in order to build the package. STEP 1: The required packages are: build-essential automake auto...
United Wardrobe best startup of Sprout’s ‘25 under 25’ Joep Dohmen (21), Thijs Verheul (23) and Sjuul Berden (23) are the best young entrepreneurs of the year, according to Dutch entrepreneur magazine Sprout . The founders of United Wardrobe were announce...
Configure the Odoo container with Nginx container upstream odoo { server <host-public-ip>:8069 ; } server { listen 80 ; server_name your.domain.net ; return 301 https://your.domain.net$request_uri ; } server { listen 443 ssl ; server_name your.domain...