Account Invoice Custom Rounding

account_invoice_custom_rounding
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/18.0/account_invoice_custom_rounding
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYInvoicing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel
COMMITTERS
COMMITTERSEnric Tobella, Weblate, OCA-git-bot, oca-ci, Luis Rodriguez
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to select a custom taxes rounding method in invoices.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acount_invoice_custom_rounding_view_move_form account.invoice.custom.rounding.view.move.form account.move field Inherits account.view_move_form
acount_invoice_custom_rounding_view_partner_form account.invoice.custom.rounding.view.partner.form res.partner field Inherits base.view_partner_form
Models touched (4)

New fields (1)
  • tax_calculation_rounding_method Selection
    compute='_compute_tax_calculation_rounding_method' help='How total tax amount is computed. If no value selected, the method defined in the company is used.' readonly=False related=False store=True args: [('round_per_line', 'Round per Line'), ('round_globally', 'Round Globally')]
Public methods (0)

No public methods.

New fields (1)
  • tax_calculation_rounding_method Selection
    related='move_id.tax_calculation_rounding_method'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • tax_calculation_rounding_method Selection
    company_dependent=True copy=False help='How total tax amount is computed in sale orders and invoices when this contact is selected. If no value selected, the method defined in the company is used.' args: [('round_per_line', 'Round per Line'), ('round_globally', 'Round Globally')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/15.0/account_invoice_custom_rounding
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYInvoicing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel
COMMITTERS
COMMITTERSmanu, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:38
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acount_invoice_custom_rounding_view_move_form account.invoice.custom.rounding.view.move.form account.move field Inherits account.view_move_form
acount_invoice_custom_rounding_view_partner_form account.invoice.custom.rounding.view.partner.form res.partner field Inherits base.view_partner_form
Models touched (2)

New fields (1)
  • tax_calculation_rounding_method Selection
    compute='_compute_tax_calculation_rounding_method' help='How total tax amount is computed. If no value selected, the method defined in the company is used.' readonly=False store=True args: [('round_per_line', 'Round per Line'), ('round_globally', 'Round Globally')]
Public methods (1)
  • write(self, vals)

New fields (1)
  • tax_calculation_rounding_method Selection
    company_dependent=True copy=False help='How total tax amount is computed in sale orders and invoices when this contact is selected. If no value selected, the method defined in the company is used.' args: [('round_per_line', 'Round per Line'), ('round_globally', 'Round Globally')]
Public methods (0)

No public methods.