Apply a tax on bank statement lines

account_bank_statement_tax
REPOSITORY
REPOSITORYOCA/bank-payment
GIT
GIThttps://github.com/OCA/bank-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/bank-payment/tree/7.0/account_bank_statement_tax
VERSION
VERSION 0.1
CATEGORY
CATEGORYBanking addons
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSYannick Vaucher, Alexandre Fayolle, Stefan Rijnhart, 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
WEBSITE
WEBSITEhttps://launchpad.net/banking-addons
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits account.view_bank_statement_form
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.