Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:42:48
Authors
Odoo Community Association (OCA), Sygel
Maintainers
Odoo Community Association (OCA), Sygel
Committers
Weblate, OCA-git-bot, oca-ci, Angel Rivas
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to select a custom taxes rounding method in sale
orders.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
invoice_custom_rounding_view_order_form invoice.custom.rounding.view.order.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • tax_calculation_rounding_method_override Selection
    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 (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…