Payroll Accounting

payroll_account
REPOSITORY
REPOSITORYOCA/payroll
GIT
GIThttps://github.com/OCA/payroll.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/payroll/tree/18.0/payroll_account
VERSION
VERSION 1.0.6
CATEGORY
CATEGORYPayroll
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Odoo SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Odoo SA
COMMITTERS
COMMITTERSDaniel Reis, Weblate, OCA-git-bot, oca-ci, FernandoRomera, Nimarosa, hussain
WEBSITE
WEBSITEhttps://github.com/OCA/payroll
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/payroll:
    - payroll
odoo/odoo:
    - hr_contract
    - hr
    - base_setup
    - base
    - web
    - digest
    - mail
    - bus
    - web_tour
    - html_editor
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - phone_validation
    - resource_mail
    - hr_holidays
    - calendar
    - account
    - onboarding
    - product
    - uom
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Generic Payroll system Integrated with Accounting.

This module is a backport from Odoo SA and as such, it is not included
in the OCA CLA. That means we do not have a copy of the copyright on it
like all other OCA modules.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_view_form hr.contract.view.form.inherit hr.contract xpath Inherits hr_contract.hr_contract_view_form
hr_payslip_run_view_form hr.payslip.run.form.inherit hr.payslip.run field Inherits payroll.hr_payslip_run_view_form
hr_payslip_run_view_search hr.payslip.run.search.inherit hr.payslip.run filter Inherits payroll.hr_payslip_run_view_search
hr_payslip_run_view_tree hr.payslip.run.list.inherit hr.payslip.run field Inherits payroll.hr_payslip_run_view_tree
hr_payslip_view_form hr.payslip.inherit.form hr.payslip field Inherits payroll.hr_payslip_view_form
hr_salary_rule_view_form hr.salary.rule.form.inherit hr.salary.rule page Inherits payroll.hr_salary_rule_view_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.' args: 'Date Account'
  • journal_id Many2one
    related='contract_id.journal_id' store=True
  • move_id Many2one → account.move
    copy=False readonly=True args: 'account.move', 'Accounting Entry'
Public methods (3)
  • action_payslip_cancel(self)
  • action_payslip_done(self)
  • onchange_contract(self)
    @api.onchange('contract_id')

New fields (0)

No new fields.

