| 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/sale_expense_manual_reinvoice |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp SA |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp SA |
| COMMITTERS | |
| COMMITTERS | Ivàn Todorovich, manu, Weblate, OCA-git-bot, oca-ci |
| 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: - sale_expense - sale_management - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm - hr_expense - hr_contract - hr |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_expense_view_search |
hr.expense | filter | Inherits hr_expense.hr_expense_view_search | |
product_product_view_form_inherit_sale_expense |
product.product | field | Inherits sale_expense.product_product_view_form_inherit_sale_expense | |
view_account_analytic_line_filter |
account.analytic.line | group | Inherits analytic.view_account_analytic_line_filter | |
view_hr_expense_toreinvoice_tree |
hr.expense | tree | New |
expense_id
Many2one
related='move_id.expense_id'
store=True
manual_reinvoice
Boolean
compute='_compute_manual_reinvoice'
store=True
manual_reinvoice_discarded
Boolean
help='Technical field to hide it from pending to reinvoice list.'
manual_reinvoice_done
Boolean
compute='_compute_manual_reinvoice_done'
store=True
action_manual_reinvoice(self)
No new fields.
Public methods (0)No public methods.
analytic_line_ids
One2many → account.analytic.line
readonly=True
args: 'account.analytic.line', 'expense_id'
manual_reinvoice
Boolean
compute='_compute_manual_reinvoice'
store=True
manual_reinvoice_discarded
Boolean
compute='_compute_manual_reinvoice'
store=True
manual_reinvoice_done
Boolean
compute='_compute_manual_reinvoice'
store=True
action_manual_reinvoice(self)
action_manual_reinvoice_discard(self)
action_manual_reinvoice_pending(self)
expense_mode
Selection
default='auto'
help="Choose how to re-invoice expenses:\n\n* Automatically: Expenses are automatically re-invoiced when they're posted.\n* Manually: Expenses have to be manually re-invoiced by a manager.\n"
string='Re-invoice Mode'
args: [('auto', 'Automatically'), ('manual', 'Manually')]
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/hr-expense |
| PULL REQUEST | |
| PULL REQUEST | [16.0][MIG] sale_expense_manual_reinvoice: Migration to 16.0 (#296) |