+ Click to Create for New Documents +
'''), + 'limit': 80, + 'context': "{'default_employee_ref': '%s'}" % self.id + } + + document_count = fields.Integer(compute='_document_count', string='# Documents') + + +class HrEmployeeAttachment(models.Model): + _inherit = 'ir.attachment' + + doc_attach_rel = fields.Many2many('hr.employee.document', 'doc_attachment_id', 'attach_id3', 'doc_id', + string="Attachment", invisible=1) diff --git a/employee_documents_expiry/models/employee_entry_exit_check_list.py b/employee_documents_expiry/models/employee_entry_exit_check_list.py new file mode 100644 index 000000000..4294443dc --- /dev/null +++ b/employee_documents_expiry/models/employee_entry_exit_check_list.py @@ -0,0 +1,48 @@ +# -*- coding: utf-8 -*- +############################################################################# +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2019-TODAY Cybrosys Technologies(+ Manages Employee Related Documents +
++ Each and every detail associated with an employee is useful for any organization for better Human + resource management. So the employee documents with such necessary information must be saved and + used accordingly. 'Employee Documents' is a useful tool that can help you to store and manage the + employee related documents like certificates, appraisal reports, passport, license etc. The + application also allows you to set an alert message on reaching the expiration/any other related + dates of a document (like an expiration of passport) +
+ ++ Easily manage documents of employees
++ Different document types.
++ Expiry Date for Documents.
++ Validation for Expiry Date.
++ Mail Notification Based on Expiry Date.
++ Documents Super Button.
++ Fill in the form to add a new document.
++ Notification mails for expired documents.
++ Easily procure + and + sell your products
++ Easy + configuration + and convivial experience
++ A platform for + educational management
++ Plan, track and + schedule your operations
++ Mobile + friendly, + awe-inspiring product pages
++ Keep track of + services and invoice
++ Run your bar or + restaurant methodically
++ An + all-inclusive + hotel management application
+