I have found this very useful feature in the change log for v. 19, but cannot understand how it works?!
Any hints?
Hi @Munchilu
Wrong answer before…
You have to use PROJECT_ENABLE_SUB_PROJECT 1 in Home ->setup ->Other setup to enable feature
Hi sonikf,
I installed the new Dolibarr V19, but am also struggling to find this new feature. I went to Home > Setup > Other Setup, but I don’t see any option to enable ‘PROJECT_ENABLE_SUB_PROJECT 1’. It just doesn’t show up at all.
Is there something else I’m missing?
Thank you.
Hi @trader
You have to add it manually.
Name: PROJECT_ENABLE_SUB_PROJECT
Value: 1
Thank you, that worked!
Can I ask, how did you find out how to do that? Is there a list of notes that tells you what to type in to enable the new features?
I wish!
Short answer: reading…
Long answer:
Some features remain hidden for various reasons such us experimental, new untested code, unfinished code,code that apply to certain use cases etc
To start off read Setup Other - Dolibarr ERP CRM Wiki in order to get an idea
For such new features
-
Read dolibarr/ChangeLog at develop · Dolibarr/dolibarr · GitHub
-
Locate feature by searching pull requests
-
Read related source code
-
TEST TEST TEST
Thank you - I will give that a read and find out more.