Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.0.0
Category
Invoicing
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-invoicing
Last tracking update
2026-08-07 08:42:47
Authors
Odoo Community Association (OCA), Sygel
Maintainers
Odoo Community Association (OCA), Sygel
Committers
Enric Tobella, Weblate, OCA-git-bot, oca-ci, Luis Rodriguez
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
sale_custom_rounding
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 form Inherits account.view_move_form
acount_invoice_custom_rounding_view_partner_form account.invoice.custom.rounding.view.partner.form res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…