Project and Services mailing list archives

project@odoo-community.org

Avatar

Re: [OCA/project] project_task_scheduling: Module for automatic task planning (#419)

by Nikul Chaudhary <notifications@github.com> - 18/09/2018 21:14:58

@nikul-serpentcs commented on this pull request.


In project_task_scheduling/__manifest__.py:

> +    "category": "Project Management",
+    "author": "Tecnativa, "
+              "Odoo Community Association (OCA)",
+    "website": "https://github.com/OCA/project",
+    "license": "AGPL-3",
+    "depends": [
+        "hr",
+        "hr_timesheet",
+        "project",
+        "project_task_assignment",
+        "project_task_dependency",
+        "project_timeline",
+    ],
+    "data": [
+        "views/project_task_scheduling_menu_views.xml",
+        "wizards/scheduling_wizard_views.xml",

@ernestotejeda Add last


You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.