9 changed files with 116 additions and 11 deletions
@ -0,0 +1,40 @@ |
|||||
|
Open HRMS Resignation v10 |
||||
|
========================= |
||||
|
|
||||
|
Employee Resignation Process. |
||||
|
|
||||
|
Depends |
||||
|
======= |
||||
|
[hr_employee_updation] addon Open HRMS |
||||
|
[mail] addon Odoo |
||||
|
|
||||
|
Tech |
||||
|
==== |
||||
|
* [Python] - Models |
||||
|
* [XML] - Odoo views |
||||
|
|
||||
|
Installation |
||||
|
============ |
||||
|
- www.odoo.com/documentation/10.0/setup/install.html |
||||
|
- Install our custom addon |
||||
|
|
||||
|
|
||||
|
Bug Tracker |
||||
|
=========== |
||||
|
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. |
||||
|
|
||||
|
Credits |
||||
|
======= |
||||
|
* Cybrosys Techno Solutions <https://www.cybrosys.com> |
||||
|
|
||||
|
Author |
||||
|
------ |
||||
|
|
||||
|
Developer: Niyas Raphy @ cybrosys, niyas@cybrosys.in |
||||
|
|
||||
|
Maintainer |
||||
|
---------- |
||||
|
|
||||
|
This module is maintained by Cybrosys Technologies. |
||||
|
|
||||
|
For support and more information, please visit https://www.cybrosys.com. |
@ -0,0 +1,6 @@ |
|||||
|
## Module hr_resignation |
||||
|
|
||||
|
#### 07.04.2018 |
||||
|
#### Version 10.0.1.1.0 |
||||
|
##### ADD |
||||
|
- ADD sequence for resignation |
After Width: | Height: | Size: 2.0 MiB |
@ -0,0 +1,15 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<odoo> |
||||
|
<data noupdate="1"> |
||||
|
|
||||
|
<!-- Sequences for hr.resignation --> |
||||
|
<record id="seq_hr_resignation" model="ir.sequence"> |
||||
|
<field name="name">Open HRMS Resignation</field> |
||||
|
<field name="code">hr.resignation</field> |
||||
|
<field name="prefix">RES</field> |
||||
|
<field name="padding">3</field> |
||||
|
<field name="company_id" eval="False"/> |
||||
|
</record> |
||||
|
|
||||
|
</data> |
||||
|
</odoo> |
Loading…
Reference in new issue