delcroip / dolibarr_project_timesheet

Timesheet view for project in Dolibarr
https://demo-timesheet.pmpd.eu
GNU Affero General Public License v3.0
34 stars 31 forks source link

Dolibarr 21 Compatibility #255

Open vdegrandpre opened 1 month ago

vdegrandpre commented 1 month ago

Dolibarr 21 introduces the billable field in the Task object.

Therefore, Timesheet module need to adapt to use the new task attribute instead of the extra attribute the module adds. Also, the module must migrate all the extrafields billable data to the new task attribute when a migration to 21 occurs.

vdegrandpre commented 1 month ago

https://github.com/Dolibarr/dolibarr/pull/30092

vdegrandpre commented 1 month ago

Working on it.

delcroip commented 1 month ago

this should simply replace 'invoiceable'

delcroip commented 1 month ago

I did a new branch but the migration of the invoicable field need to be done

vdegrandpre commented 2 weeks ago

Désolé du délai. Mon équipe est là-dessus aujourd'hui.