Extra Payroll Parameters

by
Odoo

38.28

v 15.0 Third Party 1
This module requires Odoo Enterprise Edition.
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Payroll (hr_payroll)
Discuss (mail)
Employee Contracts (hr_contract)
Employees (hr)
Lines of code 129
Technical Name hr_payroll_param_odv
LicenseOPL-1
Websitehttps://www.odevsolutions.com
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Payroll (hr_payroll)
Discuss (mail)
Employee Contracts (hr_contract)
Employees (hr)
Lines of code 129
Technical Name hr_payroll_param_odv
LicenseOPL-1
Websitehttps://www.odevsolutions.com

Features

Configure parameters in contract that can be used during payslip computation

Specify the date range the parameter is applicable for

Call a method in salary rule python code to make use of the parameter

How to Use

Requirements

  • Employees app is Installed
  • Payroll app is Installed

Install Extra Payroll Parameter in Odoo

  1. Activate developer mode
  2. Go to Apps
  3. Click on Update Apps List
  4. Search and install Extra Payroll Parameters

Create a new payroll parameter

  1. Go to Payroll App
  2. In Payroll Menu, Go to Configuration > Parameters
  3. Click on Create, and fill up the Parameter Name and Code
  4. Click on Save to save the new created parameter

Add payroll parameter to a contract

  1. In Payroll Menu, go to Contracts > Contracts
  2. Click on Create, Fill up the Required Fields in Contract Form
  3. To set and add new parameter, Click on the tab "Salary Information" and Click on "Add a line" to add new parameter
  4. Select your Created Parameter
  5. Set the Value, Date From and Date to
  6. Save the Created Contract

Apply payroll parameter in salary rule

  1. In Payroll Menu, go to Configuration > Rules
  2. Create or Edit a salary rule
  3. Under the Computation, select "Python Code" as Amount Type
  4. Apply the code
    result = (contract.get_payroll_param(contract.payroll_param_ids.code,contract.date_start,contract.date_end))
    Example of Payslip where Extra Payroll Parameters is Applied:


30 days free setup assistance and debugging of purchased app

Free translation to 1 language

- - -

If you need support, debugging, or more features, just contact us

apps@odevsolutions.com

odevsolutions.com

odevsolutions

odevsolutions

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.