Expense Tax Adjustment

hr_expense_tax_adjust
REPOSITORY
REPOSITORYOCA/hr-expense
GIT
GIThttps://github.com/OCA/hr-expense.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr-expense/tree/15.0/hr_expense_tax_adjust
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYHuman Resources/Expenses
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Saran440, ps-tubtim
WEBSITE
WEBSITEhttps://github.com/OCA/hr-expense
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:39
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 (1)
XML IDNameModelTypeStatus
hr_expense_form_view_inherit hr.expense xpath Inherits hr_expense.hr_expense_view_form
Models touched (1)

New fields (2)
  • price_tax Float
    compute='_compute_amount_price_tax' readonly=False store=True
  • tax_adjust Boolean
    copy=False help='trigger line with adjust tax'
Public methods (0)

No public methods.

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_tax_adjust
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources/Expenses
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, ps-tubtim
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
assets_backend expense assets ir.ui.view qweb Inherits web.assets_backend
hr_expense_form_view_inherit hr.expense xpath Inherits hr_expense.hr_expense_view_form
Models touched (1)

New fields (4)
  • amount_by_group Binary
    compute='_compute_amount_by_group' help='Edit Tax amounts if you encounter rounding issues.' string='Tax amount by group'
  • amount_by_group_txt Text
    compute='_compute_expense_taxes_by_group' default='[]' readonly=False store=True string='Tax Amount Text'
  • editable_tax_adjustment Boolean
    compute='_compute_editable_tax_adjustment' string='Edit Tax Adjustment'
  • tax_amount Float
    compute='_compute_tax_amount' digits='Account' readonly=False store=True string='Tax'
Public methods (0)

No public methods.