This commit is contained in:
oscar alvarez 2023-08-15 08:45:28 -05:00
parent ad1f2c7c23
commit ce0446c37f
2 changed files with 5 additions and 2 deletions

View File

@ -109,6 +109,9 @@ class SurveillanceSchedule(Workflow, ModelSQL, ModelView):
}
})
def get_rec_name(self, name):
return f'{self.location.name} | {self.period.name}'
@classmethod
def get_calendar(cls, args):
res = []

View File

@ -8,8 +8,8 @@ this repository contains the full copyright notices and license terms. -->
<field name="guard"/>
<newline />
<field name="tags" colspan="4"/>
<group col="1" string="Skills" colspan="4">
<field name="skills"/>
<group id="employee_skills" string="Skills" colspan="4">
<field name="skills" colspan="4"/>
</group>
</page>
</xpath>