TIP: You can type at any time to perform a new search.
Romania - Payment to Statement
l10n_ro_payment_to_statement · OCA/l10n-romania
- Repository
- OCA/l10n-romania · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Accounting
- Folder size
- 0.08 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-romania
- Last tracking update
- 2026-08-07 09:06:35
- Authors
- Odoo Community Association (OCA), NextERP Romania, Terrabit
- Maintainers
- Odoo Community Association (OCA), NextERP Romania, Terrabit
- Committers
- Mihai Fekete, OCA-git-bot, oca-ci, Debora7
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- l10n_ro_payment_receipt_report
- Description
Features: > - Adding the payments in the bank statements > > This module added features on customer/supplier payments to allow > account user to link payment with bank statement direct through > payment menu or customer/supplier invoices register payment option. > After selecting and validating payment, module will add bank statement > line on selected bank statement. > > - Sequences can be attached to journals, so the invoices/payments are > not computed by odoo, but taken from the selected sequences: > > > - Journal sequence: for sale journals, this will be the invoice's > > sequence. For cash/bank journals, this will be the sequence for > > other journal entries (for closing the statement, for statement > > lines etc.) > > - Customer sequence cash in: only for cash journals. This sequence > > will be used for customer payments > > - Statement sequence: only for cash/bank journals. This sequence > > will be used for bank/cash statements > > - Cash in sequence: only for cash. This sequence will be used for > > supplier refunds > > - Cash out sequence: only for cash. This sequence will be used for > > customer refunds
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_journal_dashboard_kanban_view |
l10n.ro.account.journal.dashboard.kanban | account.journal | kanban | Inherits account.account_journal_dashboard_kanban_view |
view_account_journal_form |
l10n.ro.account.journal.form | account.journal | form | Inherits account.view_account_journal_form |
view_account_payment_form |
l10n.ro.account.payment.form | account.payment | form | Inherits account.view_account_payment_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (0)
No new fields.
Public methods (1)-
create(self, vals_list)@api.model_create_multi
New fields (1)
-
is_l10n_ro_payment_disposalBoolean
No public methods.
New fields (6)
-
l10n_ro_auto_statementBooleanhelp='Automatically add payments with this journal to a statement'string='Romania - Auto Statement' -
l10n_ro_cash_in_sequence_idMany2one → ir.sequencecopy=Falsehelp='Sequence used for cash in operations'string='Romania - Sequence cash in' args: 'ir.sequence' -
l10n_ro_cash_out_sequence_idMany2one → ir.sequencecopy=Falsehelp='Sequence used for cash out operations'string='Romania - Sequence cash out' args: 'ir.sequence' -
l10n_ro_customer_cash_in_sequence_idMany2one → ir.sequencecopy=Falsehelp='Sequence used for customer cash in operations (customer payments)'string='Romania - Customer sequence cash in' args: 'ir.sequence' -
l10n_ro_journal_sequence_idMany2one → ir.sequencecopy=Falsehelp='Sequence used for other (closing, line) account move names'string='Romania - Sequence Journal' args: 'ir.sequence' -
l10n_ro_statement_sequence_idMany2one → ir.sequencecopy=Falsehelp='Sequence used for statement name'string='Romania - Statement Sequence' args: 'ir.sequence'
-
l10n_ro_update_cash_vals(self)
New fields (0)
No new fields.
Public methods (2)-
get_l10n_ro_sequence(self) -
write(self, vals)
New fields (2)
-
l10n_ro_statement_idMany2one → account.bank.statementdomain="[('journal_id','=',journal_id)]"string='Romania - Statement' args: 'account.bank.statement' -
l10n_ro_statement_line_idMany2one → account.bank.statement.linedomain="[('l10n_ro_statement_id','=',statement_id)]"readonly=Truestring='Statement Line' args: 'account.bank.statement.line'
-
action_post(self) -
create(self, vals_list)@api.model_create_multi -
get_l10n_ro_statement_line(self) -
l10n_ro_force_cash_sequence(self) -
unlink(self)
Loading…
Loading…
Loading…
Loading…
Loading…