work on report and laundry mgt

This commit is contained in:
sonal arora
2020-09-27 18:37:26 +00:00
parent 903dedb840
commit 3a9d34586c
10 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -85,4 +85,4 @@ class Project(models.Model):
class ProjectTaskType(models.Model):
_inherit = 'project.task.type'
all_project_check = fields.Boolean(string='Check Track code', default=False, copy=False)
all_project_check = fields.Boolean(string='Show All Project', default=False, copy=False)

Binary file not shown.

Binary file not shown.