You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dolibarrpy.create_project doesn't work.
To fix it, add an "s" at "project" line 768 in Dolibarrpy.py :
result = self.call_create_api('project', -> result = self.call_create_api('projects',
Dolibarrpy.create_project doesn't work.
To fix it, add an "s" at "project" line 768 in Dolibarrpy.py :
result = self.call_create_api('project', -> result = self.call_create_api('projects',