Hr Expense Type

hr_expense_type
REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/12.0/hr_expense_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Trey (www.trey.es)
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Trey (www.trey.es)
COMMITTERS
COMMITTERScubells, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/hr
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_expense
    - hr_contract
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
hr_expense_view_form hr.expense field Inherits hr_expense.hr_expense_view_form
view_expenses_tree hr.expense field Inherits hr_expense.view_expenses_tree
view_hr_expense_filter hr.expense field Inherits hr_expense.view_hr_expense_filter
view_hr_expense_type_form hr.expense.type form New
view_hr_expense_type_tree hr.expense.type tree New
Models touched (2)

New fields (1)
  • expense_type_id Many2one → hr.expense.type
    comodel_name='hr.expense.type' string='Expense Type'
Public methods (0)

No public methods.

New fields (4)
  • code Char
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr> required=True
  • description Text
  • name Char
    required=True string='Name'
Public methods (0)

No public methods.