TIP: You can type at any time to perform a new search.
Bank statement one move
account_statement_one_move · OCA/account-reconcile
- Repository
- OCA/account-reconcile · module folder · Try on Runboat
- Module version
- 0.1
- Category
- Generic Modules/Others
- Folder size
- 0.01 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.akretion.com/
- Last tracking update
- 2026-08-07 07:17:51
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to group all lines of a bank statement in only one move. This feature is optional and can be activated with a checkbox in the bank statement's profile. This is very useful for credit card deposit for example, you won't have a move for each line.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_statement_view_form |
account_statement_one_move.account_statement.view_form | account.statement.profile | form | Inherits account_statement_ext.statement_importer_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (5)-
button_cancel(self, cr, uid, ids, context=None) -
button_confirm_bank(self, cr, uid, ids, context=None) -
create_move_from_st_line(self, cr, uid, st_line_id, company_currency_id, st_line_number, context=None) -
create_move_line_from_st_line(self, cr, uid, move_id, st_line_id, company_currency_id, context=None)Create the account move line from the statement line. :param int/long move_id: ID of the account.move :param int/long st_line_id: ID of the account.bank.statement.line to create the move line from. :param int/long company_currency_id: ID of the res.currency of the company :return: ID of the account.move created -
create_move_transfer_lines(self, cr, uid, move, st, context=None)
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…