Repository
OCA/bank-payment · module folder · Try on Runboat
Module version
0.1
Category
Banking addons
Folder size
0.02 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://launchpad.net/banking-addons
Last tracking update
2026-08-07 06:56:13
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Stefan Rijnhart, Yannick Vaucher, Alexandre Fayolle, Sandy Carter, Holger Brunn, Pedro M. Baeza, Erwin van der Ploeg, Stéphane Bidoul (ACSONE), Launchpad Translations on behalf of banking-addons-team, OCA Transbot
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Allow an (inclusive) tax to be set on a bank statement line. When the
statement is confirmed, the tax will be processed like a tax set on a
move line.

This module is co-funded by BAS Solutions.
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_bank_statement_form Add tax to the embedded bank statement line form account.bank.statement form Inherits account.view_bank_statement_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • get_tax_move_lines(self, cr, uid, st_line, defaults, company_currency_id, context=None)
    Process inclusive taxes on bank statement lines. @param st_line: browse record of the statement line @param defaults: dictionary of default move line values. Usually the same as the originating move line. return one or more serialized tax move lines and a set of values to update the originating move line with, containing the new amount.

New fields (0)

No new fields.

Public methods (0)

No public methods.