If your apache version is 2.4 then you have to edit apache configuration in /etc/apache2/apache2.conf. Find <Directory /var/www/> and change the block like this : <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> After that, restart apache. service apache2 reload source : https://askubuntu.com/questions/421233/enabling-htaccess-file-to-rewrite-path-not-working. . . selengkapnya>>
Here are the default odoo icon list https://www.slideshare.net/TaiebKristou/odoo-icon-smart-buttons . . . selengkapnya>>
Python ternary operator introduced in Python 2.5. [on_true] if [expression] else [on_false] x, y = 50, 25 small = x if x < y else y Before this syntax was introduced in Python 2.5, a common idiom was to use logical operators: [expression] and [on_true] or [on_false] However, this idiom is unsafe, as it can give wrong results when on_true has a false boolean. . . selengkapnya>>
Use weekday() (docs) >>> import datetime >>> datetime.datetime.today() datetime.datetime(2012, 3, 23, 23, 24, 55, 173504) >>> datetime.datetime.today().weekday() 4 Source : Stackoverflow . . . selengkapnya>>
If you're trying to connect using "SQL Server Authentication" then you may want to modify your server authentication: Within the Microsoft SQL Server Management Studio in the object explorer: Right click on the server and click Properties Go to the Security page Under Server authentication choose the SQL Server and Windows Authentication mode radio button Click. . . selengkapnya>>
						
						
						
						Apache (5)
						
						
						
						
						
						CSS (3)
						
						
						
						
						
						Docker (6)
						
						
						
						
						
						Git (5)
						
						
						
						
						
						Go (1)
						
						
						
						
						
						Hobbies & Toys (8)
						
						
						
						
						
						HTML (4)
						
						
						
						
						
						Javascript (5)
						
						
						
						
						
						jQuery (3)
						
						
						
						
						
						Linux Ubuntu (46)
						
						
						
						
						
						Misc (36)
						
						
						
						
						
						MySQL (3)
						
						
						
						
						
						Odoo (13)
						
						
						
						
						
						PHP (3)
						
						
						
						
						
						Pipeline (1)
						
						
						
						
						
						Postgresql (6)
						
						
						
						
						
						Python (13)
						
						
						
						
						
						Quote (1)
						
						
						
						
						
						Qweb (1)
						
						
						
						
						
						Random Word (1)
						
						
						
						
						
						Smartphone (1)
						
						
						
						
						
						SQL Server (1)
						
						
						
						
						
						Tools (7)
						
						
						
						
						
						Useful Links (46)
						
						
						
						
						
						Video (3)
						
						
						
						
						
						VLC (1)
						
						
						
						
						
						Vue (1)
						
						
						
						
						
						Web Server (3)
						
						zuka.one
©2011