@ -0,0 +1,6 @@ |
|||||
|
## Module ohrms_salary_advance |
||||
|
|
||||
|
#### 30.03.2018 |
||||
|
#### Version 10.0.1.0.0 |
||||
|
##### ADD |
||||
|
- Initial commit for OpenHrms Project |
@ -1,7 +1,6 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
from datetime import datetime |
from datetime import datetime |
||||
from odoo import models |
from odoo import models |
||||
from odoo.exceptions import except_orm |
|
||||
|
|
||||
|
|
||||
class SalaryRuleInput(models.Model): |
class SalaryRuleInput(models.Model): |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 115 KiB |
Before Width: | Height: | Size: 221 KiB After Width: | Height: | Size: 221 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
@ -1,8 +1,12 @@ |
|||||
<section class="oe_container "> |
<section class="oe_container bg-gray-lighter" xmlns="http://www.w3.org/1999/html"> |
||||
<div class="oe_row"> |
<div class="oe_row"> |
||||
|
<div class="oe_span"> |
||||
<h2 class="oe_slogan">OpenHRMS</h2> |
<h2 class="oe_slogan">OpenHRMS</h2> |
||||
<h3 class="oe_slogan">Most advanced open source HR management software</h3> |
<h3 class="oe_slogan">Most advanced open source HR management software</h3> |
||||
</div> |
</div> |
||||
|
|
||||
|
|
||||
|
</div> |
||||
</section> |
</section> |
||||
|
|
||||
<section class="oe_container"> |
<section class="oe_container"> |
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |