Payroll Accounting

hr_payroll_account
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/12.0/hr_payroll_account
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Nicolas Martinelli, Yannick Tivisse, Xavier-Do, Luis Torres
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_payroll
    - hr_contract
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - hr_holidays
    - calendar
    - decimal_precision
    - account
    - product
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Generic Payroll system Integrated with Accounting.
==================================================

    * Expense Encoding
    * Payment Encoding
    * Company Contribution Management
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_form_inherit hr.contract.view.form.inherit hr.contract xpath Inherits hr_contract.hr_contract_view_form
hr_payslip_run_form_inherit hr.payslip.run.form.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_form
hr_payslip_run_search_inherit hr.payslip.run.search.inherit hr.payslip.run filter Inherits hr_payroll.hr_payslip_run_filter
hr_payslip_run_tree_inherit hr.payslip.run.tree.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_tree
hr_salary_rule_form_inherit hr.salary.rule.form.inherit hr.salary.rule xpath Inherits hr_payroll.hr_salary_rule_form
view_hr_payslip_inherit_form hr.payslip.inherit.form hr.payslip field Inherits hr_payroll.view_hr_payslip_form
Models touched (6)

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    args: 'account.analytic.account', 'Analytic Account'
  • journal_id Many2one → account.journal
    args: 'account.journal', 'Salary Journal'
Public methods (0)

No public methods.

New fields (3)
  • date Date
    help='Keep empty to use the period of the validation(Payslip) date.' readonly=True states={'draft': [('readonly', False)]} args: 'Date Account'
  • journal_id Many2one → account.journal
    default=<expr> readonly=True required=True states={'draft': [('readonly', False)]} args: 'account.journal', 'Salary Journal'
  • move_id Many2one → account.move
    copy=False readonly=True args: 'account.move', 'Accounting Entry'
Public methods (4)
  • action_payslip_cancel(self)
    @api.multi
  • action_payslip_done(self)
    @api.multi
  • create(self, vals)
    @api.model
  • onchange_contract(self)
    @api.onchange('contract_id')

New fields (0)

No new fields.