Public methods (1)
  • compute_sheet(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • journal_id Many2one → account.journal
    default=<expr> required=True args: 'account.journal', 'Salary Journal'
Public methods (0)

No public methods.

New fields (6)
  • account_credit Many2one → account.account
    company_dependent=True domain=[('deprecated', '=', False)] args: 'account.account', 'Credit Account'
  • account_debit Many2one → account.account
    company_dependent=True 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'
  • tax_base_id Many2one → hr.salary.rule
    args: 'hr.salary.rule', 'Base'
  • tax_line_ids One2many → hr.salary.rule
    string='Tax lines' args: 'hr.salary.rule', 'tax_base_id'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/payroll
GIT
GIThttps://github.com/OCA/payroll.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/payroll/tree/17.0/payroll_account
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPayroll
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Odoo SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Odoo SA
COMMITTERS
COMMITTERSDaniel Reis, Weblate, OCA-git-bot, oca-ci, FernandoRomera, Edilio Escalona Almira
WEBSITE
WEBSITEhttps://github.com/OCA/payroll
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/payroll:
    - payroll
odoo/odoo:
    - hr_contract
    - hr
    - base_setup
    - base
    - web
    - phone_validation
    - mail
    - bus
    - web_tour
    - resource
    - hr_holidays
    - calendar
    - onboarding
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Generic Payroll system Integrated with Accounting.

This module is a backport from Odoo SA and as such, it is not included
in the OCA CLA. That means we do not have a copy of the copyright on it
like all other OCA modules.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_view_form hr.contract.view.form.inherit hr.contract xpath Inherits hr_contract.hr_contract_view_form
hr_payslip_run_view_form hr.payslip.run.form.inherit hr.payslip.run field Inherits payroll.hr_payslip_run_view_form
hr_payslip_run_view_search hr.payslip.run.search.inherit hr.payslip.run filter Inherits payroll.hr_payslip_run_view_search
hr_payslip_run_view_tree hr.payslip.run.list.inherit hr.payslip.run field Inherits payroll.hr_payslip_run_view_tree
hr_payslip_view_form hr.payslip.inherit.form hr.payslip field Inherits payroll.hr_payslip_view_form
hr_salary_rule_view_form hr.salary.rule.form.inherit hr.salary.rule page Inherits payroll.hr_salary_rule_view_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.' args: 'Date Account'
  • journal_id Many2one
    related='contract_id.journal_id' store=True
  • move_id Many2one → account.move
    copy=False readonly=True args: 'account.move', 'Accounting Entry'
Public methods (3)
  • action_payslip_cancel(self)
  • action_payslip_done(self)
  • onchange_contract(self)
    @api.onchange('contract_id')

New fields (0)

No new fields.

Public methods (1)
  • compute_sheet(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • journal_id Many2one → account.journal
    default=<expr> required=True args: 'account.journal', 'Salary Journal'
Public methods (0)

No public methods.

New fields (6)
  • account_credit Many2one → account.account
    company_dependent=True domain=[('deprecated', '=', False)] args: 'account.account', 'Credit Account'
  • account_debit Many2one → account.account
    company_dependent=True 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'
  • tax_base_id Many2one → hr.salary.rule
    args: 'hr.salary.rule', 'Base'
  • tax_line_ids One2many → hr.salary.rule
    string='Tax lines' args: 'hr.salary.rule', 'tax_base_id'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/payroll
GIT
GIThttps://github.com/OCA/payroll.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/payroll/tree/16.0/payroll_account
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYPayroll
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Odoo SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Odoo SA
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Cyril VINH-TUNG, oca-ci, CristianoMafraJunior, Michael Telahun, Henrik Norlin
WEBSITE
WEBSITEhttps://github.com/OCA/payroll
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:53
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/payroll:
    - payroll
odoo/odoo:
    - hr_contract
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - hr_holidays
    - calendar
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_view_form hr.contract.view.form.inherit hr.contract xpath Inherits hr_contract.hr_contract_view_form
hr_payslip_run_view_form hr.payslip.run.form.inherit hr.payslip.run field Inherits payroll.hr_payslip_run_view_form
hr_payslip_run_view_search hr.payslip.run.search.inherit hr.payslip.run filter Inherits payroll.hr_payslip_run_view_search
hr_payslip_run_view_tree hr.payslip.run.tree.inherit hr.payslip.run field Inherits payroll.hr_payslip_run_view_tree
hr_payslip_view_form hr.payslip.inherit.form hr.payslip field Inherits payroll.hr_payslip_view_form
hr_salary_rule_view_form hr.salary.rule.form.inherit hr.salary.rule page Inherits payroll.hr_salary_rule_view_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)
  • action_payslip_done(self)
  • create(self, vals_list)
    @api.model_create_multi
  • onchange_contract(self)
    @api.onchange('contract_id')

New fields (0)

No new fields.

Public methods (1)
  • compute_sheet(self)

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 (7)
  • account_credit Many2one → account.account
    company_dependent=True domain=[('deprecated', '=', False)] args: 'account.account', 'Credit Account'
  • account_debit Many2one → account.account
    company_dependent=True 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'
  • company_id Many2one → res.company
    default=<expr> required=True string='Company' args: 'res.company'
  • tax_base_id Many2one → hr.salary.rule
    args: 'hr.salary.rule', 'Base'
  • tax_line_ids One2many → hr.salary.rule
    string='Tax lines' args: 'hr.salary.rule', 'tax_base_id'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/payroll
GIT
GIThttps://github.com/OCA/payroll.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/payroll/tree/15.0/payroll_account
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYPayroll
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Odoo SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Odoo SA
COMMITTERS
COMMITTERSAaronHForgeFlow, Weblate, OCA-git-bot, oca-ci, Michael Telahun, Henrik Norlin
WEBSITE
WEBSITEhttps://github.com/OCA/payroll
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:39
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/payroll:
    - payroll
odoo/odoo:
    - hr_contract
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - hr_holidays
    - calendar
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_view_form hr.contract.view.form.inherit hr.contract xpath Inherits hr_contract.hr_contract_view_form
hr_payslip_run_view_form hr.payslip.run.form.inherit hr.payslip.run field Inherits payroll.hr_payslip_run_view_form
hr_payslip_run_view_search hr.payslip.run.search.inherit hr.payslip.run filter Inherits payroll.hr_payslip_run_view_search
hr_payslip_run_view_tree hr.payslip.run.tree.inherit hr.payslip.run field Inherits payroll.hr_payslip_run_view_tree
hr_payslip_view_form hr.payslip.inherit.form hr.payslip field Inherits payroll.hr_payslip_view_form
hr_salary_rule_view_form hr.salary.rule.form.inherit hr.salary.rule page Inherits payroll.hr_salary_rule_view_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)
  • action_payslip_done(self)
  • create(self, vals)
    @api.model
  • onchange_contract(self)
    @api.onchange('contract_id')

New fields (0)

No new fields.

