TIP: You can type at any time to perform a new search.
Sale Expense Manual Re-invoice
sale_expense_manual_reinvoice · OCA/hr-expense
- Repository
- OCA/hr-expense · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Human Resources
- Folder size
- 0.15 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/hr-expense
- Last tracking update
- 2026-08-07 07:57:07
- Authors
- Odoo Community Association (OCA), Camptocamp SA
- Maintainers
- Odoo Community Association (OCA), Camptocamp SA
- Committers
- Ivàn Todorovich, manu, Weblate, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_expense_view_search |
hr.expense | search | Inherits hr_expense.hr_expense_view_search | |
product_product_view_form_inherit_sale_expense |
product.product | form | Inherits sale_expense.product_product_view_form_inherit_sale_expense | |
view_account_analytic_line_filter |
account.analytic.line | Inherits analytic.view_account_analytic_line_filter | ||
view_hr_expense_toreinvoice_tree |
hr.expense | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (4)
-
expense_idMany2onerelated='move_id.expense_id'store=True -
manual_reinvoiceBooleancompute='_compute_manual_reinvoice'store=True -
manual_reinvoice_discardedBooleanhelp='Technical field to hide it from pending to reinvoice list.' -
manual_reinvoice_doneBooleancompute='_compute_manual_reinvoice_done'store=True
-
action_manual_reinvoice(self)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (4)
-
analytic_line_idsOne2many → account.analytic.linereadonly=True args: 'account.analytic.line', 'expense_id' -
manual_reinvoiceBooleancompute='_compute_manual_reinvoice'store=True -
manual_reinvoice_discardedBooleancompute='_compute_manual_reinvoice'store=True -
manual_reinvoice_doneBooleancompute='_compute_manual_reinvoice'store=True
-
action_manual_reinvoice(self) -
action_manual_reinvoice_discard(self) -
action_manual_reinvoice_pending(self)
New fields (1)
-
expense_modeSelectiondefault='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
- Open migration PR — not merged yet for this version
- CI status
- checks running
- Open since
- 513 days ago
- Last activity
- 157 days ago
- Repository
- OCA/hr-expense
- Pull request
- [16.0][MIG] sale_expense_manual_reinvoice: Migration to 16.0 (#296)