commit
3ebd9e0c28
Binary file not shown.
Binary file not shown.
|
|
@ -69,6 +69,7 @@ class OpAssignmentSubLine(models.Model):
|
|||
company_id = fields.Many2one(
|
||||
'res.company', string='Company',
|
||||
default=lambda self: self.env.user.company_id)
|
||||
attachment = fields.Binary("Attachment")
|
||||
|
||||
def act_draft(self):
|
||||
result = self.state = 'draft'
|
||||
|
|
|
|||
|
|
@ -47,9 +47,10 @@
|
|||
<field name="assignment_id"
|
||||
domain="[('allocation_ids','=',student_id),('state','=','publish')]"/>
|
||||
<field name="submission_date"/>
|
||||
<field name="user_boolean" invisible="1"/>
|
||||
<field name="attachment"/>
|
||||
<field name="marks"
|
||||
attrs="{'readonly':[('state','=','accept')], 'invisible':[('user_boolean','=',False),('state','!=','accept')]}"/>
|
||||
<field name="user_boolean" invisible="1"/>
|
||||
</group>
|
||||
<group string="Description">
|
||||
<field name="description" nolabel="1"/>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue