Odoo Cannot login to http://localhost:8069/web/login While installing apps ODOO 9.0. the system timed out and asked for my email & password however everything entered is wrong. The id & password for postgresSQL works but I cannot login. I see the admin ...
Nginx: Block URL Access (wp-admin/wp-login.php) To All Except One IP Address am the small business owner and runs my own web-site. I have noticed increased cracking activity against by blog. What’s the best way to block WordPress URLs such as example.com/blog/wp-login.php and ...
Using LXD remote with ssh port forward This one came to me, while using LXD on a test server i have. LXD 2.0 stable is one of the great things that came with Ub untu 16. 04LTS . I follow this project for a while and always waiting for the ...
SED rename A very simple solution: replace in all *.txt files in folder string_1 with string_2 : sed -i 's/string_1/string_2/g' *.txt https://askubuntu.com/questions/84007/find-and-replace-text-within-multiple-f...
MySQL configure phpmyadmin root@openresty:/etc/mysql# /usr/sbin/pma-configure Unsecuring phpMyAdmin installation… Setup script can now write to the configuration file. Do not forget to run /usr/sbin/pma-secure after configuring...
Odoo What is the difference between odoo snippets v8 and v9 want to upgrade to odoo 9, I am still new in odd web development. the xpath in my snippets is : <xpath expr = "//div[@class='tab-content']" position = "inside" > It’s stays the same or do I add //div[...
Exposing a directory on the host machine to an LXC container Log into the container and create an empty directory, this will be the mount point Log out and stop the container. Open to your container’s config file For regular LXC containers: /var/lib/lxc/myconta...
PHP Malware Finder https://github.com/nbs-system/php-malware-finder What does it detect? PHP-malware-finder does its very best to detect obfuscated/dodgy code as well as files using PHP functions often used in malwares/...
Woocommerce Page Default Sorting Drop-Down Removing the WooCommerce Shop Page Default Sorting Drop-Down To start, remember to always use a child theme when customizing your WooCommerce site or any WordPress site for that matter. The use of chi...
Odoo pip SSL InsecurePlatform error when using Requests package sudo pip install -r requirements.txt good option to fulfill requirement all in one sudo apt-get install python-pip python-dev python3-dev libxml2-dev libxslt1-dev libsasl2-dev libsqlite3-dev libssl-de...
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({ changeMonth: true, changeYear: true, dateFormat: “dd/mm/yy” }); i go...
Odoo Website Portal (Backported From v10) https://apps.openerp.com/apps/modules/9.0/website_portal_v10/ This module replaces the functionality of website_portal to support sane layout and extensibility and to allow you to have a special layou...