Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Expenses
Folder size
0.19 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 05:12:47
Authors
Maintainers
None
Committers
Christophe Simonis, Martin Trigaux, Odoo Translation Bot, Damien Bouvy, Yannick Tivisse, Xavier-Do
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
        Print amount in words on checks issued for expenses
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
hr_expense_register_payment_view_form_check_inherit hr.expense.sheet.register.payment.wizard.form.check.inherited 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 (1)

New fields (4)
  • check_amount_in_words Char
    string='Amount in Words'
  • check_manual_sequencing Boolean
    readonly=False related='journal_id.check_manual_sequencing'
  • check_number Char
    copy=False default=0 help='Number of the check corresponding to this payment. If your pre-printed check are not already numbered, you can manage the numbering in the journal configuration page.' readonly=True string='Check Number'
  • payment_method_code_2 Char
    help='Technical field used to adapt the interface to the payment type selected.' readonly=True related='payment_method_id.code' string='Payment Method Code 2'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…