Use this command bellow to find a pattern in the arborescence.
grep -rnw '/path/to/somewhere/' -e 'pattern'
Use this command bellow to find a pattern in the arborescence.
grep -rnw '/path/to/somewhere/' -e 'pattern'
Exemple 1 : subtract 2 dates [code lang="python"] from datetime import datetime, date, timedelta date_1 = datetime.strptime('2018-06-01', "%Y-%m-%d") date_2…
Odoo 9 community doesn't come with autoban security. Fail2ban is an alternative to secure Odoo authentication. For more information concerning…
Scheduled actions can be set by adding this code in your xml file. This exemple will call the function schedule_action…
To add string parameter in our report : String Parameter $P{P1} To add list parameter : $X{IN,sql_column_name,P1} [code] select *…