TIP: You can type at any time to perform a new search.
Payment Difference on HR expenses
hr_expense_payment_difference · OCA/hr-expense
- Repository
- OCA/hr-expense · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Human Resources
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/hr-expense
- Last tracking update
- 2026-08-07 07:38:28
- Authors
- Odoo Community Association (OCA), Ecosoft
- Maintainers
- Odoo Community Association (OCA), Ecosoft
- Committers
- Saran440, Weblate, OCA-git-bot, oca-travis, ps-tubtim
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_expense_sheet_register_payment_view_form |
hr.expense.sheet.register.payment.wizard.form.payment.difference | hr.expense.sheet.register.payment.wizard | form | Inherits hr_expense.hr_expense_sheet_register_payment_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
difference_residualMonetarycompute='_compute_difference_residual'
No public methods.
New fields (4)
-
payment_differenceMonetarycompute='_compute_payment_difference'readonly=True -
payment_difference_handlingSelectioncopy=Falsedefault='open' args: [('open', 'Keep open'), ('reconcile', 'Mark invoice as fully paid')] -
writeoff_account_idMany2one → account.accountcomodel_name='account.account'copy=Falsedomain=[('deprecated', '=', False)]string='Difference Account' -
writeoff_labelChardefault='Write-Off'help='Change label of the counterpart that will hold the payment difference'string='Journal Item Label'
-
default_get(self, fields)@api.model -
expense_post_payment(self)
Loading…