Skip to content

Instantly share code, notes, and snippets.

@AdilHoumadi
AdilHoumadi / custom_calendar.js
Last active August 29, 2015 14:26
Odoo Calendar
// extends the project task
class ProjectTaskCalendar(models.Model):
_inherit = 'project.task'
color_hex = fields.Char(
string="Color",
help="Choose your color"
)
// some hack to render the jscolor correctly on QuickCreate Form