Public methods (1)
  • compute_sheet(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • journal_id Many2one → account.journal
    default=<expr> readonly=True required=True states={'draft': [('readonly', False)]} args: 'account.journal', 'Salary Journal'
Public methods (0)

No public methods.

New fields (4)
  • account_credit Many2one → account.account
    domain=[('deprecated', '=', False)] args: 'account.account', 'Credit Account'
  • account_debit Many2one → account.account
    domain=[('deprecated', '=', False)] args: 'account.account', 'Debit Account'
  • account_tax_id Many2one → account.tax
    args: 'account.tax', 'Tax'
  • analytic_account_id Many2one → account.analytic.account
    args: 'account.analytic.account', 'Analytic Account'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/hr_payroll_account
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Thibault Delavallée, Christophe Simonis, GitHub, Yannick Tivisse, Odoo Online
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_payroll
    - hr_contract
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - hr_holidays
    - calendar
    - decimal_precision
    - account
    - product
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Generic Payroll system Integrated with Accounting.
==================================================

    * Expense Encoding
    * Payment Encoding
    * Company Contribution Management
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_form_inherit hr.contract.view.form.inherit hr.contract xpath Inherits hr_contract.hr_contract_view_form
hr_payslip_run_form_inherit hr.payslip.run.form.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_form
hr_payslip_run_search_inherit hr.payslip.run.search.inherit hr.payslip.run filter Inherits hr_payroll.hr_payslip_run_filter
hr_payslip_run_tree_inherit hr.payslip.run.tree.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_tree
hr_salary_rule_form_inherit hr.salary.rule.form.inherit hr.salary.rule xpath Inherits hr_payroll.hr_salary_rule_form
view_hr_payslip_inherit_form hr.payslip.inherit.form hr.payslip field Inherits hr_payroll.view_hr_payslip_form
Models touched (6)

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    args: 'account.analytic.account', 'Analytic Account'
  • journal_id Many2one → account.journal
    args: 'account.journal', 'Salary Journal'
Public methods (0)

No public methods.

New fields (3)
  • date Date
    help='Keep empty to use the period of the validation(Payslip) date.' readonly=True states={'draft': [('readonly', False)]} args: 'Date Account'
  • journal_id Many2one → account.journal
    default=<expr> readonly=True required=True states={'draft': [('readonly', False)]} args: 'account.journal', 'Salary Journal'
  • move_id Many2one → account.move
    copy=False readonly=True args: 'account.move', 'Accounting Entry'
Public methods (4)
  • action_payslip_cancel(self)
    @api.multi
  • action_payslip_done(self)
    @api.multi
  • create(self, vals)
    @api.model
  • onchange_contract(self)
    @api.onchange('contract_id')

New fields (0)

No new fields.

Public methods (1)
  • compute_sheet(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • journal_id Many2one → account.journal
    default=<expr> readonly=True required=True states={'draft': [('readonly', False)]} args: 'account.journal', 'Salary Journal'
Public methods (0)

No public methods.

New fields (4)
  • account_credit Many2one → account.account
    domain=[('deprecated', '=', False)] args: 'account.account', 'Credit Account'
  • account_debit Many2one → account.account
    domain=[('deprecated', '=', False)] args: 'account.account', 'Debit Account'
  • account_tax_id Many2one → account.tax
    args: 'account.tax', 'Tax'
  • analytic_account_id Many2one → account.analytic.account
    args: 'account.analytic.account', 'Analytic Account'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/hr_payroll_account
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, Julien Legros, Richard Mathot, qdp-odoo, Yannick Tivisse
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_payroll
    - hr_contract
    - base_action_rule
    - base
    - resource
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - hr
    - hr_holidays
    - calendar
    - web_calendar
    - product
    - decimal_precision
    - report
    - account
    - analytic
    - web_planner
    - hr_expense
    - account_accountant
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Generic Payroll system Integrated with Accounting.
==================================================

    * Expense Encoding
    * Payment Encoding
    * Company Contribution Management
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_form_inherit hr.contract.view.form.inherit hr.contract xpath Inherits hr_contract.hr_contract_view_form
hr_payslip_run_form_inherit hr.payslip.run.form.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_form
hr_payslip_run_search_inherit hr.payslip.run.search.inherit hr.payslip.run filter Inherits hr_payroll.hr_payslip_run_filter
hr_payslip_run_tree_inherit hr.payslip.run.tree.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_tree
hr_salary_rule_form_inherit hr.salary.rule.form.inherit hr.salary.rule xpath Inherits hr_payroll.hr_salary_rule_form
view_hr_payslip_inherit_form hr.payslip.inherit.form hr.payslip field Inherits hr_payroll.view_hr_payslip_form
Models touched (6)

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    args: 'account.analytic.account', 'Analytic Account'
  • journal_id Many2one → account.journal
    args: 'account.journal', 'Salary Journal'
Public methods (0)

No public methods.

New fields (3)
  • date Date
    help='Keep empty to use the period of the validation(Payslip) date.' readonly=True states={'draft': [('readonly', False)]} args: 'Date Account'
  • journal_id Many2one → account.journal
    default=<expr> readonly=True required=True states={'draft': [('readonly', False)]} args: 'account.journal', 'Salary Journal'
  • move_id Many2one → account.move
    copy=False readonly=True args: 'account.move', 'Accounting Entry'
Public methods (4)
  • action_payslip_cancel(self)
    @api.multi
  • action_payslip_done(self)
    @api.multi
  • create(self, vals)
    @api.model
  • onchange_contract(self)
    @api.onchange('contract_id')

New fields (0)

No new fields.

Public methods (1)
  • compute_sheet(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • journal_id Many2one → account.journal
    default=<expr> readonly=True required=True states={'draft': [('readonly', False)]} args: 'account.journal', 'Salary Journal'
Public methods (0)

No public methods.

New fields (4)
  • account_credit Many2one → account.account
    domain=[('deprecated', '=', False)] args: 'account.account', 'Credit Account'
  • account_debit Many2one → account.account
    domain=[('deprecated', '=', False)] args: 'account.account', 'Debit Account'
  • account_tax_id Many2one → account.tax
    args: 'account.tax', 'Tax'
  • analytic_account_id Many2one → account.analytic.account
    args: 'account.analytic.account', 'Analytic Account'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/hr_payroll_account
VERSION
VERSION 1.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Christophe Simonis, Goffin Simon, Nicolas Martinelli, qdp-odoo, Yannick Tivisse
WEBSITE
WEBSITEhttps://www.odoo.com/page/employees
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_payroll
    - hr
    - base_setup
    - base
    - web_kanban
    - web
    - mail
    - bus
    - resource
    - web_tip
    - hr_contract
    - base_action_rule
    - hr_holidays
    - calendar
    - web_calendar
    - report
    - decimal_precision
    - account
    - product
    - analytic
    - web_planner
    - hr_expense
    - account_accountant
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Generic Payroll system Integrated with Accounting.
==================================================

    * Expense Encoding
    * Payment Encoding
    * Company Contribution Management
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_form_inherit hr.contract.view.form.inherit hr.contract xpath Inherits hr_contract.hr_contract_view_form
hr_payslip_run_form_inherit hr.payslip.run.form.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_form
hr_payslip_run_search_inherit hr.payslip.run.search.inherit hr.payslip.run filter Inherits hr_payroll.hr_payslip_run_filter
hr_payslip_run_tree_inherit hr.payslip.run.tree.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_tree
hr_salary_rule_form_inherit hr.salary.rule.form.inherit hr.salary.rule xpath Inherits hr_payroll.hr_salary_rule_form
view_hr_payslip_inherit_form hr.payslip.inherit.form hr.payslip field Inherits hr_payroll.view_hr_payslip_form
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/hr_payroll_account
VERSION
VERSION 1.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Tejas Tank, Vo Minh Thu, Launchpad Translations on behalf of openerp, Denis Ledoux, Christophe Simonis, Goffin Simon, Aaron Bohy
WEBSITE
WEBSITEhttps://www.odoo.com/page/employees
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_payroll
    - hr
    - base_setup
    - base
    - web_kanban
    - web
    - mail
    - resource
    - board
    - hr_contract
    - base_action_rule
    - hr_holidays
    - calendar
    - web_calendar
    - decimal_precision
    - report
    - account
    - product
    - analytic
    - edi
    - email_template
    - hr_expense
    - account_accountant
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Generic Payroll system Integrated with Accounting.
==================================================

    * Expense Encoding
    * Payment Encoding
    * Company Contribution Management
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_form_inherit hr.contract.view.form.inherit hr.contract xpath Inherits hr_contract.hr_contract_view_form
hr_payslip_run_form_inherit hr.payslip.run.form.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_form
hr_payslip_run_search_inherit hr.payslip.run.search.inherit hr.payslip.run filter Inherits hr_payroll.hr_payslip_run_filter
hr_payslip_run_tree_inherit hr.payslip.run.tree.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_tree
hr_salary_rule_form_inherit hr.salary.rule.form.inherit hr.salary.rule xpath Inherits hr_payroll.hr_salary_rule_form
view_hr_payslip_inherit_form hr.payslip.inherit.form hr.payslip field Inherits hr_payroll.view_hr_payslip_form
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/7.0/hr_payroll_account
VERSION
VERSION 1.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSTwinkle Christian (OpenERP), Cecile Tonglet, Rucha (Open ERP), Odoo Translation Bot, Turkesh Patel (Open ERP), Numerigraphe - Lionel Sausin, Antonin Bourguignon, Martin Trigaux, Ajay Chauhan (OpenERP), Foram Katharotiya (OpenERP), Purnendu Singh (OpenERP), Fabien Pinckaers, Olivier Dony, Vo Minh Thu, Hardik, Arnaud Pineux, pso (OpenERP), Amit Patel (OpenERP), Launchpad Translations on behalf of openerp, vta vta@openerp.com, Quentin (OpenERP), Mayur Maheshwari (OpenERP), Sanjay Gohel (Open ERP), help, Khushboo Bhatt (Open ERP), Rifakat, Mustufa Rangwala (OpenERP)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:43:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_payroll
    - hr
    - base_setup
    - base
    - web_kanban
    - web
    - mail
    - resource
    - process
    - board
    - hr_contract
    - hr_holidays
    - base_calendar
    - base_status
    - base_action_rule
    - decimal_precision
    - account
    - product
    - analytic
    - edi
    - email_template
    - hr_expense
    - account_voucher
    - account_accountant
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Generic Payroll system Integrated with Accounting.
==================================================

    * Expense Encoding
    * Payment Encoding
    * Company Contribution Management
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_form_inherit hr.contract.view.form.inherit hr.contract xpath Inherits hr_contract.hr_contract_view_form
hr_payslip_run_form_inherit hr.payslip.run.form.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_form
hr_payslip_run_search_inherit hr.payslip.run.search.inherit hr.payslip.run filter Inherits hr_payroll.hr_payslip_run_filter
hr_payslip_run_tree_inherit hr.payslip.run.tree.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_tree
hr_salary_rule_form_inherit hr.salary.rule.form.inherit hr.salary.rule xpath Inherits hr_payroll.hr_salary_rule_form
view_hr_payslip_inherit_form hr.payslip.inherit.form hr.payslip field Inherits hr_payroll.view_hr_payslip_form
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/hr_payroll_account
VERSION
VERSION 1.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Stephane Wirtel, Fabien Pinckaers, Olivier Dony, Divyesh Makwana (Open ERP), Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), vro, niv-openerp, Ujjvala Collins (OpenERP), Serpent Consulting Services, Amit (OpenERP), Mustufa Rangwala (OpenERP), Carlos Vásquez, Els Van Vossel, Israel Fermin Montilla, Hardik Ansodariy (OpenERP), rch-openerp, Bharat (OpenERP), ARA (OpenERP), mtr, fp, Mustufa Rangwala, psi (Open ERP), RavishchanraMurari (Open ERP)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_payroll
    - hr
    - base_setup
    - base
    - mail
    - base_tools
    - resource
    - process
    - board
    - hr_contract
    - hr_holidays
    - crm
    - base_action_rule
    - base_calendar
    - fetchmail
    - decimal_precision
    - account
    - product
    - analytic
    - edi
    - email_template
    - hr_expense
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Generic Payroll system Integrated with Accountings.
===================================================

    * Expense Encoding
    * Payment Encoding
    * Company Contribution Management
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_form_inherit hr.contract.view.form.inherit hr.contract xpath Inherits hr_contract.hr_contract_view_form
hr_payslip_run_form_inherit hr.payslip.run.form.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_form
hr_payslip_run_search_inherit hr.payslip.run.search.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_filter
hr_payslip_run_tree_inherit hr.payslip.run.tree.inherit hr.payslip.run field Inherits hr_payroll.hr_payslip_run_tree
hr_salary_rule_form_inherit hr.salary.rule.form.inherit hr.salary.rule xpath Inherits hr_payroll.hr_salary_rule_form
view_hr_payslip_inherit_form hr.payslip.inherit.form hr.payslip field Inherits hr_payroll.view_hr_payslip_form
Models touched (0)

No models found for this module.