Project and Services mailing list archives

project@odoo-community.org

Avatar

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

by ernestotejeda <notifications@github.com> - 26/09/2018 02:14:15

@ernestotejeda commented on this pull request.


In project_task_scheduling/models/project.py:

> @@ -0,0 +1,10 @@
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
+from odoo import fields, models
+
+
+class Task(models.Model):
+    _inherit = 'project.task'
+
+    closed = fields.Boolean(

I think you all right, i have made a Pull Request to add closed field in project_stage_closed. When that PR is merged, then I remove the field of here.
PR: #434


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.