HR Expense Report Payment Status

hr_expense_sheet_payment_state
REPOSITORY
REPOSITORYOCA/hr-expense
GIT
GIThttps://github.com/OCA/hr-expense.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr-expense/tree/14.0/hr_expense_sheet_payment_state
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYHuman Resources/Expenses
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Odoo SA, Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Odoo SA, Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Maksym Yankin, Saran440
WEBSITE
WEBSITEhttps://github.com/OCA/hr-expense
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_expense
    - hr_contract
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - 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 (2)
XML IDNameModelTypeStatus
view_hr_expense_sheet_form hr.expense.sheet.form.payment.state hr.expense.sheet xpath Inherits hr_expense.view_hr_expense_sheet_form
view_hr_expense_sheet_tree hr.expense.sheet.tree.payment.state hr.expense.sheet field Inherits hr_expense.view_hr_expense_sheet_tree
Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • is_invoice(self, include_receipts=False)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • payment_state Selection
    compute='_compute_payment_state' copy=False readonly=True store=True string='Payment Status' tracking=True args: [('not_paid', 'Not Paid'), ('in_payment', 'In Payment'), ('paid', 'Paid'), ('partial', 'Partially Paid'), ('reversed', 'Reversed'), ('invoicing_legacy', 'Invoicing App Legacy')]
Public methods (0)

No public methods.