delcroip / dolibarr_project_timesheet

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

Dolibarr 21 Compatibility #255

Open vdegrandpre opened 3 months ago

vdegrandpre commented 3 months 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 3 months ago

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

vdegrandpre commented 3 months ago

Working on it.

delcroip commented 3 months ago

this should simply replace 'invoiceable'

delcroip commented 3 months ago

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

vdegrandpre commented 2 months ago

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