Odoo How can I replace or over-ride the automatic footer or header (ie. navigation menu) in a custom theme (eg. theme_clean)? I’ve been working on creating a custom theme based on the layout and structure of theme_clean and adding building blocks as snippets is remarkably ... Odoo mrt. 5, 2021 0 2200 Tech Blog
Odoo Database update to the rescue! Sometimes after installing or removing some modules, there are some warnings in your console output when you run openerp-server. Also if you have upd... Odoo mrt. 5, 2021 0 2375 Tech Blog
rename a string in multiple files string Event “Event” is capitol sensitive grep –include={*.php,*.html,*.js,*.py,*.xml} -rnl ‘./’ -e “Event” | xargs -i@ sed -i ‘s/Event/Tour/g’ @ gre... Ubuntu mrt. 5, 2021 0 2031 Tech Blog
Odoo Field widgets were found **Widgets** char [1] Events [2] Attributes [3] id [4] email [5] url [6] text [7] Events [8] html [9] char_domain [10] date [11] datetime [12] sele... Odoo mrt. 5, 2021 0 2591 Tech Blog
Securing an Ubuntu 14.04 Server with Fail2Ban When it comes to securing a server from malicious bruteforcers, Fail2Ban is an extremely powerful tool and my goto application on every server I set... Ubuntu mrt. 5, 2021 0 2140 Tech Blog
How To Install DenyHosts On Ubuntu 14.04 Server DenyHosts is a python tool that monitors your webserver logs for activities that may signal a brute force attack against you. A brute force attack i... Ubuntu mrt. 5, 2021 0 2170 Tech Blog
Date Picker on Odoo Website Form Odoo **XML and JS** XML: <input type=”text” id=”date_start” name=”date_start” placeholder=’DD/MM/YYYY’/> JS: $( “#date_start” ).datepicker({ chan... Odoo mrt. 5, 2021 0 2451 Tech Blog
Odoo DarkroomJS Widget This module provides a DarkroomJS [1] web widget for use with images fields. This widget will allow you to perform the following actions on images: ... Odoo mrt. 5, 2021 0 2275 Tech Blog
Odoo Burgerservicenummer (BSN) for Partners This module adds the BSN (Burgerservicenummer) field on partner forms. The field is visible when the flag is_company is false. A double check on the... Odoo mrt. 5, 2021 0 2079 Tech Blog
Odoo payment website integration **Payment: Website Integration (Backported From v10)** This module updates the functionality of website_payment to support changes introduced in webs... Odoo mrt. 5, 2021 0 2079 Tech Blog
Odoo Server Mode **Server Mode** This modules disable some functions when running databases on odoo servers with parameter server_mode = “some value” This module is a... Odoo mrt. 5, 2021 0 2019 Tech Blog
Odoo Website CSS Style Manager **Description** Apply site wide styles to various HTML tags Includes changes like font-family, font-color and font-size Site wide styles** Apply s... Odoo mrt. 5, 2021 0 2174 Tech Blog