Skip to content

Commit d68106c

Browse files
committed
odoobranchpfile odoo-project_scrum from 18.0. Do not p-file sync
1 parent 0c70a19 commit d68106c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

project_scrum/models/project_scrum.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -352,13 +352,13 @@ class SprintType(models.Model):
352352
sequence = fields.Integer()
353353

354354

355-
class ProjectSprintBusinessProcess(models.Model):
356-
_name = 'project.scrum.business.process'
357-
_order = 'sequence'
358-
_description = 'Business Process'
355+
# ~ class ProjectSprintBusinessProcess(models.Model):
356+
# ~ _name = 'project.scrum.business.process'
357+
# ~ _order = 'sequence'
358+
# ~ _description = 'Business Process'
359359

360-
name = fields.Char(string="Description")
361-
sequence = fields.Integer()
360+
# ~ name = fields.Char(string="Description")
361+
# ~ sequence = fields.Integer()
362362

363363

364364

0 commit comments

Comments
 (0)