Skip to content

Instantly share code, notes, and snippets.

View xubiuit's full-sized avatar

Nguyễn Xuân Bình xubiuit

View GitHub Profile
@xubiuit
xubiuit / datetimepicker_website_template_odoo.xml
Last active October 26, 2020 08:13
[howto] Add a datetimepicker in Odoo website
<div class="form-group">
<div class="input-group datetime"
id="datetimepickerID"
data-target-input="nearest">
<input type="text"
class="form-control datetimepicker-input"
data-target="#datetimepickerID"
name="my_datetimepicker"/>
<div class="input-group-append"
data-target="#datetimepickerID"
@xubiuit
xubiuit / odoo_config_sample.txt
Last active December 27, 2019 08:24 — forked from Guidoom/gist:d5db0a76ce669b139271a528a8a2a27f
Sample odoo.conf file
[options]
#
# WARNING:
# If you use the Odoo Database utility to change the master password be aware
# that the formatting of this file WILL be LOST! A copy of this file named
# /etc/odoo/openerp-server.conf.template has been made in case this happens
# Note that the copy does not have any first boot changes
#-----------------------------------------------------------------------------
# Odoo Server Config File - TurnKey Linux