...
Timesheet Admin User product can have a license template as follows
[{name: "orektic__timehseetAdminUser", users: 1, usersCalculation: 'fixed'}, {name: "orektic__timehseetProjects", users: 1, usersCalculation: 'per qty', amount: 5, amountCalculation: 'fixed'}]
Feature on license
The product record will also define features to be used after installation
For example Timesheet Admin User product can have the following feature
[{name: 'orektic__timesheet', type: 'checkbox', scope:'instance'}]
...