| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-invoicing |
| GIT | |
| GIT | https://github.com/OCA/account-invoicing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-invoicing/tree/18.0/account_invoice_custom_rounding |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Invoicing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sygel |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sygel |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Weblate, OCA-git-bot, oca-ci, Luis Rodriguez |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - product - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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')]
No public methods.
tax_calculation_rounding_method
Selection
related='move_id.tax_calculation_rounding_method'
No public methods.
No new fields.
Public methods (0)No public methods.
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')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-invoicing |
| GIT | |
| GIT | https://github.com/OCA/account-invoicing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-invoicing/tree/15.0/account_invoice_custom_rounding |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Invoicing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sygel |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sygel |
| COMMITTERS | |
| COMMITTERS | manu, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:38 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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')]
write(self, vals)
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')]
No public methods.