| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr-expense |
| GIT | |
| GIT | https://github.com/OCA/hr-expense.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr-expense/tree/18.0/hr_expense_invoice |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Weblate, OCA-git-bot, oca-ci, David Bañón, christian-ramos-tecnativa, dtec-landoo |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-expense |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_expense - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - hr - phone_validation - resource_mail |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module should be used when a supplier invoice is paid by an
employee. It allows to set a supplier invoice for each expense line,
adding the corresponding journal items to transfer the debt to the
employee.
There are 2 ways to reference expense to invoice.
1. On expense, directly select one invoice.
2. On expense report, use button "Create Vendor Bill" to create one
invoice for multiple expenses. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_expense_sheet_form_view_inherit_sale_expense |
hr.expense.sheet.form.inherit.sale.expense | hr.expense.sheet | xpath | Inherits hr_expense.view_hr_expense_sheet_form |
hr_expense_view_form |
hr.expense.form | hr.expense | field | Inherits hr_expense.hr_expense_view_form |
view_move_form |
account.move.form - Add expense smart-button | account.move | div | Inherits account.view_move_form |
expense_ids
One2many → hr.expense
comodel_name='hr.expense'
inverse_name='invoice_id'
string='Expenses'
source_invoice_expense_id
Many2one → hr.expense
comodel_name='hr.expense'
help='Reference to the expense with a linked invoice that generated thistransfer journal entry'
action_force_register_payment(self)
action_view_expense(self)
No new fields.
Public methods (1)reconcile(self)
amount_residual
Monetary
compute='_compute_amount_residual'
store=True
string='Amount Due'
invoice_id
Many2one → account.move
comodel_name='account.move'
copy=False
domain=[('move_type', '=', 'in_invoice'), ('state', '=', 'posted'), ('payment_state', '=', 'not_paid'), ('expense_ids', '=', False)]
string='Vendor Bill'
sheet_id_state
Selection
related='sheet_id.state'
string='Sheet state'
transfer_move_ids
One2many → account.move
comodel_name='account.move'
inverse_name='source_invoice_expense_id'
action_expense_create_invoice(self)
invoice_count
Integer
compute='_compute_invoice_count'
action_sheet_move_post(self)
action_view_invoices(self)
get_expense_sheets_with_invoices(self, func)
set_to_paid(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr-expense |
| GIT | |
| GIT | https://github.com/OCA/hr-expense.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr-expense/tree/17.0/hr_expense_invoice |
| VERSION | |
| VERSION | 1.0.4 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Víctor Martínez, OCA-git-bot, desdelinux, oca-ci, German Loredo [Vauxoo], David Bañón |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-expense |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_expense - account - base_setup - base - web - onboarding - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - hr - phone_validation |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module should be used when a supplier invoice is paid by an
employee. It allows to set a supplier invoice for each expense line,
adding the corresponding journal items to transfer the debt to the
employee.
There are 2 ways to reference expense to invoice.
1. On expense, directly select one invoice.
2. On expense report, use button "Create Vendor Bill" to create one
invoice for multiple expenses. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_expense_sheet_form_view_inherit_sale_expense |
hr.expense.sheet.form.inherit.sale.expense | hr.expense.sheet | xpath | Inherits hr_expense.view_hr_expense_sheet_form |
hr_expense_view_form |
hr.expense.form | hr.expense | field | Inherits hr_expense.hr_expense_view_form |
view_move_form |
account.move.form - Add expense smart-button | account.move | div | Inherits account.view_move_form |
expense_ids
One2many → hr.expense
comodel_name='hr.expense'
inverse_name='invoice_id'
string='Expenses'
source_invoice_expense_id
Many2one → hr.expense
comodel_name='hr.expense'
help='Reference to the expense with a linked invoice that generated thistransfer journal entry'
action_view_expense(self)
No new fields.
Public methods (1)reconcile(self)
amount_residual
Monetary
compute='_compute_amount_residual'
store=True
string='Amount Due'
invoice_id
Many2one → account.move
comodel_name='account.move'
copy=False
domain=[('move_type', '=', 'in_invoice'), ('state', '=', 'posted'), ('payment_state', '=', 'not_paid'), ('expense_ids', '=', False)]
string='Vendor Bill'
sheet_id_state
Selection
related='sheet_id.state'
string='Sheet state'
transfer_move_ids
One2many → account.move
comodel_name='account.move'
inverse_name='source_invoice_expense_id'
action_expense_create_invoice(self)
invoice_count
Integer
compute='_compute_invoice_count'
action_sheet_move_create(self)
action_view_invoices(self)
set_to_paid(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr-expense |
| GIT | |
| GIT | https://github.com/OCA/hr-expense.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr-expense/tree/16.0/hr_expense_invoice |
| VERSION | |
| VERSION | 2.0.3 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Eduardo De Miguel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-expense |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:53 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_expense - hr_contract - hr - base_setup - base - web - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_expense_sheet_form_view_inherit_sale_expense |
hr.expense.sheet.form.inherit.sale.expense | hr.expense.sheet | xpath | Inherits hr_expense.view_hr_expense_sheet_form |
hr_expense_view_form |
hr.expense.form | hr.expense | field | Inherits hr_expense.hr_expense_view_form |
view_move_form |
account.move.form - Add expense smart-button | account.move | div | Inherits account.view_move_form |
expense_ids
One2many → hr.expense
comodel_name='hr.expense'
inverse_name='invoice_id'
string='Expenses'
source_invoice_expense_id
Many2one → hr.expense
comodel_name='hr.expense'
help='Reference to the expense with a linked invoice that generated thistransfer journal entry'
action_view_expense(self)
write(self, vals)
No new fields.
Public methods (1)reconcile(self)
invoice_id
Many2one → account.move
comodel_name='account.move'
copy=False
domain=[('move_type', '=', 'in_invoice'), ('state', '=', 'posted'), ('payment_state', '=', 'not_paid'), ('expense_ids', '=', False)]
string='Vendor Bill'
sheet_id_state
Selection
related='sheet_id.state'
string='Sheet state'
transfer_move_ids
One2many → account.move
comodel_name='account.move'
inverse_name='source_invoice_expense_id'
action_expense_create_invoice(self)
action_move_create(self)
invoice_count
Integer
compute='_compute_invoice_count'
action_sheet_move_create(self)
action_view_invoices(self)
set_to_paid(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr-expense |
| GIT | |
| GIT | https://github.com/OCA/hr-expense.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr-expense/tree/15.0/hr_expense_invoice |
| VERSION | |
| VERSION | 1.1.3 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, nicolas, Weblate, OCA-git-bot, Nicolas Mac Rouillon, oca-ci, DavidJForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-expense |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:39 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_expense - hr_contract - hr - base_setup - base - web - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_expense_sheet_form_view_inherit_sale_expense |
hr.expense.sheet.form.inherit.sale.expense | hr.expense.sheet | xpath | Inherits hr_expense.view_hr_expense_sheet_form |
hr_expense_view_form |
hr.expense.form | hr.expense | field | Inherits hr_expense.hr_expense_view_form |
expense_ids
One2many → hr.expense
comodel_name='hr.expense'
inverse_name='invoice_id'
string='Expenses'
No public methods.
No new fields.
Public methods (1)action_create_payments(self)
invoice_id
Many2one → account.move
comodel_name='account.move'
copy=False
domain=[('move_type', '=', 'in_invoice'), ('state', '=', 'posted'), ('payment_state', '=', 'not_paid'), ('expense_ids', '=', False)]
string='Vendor Bill'
sheet_id_state
Selection
related='sheet_id.state'
string='Sheet state'
action_expense_create_invoice(self)
invoice_count
Integer
compute='_compute_invoice_count'
action_sheet_move_create(self)
action_view_invoices(self)
set_to_paid(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr-expense |
| GIT | |
| GIT | https://github.com/OCA/hr-expense.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr-expense/tree/14.0/hr_expense_invoice |
| VERSION | |
| VERSION | 1.1.4 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, GitHub, Lois Rilo, Víctor Martínez, oca-travis, Weblate, OCA-git-bot, Saran440, Kaynnan Lemes |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-expense |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_expense - hr_contract - hr - base_setup - base - web - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_expense_sheet_form_view_inherit_sale_expense |
hr.expense.sheet.form.inherit.sale.expense | hr.expense.sheet | xpath | Inherits hr_expense.view_hr_expense_sheet_form |
hr_expense_view_form |
hr.expense.form | hr.expense | field | Inherits hr_expense.hr_expense_view_form |
expense_ids
One2many → hr.expense
comodel_name='hr.expense'
inverse_name='invoice_id'
string='Expenses'
No public methods.
No new fields.
Public methods (1)action_create_payments(self)
invoice_id
Many2one → account.move
comodel_name='account.move'
copy=False
domain=[('move_type', '=', 'in_invoice'), ('state', '=', 'posted'), ('payment_state', '=', 'not_paid'), ('expense_ids', '=', False)]
string='Vendor Bill'
sheet_id_state
Selection
related='sheet_id.state'
string='Sheet state'
action_expense_create_invoice(self)
invoice_count
Integer
compute='_compute_invoice_count'
action_sheet_move_create(self)
action_view_invoices(self)
set_to_paid(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr-expense |
| GIT | |
| GIT | https://github.com/OCA/hr-expense.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr-expense/tree/13.0/hr_expense_invoice |
| VERSION | |
| VERSION | 1.3.3 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot, Saran440 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-expense |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_expense - hr_contract - hr - base_setup - base - web - bus - web_tour - resource - mail_bot - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_expense_sheet_form_view_inherit_sale_expense |
hr.expense.sheet.form.inherit.sale.expense | hr.expense.sheet | xpath | Inherits hr_expense.view_hr_expense_sheet_form |
hr_expense_view_form |
hr.expense.form | hr.expense | field | Inherits hr_expense.hr_expense_view_form |
expense_ids
One2many → hr.expense
comodel_name='hr.expense'
inverse_name='invoice_id'
string='Expenses'
No public methods.
No new fields.
Public methods (1)action_validate_invoice_payment(self)
invoice_id
Many2one → account.move
comodel_name='account.move'
copy=False
domain=[('type', '=', 'in_invoice'), ('state', '=', 'posted'), ('invoice_payment_state', '=', 'not_paid'), ('expense_ids', '=', False)]
string='Vendor Bill'
sheet_id_state
Selection
related='sheet_id.state'
string='Sheet state'
action_expense_create_invoice(self)
invoice_count
Integer
compute='_compute_invoice_count'
action_sheet_move_create(self)
action_view_invoices(self)
set_to_paid(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/12.0/hr_expense_invoice |
| VERSION | |
| VERSION | 2.0.3 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, mreficent, david, OCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot, Kitti U |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_expense - hr_contract - hr - base_setup - base - web - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_expense_sheet_form_view_inherit_sale_expense |
hr.expense.sheet.form.inherit.sale.expense | hr.expense.sheet | xpath | Inherits hr_expense.view_hr_expense_sheet_form |
hr_expense_view_form |
hr.expense.form | hr.expense | field | Inherits hr_expense.hr_expense_view_form |
expense_ids
One2many → hr.expense
comodel_name='hr.expense'
inverse_name='invoice_id'
string='Expenses'
No public methods.
No new fields.
Public methods (1)reconcile(self, writeoff_acc_id=False, writeoff_journal_id=False)
No new fields.
Public methods (1)action_validate_invoice_payment(self)
invoice_id
Many2one → account.invoice
comodel_name='account.invoice'
copy=False
domain=[('type', '=', 'in_invoice'), ('state', '=', 'open'), ('expense_ids', '=', False)]
oldname='invoice'
string='Vendor Bill'
sheet_id_state
Selection
related='sheet_id.state'
string='Sheet state'
action_expense_create_invoice(self)
invoice_count
Integer
compute='_compute_invoice_count'
action_sheet_move_create(self)
action_view_invoices(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/11.0/hr_expense_invoice |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, oca-travis, OCA-git-bot, Eric Antones |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_expense - hr_contract - hr - base_setup - base - web - bus - web_tour - resource - account - product - decimal_precision - analytic - web_planner - portal - http_routing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_expense_form_view |
hr.expense.form | hr.expense | field | Inherits hr_expense.hr_expense_form_view |
invoice_id
Many2one → account.invoice
comodel_name='account.invoice'
domain="[('type', '=', 'in_invoice'), ('state', '=', 'open')]"
oldname='invoice'
string='Invoice'
create(self, vals)
onchange_invoice_id(self)
write(self, vals)
No new fields.
Public methods (1)action_sheet_move_create(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/10.0/hr_expense_invoice |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, cubells, OCA Transbot, oca-travis |
| WEBSITE | |
| WEBSITE | https://www.tecnativa.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_expense - hr_contract - base_action_rule - base - resource - base_setup - web_kanban - web - bus - web_tour - hr - account_accountant - account - product - decimal_precision - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_expense_form_view |
hr.expense.form | hr.expense | xpath | Inherits hr_expense.hr_expense_form_view |
invoice_id
Many2one → account.invoice
comodel_name='account.invoice'
domain="[('type', '=', 'in_invoice'), ('state', '=', 'open')]"
oldname='invoice'
string='Invoice'
create(self, vals)
onchange_invoice_id(self)
write(self, vals)
No new fields.
Public methods (1)action_sheet_move_create(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/9.0/hr_expense_invoice |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | HR |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Serv. Tecnol. Avanzados - Pedro M. Baeza |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Serv. Tecnol. Avanzados - Pedro M. Baeza |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://www.serviciosbaeza.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_expense - hr_contract - base_action_rule - base - resource - base_setup - web_kanban - web - bus - hr - web_tip - account_accountant - account - product - decimal_precision - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_expenses_form_invoice |
hr.expense.form.invoice | hr.expense.expense | xpath | Inherits hr_expense.view_expenses_form |
No new fields.
Public methods (4)action_move_create(self)
copy(self, default=None)
line_get_convert(self, x, part, date)
move_line_get_item(self, line)
invoice
Many2one → account.invoice
comodel_name='account.invoice'
domain="[('type', '=', 'in_invoice'), ('state', '=', 'open')]"
create(self, vals)
onchange_invoice(self)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/8.0/hr_expense_invoice |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | HR |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Serv. Tecnol. Avanzados - Pedro M. Baeza |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Serv. Tecnol. Avanzados - Pedro M. Baeza |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis |
| WEBSITE | |
| WEBSITE | http://www.serviciosbaeza.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_expense - hr - base_setup - base - web_kanban - web - resource - board - account_accountant - account_voucher - account - product - decimal_precision - report - analytic - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_expenses_form_invoice |
hr.expense.form.invoice | hr.expense.expense | xpath | Inherits hr_expense.view_expenses_form |
No new fields.
Public methods (4)action_move_create(self)
copy(self, default=None)
line_get_convert(self, x, part, date)
move_line_get_item(self, line)
invoice
Many2one → account.invoice
comodel_name='account.invoice'
domain="[('type', '=', 'in_invoice'), ('state', '=', 'open')]"
create(self, vals)
onchange_invoice(self)
write(self, vals)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/hr-expense |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] hr_expense_invoice (#373) |