hugues de keyzer

Results 15 issues of hugues de keyzer

this module only adds an integer field to resource bookings to store the number of attendees (independently of odoo meeting attendees). it can be useful for the organizer of bookings...

stale

add a new `many2one_colored` field widget, allowing to display `Many2one` fields using a color field of their model.

fix the value of several fields on `account.move` and `account.move.line` records linked to `hr.expense` records. this computes `account.move.line.exclude_from_invoice_tab` differently than #4386 did. the goal remains the same: it should be...

add a gantt view type using [jsgantt-improved](https://github.com/jsGanttImproved/jsgantt-improved).

avoid error in aged partner balance report when processing journal items without a due date (`account.move.line.date_maturity` field is not set). here is the error that happens without this fix: ```...