Public methods (1)
  • compute_sheet(self)

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 (7)
  • account_credit Many2one → account.account
    company_dependent=True domain=[('deprecated', '=', False)] args: 'account.account', 'Credit Account'
  • account_debit Many2one → account.account
    company_dependent=True 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'
  • company_id Many2one → res.company
    default=<expr> required=True string='Company' args: 'res.company'
  • tax_base_id Many2one → hr.salary.rule
    args: 'hr.salary.rule', 'Base'
  • tax_line_ids One2many → hr.salary.rule
    string='Tax lines' args: 'hr.salary.rule', 'tax_base_id'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/payroll
GIT
GIThttps://github.com/OCA/payroll.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/payroll/tree/14.0/payroll_account
VERSION
VERSION 2.1.2
CATEGORY
CATEGORYPayroll
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Odoo SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Odoo SA
COMMITTERS
COMMITTERSOCA Transbot, Miquel Raïch, oca-travis, Weblate, OCA-git-bot, oca-ci, Marcel Savegnago, aromera, oca-git-bot, Michael Telahun, nicolasrsande, Henrik Norlin, FernandoRomera
WEBSITE
WEBSITEhttps://github.com/OCA/payroll
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/payroll:
    - payroll
odoo/odoo:
    - hr_contract
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - hr_holidays
    - calendar
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_view_form hr.contract.view.form.inherit hr.contract xpath Inherits hr_contract.hr_contract_view_form
hr_payslip_run_view_form hr.payslip.run.form.inherit hr.payslip.run field Inherits payroll.hr_payslip_run_view_form
hr_payslip_run_view_search hr.payslip.run.search.inherit hr.payslip.run filter Inherits payroll.hr_payslip_run_view_search
hr_payslip_run_view_tree hr.payslip.run.tree.inherit hr.payslip.run field Inherits payroll.hr_payslip_run_view_tree
hr_payslip_view_form hr.payslip.inherit.form hr.payslip field Inherits payroll.hr_payslip_view_form
hr_salary_rule_view_form hr.salary.rule.form.inherit hr.salary.rule page Inherits payroll.hr_salary_rule_view_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)
  • action_payslip_done(self)
  • create(self, vals)
    @api.model
  • onchange_contract(self)
    @api.onchange('contract_id')

New fields (0)

No new fields.

Public methods (1)
  • compute_sheet(self)

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 (7)
  • account_credit Many2one → account.account
    company_dependent=True domain=[('deprecated', '=', False)] args: 'account.account', 'Credit Account'
  • account_debit Many2one → account.account
    company_dependent=True 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'
  • company_id Many2one → res.company
    default=<expr> required=True string='Company' args: 'res.company'
  • tax_base_id Many2one → hr.salary.rule
    args: 'hr.salary.rule', 'Base'
  • tax_line_ids One2many → hr.salary.rule
    string='Tax lines' args: 'hr.salary.rule', 'tax_base_id'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/payroll
GIT
GIThttps://github.com/OCA/payroll.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/payroll/tree/13.0/payroll_account
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Odoo SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Odoo SA
COMMITTERS
COMMITTERSOCA Transbot, Miquel Raïch, oca-travis, Weblate, OCA-git-bot, Saran440
WEBSITE
WEBSITEhttps://github.com/OCA/payroll
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/payroll:
    - payroll
odoo/odoo:
    - hr_contract
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - mail_bot
    - hr_holidays
    - calendar
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_view_form hr.contract.view.form.inherit hr.contract xpath Inherits hr_contract.hr_contract_view_form
hr_payslip_run_view_form hr.payslip.run.form.inherit hr.payslip.run field Inherits payroll.hr_payslip_run_view_form
hr_payslip_run_view_search hr.payslip.run.search.inherit hr.payslip.run filter Inherits payroll.hr_payslip_run_view_search
hr_payslip_run_view_tree hr.payslip.run.tree.inherit hr.payslip.run field Inherits payroll.hr_payslip_run_view_tree
hr_payslip_view_form hr.payslip.inherit.form hr.payslip field Inherits payroll.hr_payslip_view_form
hr_salary_rule_view_form hr.salary.rule.form.inherit hr.salary.rule xpath Inherits payroll.hr_salary_rule_view_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)
  • action_payslip_done(self)
  • create(self, vals)
    @api.model
  • onchange_contract(self)
    @api.onchange('contract_id')

New fields (0)

No new fields.

Public methods (1)
  • compute_sheet(self)

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.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/payroll
PULL REQUEST
PULL REQUEST[19.0] [MIG] payroll_account: Migration to 19.0 (#269)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/payroll
PULL REQUEST
PULL REQUEST[19.0][MIG] payroll_account: Migration to 19.0 (#260)