| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Sales (sale_management)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 31 |
| Technical Name |
sale_order_bulk_tax |
| License | OPL-1 |
| Website | https://www.bankersrounding.com/ |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Sales (sale_management)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 31 |
| Technical Name |
sale_order_bulk_tax |
| License | OPL-1 |
| Website | https://www.bankersrounding.com/ |
Sale Order Bulk Tax
Apply taxes to every order line in one click.
Tired of opening every single order line just to set the same tax over and over? Sale Order Bulk Tax adds a Taxes field to the sale order header. Pick one or more taxes there and they are instantly propagated to every order line of the document.
Key Features
One-click Bulk Update
Select taxes once on the sale order and every line is updated automatically. No need to open each line individually.
Sale-only Tax Filter
Only taxes whose Tax Type is Sales are offered, so you never select a purchase tax by mistake.
Multi-company Aware
The selector respects check_company, so users only
see the taxes that belong to the active company of the order.
Status-aware Field
The field becomes read-only once the order is confirmed, cancelled or locked. Taxes already booked in accounting cannot be changed by accident.
How It Works
- Open any quotation or sale order in draft / sent state.
- Locate the new Taxes field below the customer address.
- Pick one or several taxes — the lines are updated immediately.
- Save and confirm the order as usual.
Compatibility
- Odoo 19.0 — Community and Enterprise.
- Depends on the standard Sales Management module.
- No external Python or JavaScript libraries required.
- Compatible with multi-company environments.
Support
Need help, found a bug, or want to request a feature?
Reach out at
service@bankersrounding.com.
Brought to you by Bankersrounding
Sale Order Bulk Tax
Overview
Sale Order Bulk Tax adds a Taxes Many2many field to the sale order header. When the user selects one or several taxes there, the selection is propagated to every order line at once, removing the need to edit each line individually.
Technical notes
- Inherits sale.order.
- Adds a Many2many to account.tax named bulk_tax_ids.
- Domain restricts the choices to type_tax_use = 'sale'.
- check_company is enabled so the multi-company filter applies.
- An onchange handler copies the selection to order_line.tax_ids.
- The field is rendered read-only via a XPath on sale.view_order_form when the order state is sale or cancel, or when the order is locked.
Changelog
19.0.1.0.0 (2026-05-02)
- Initial release for Odoo 19.0.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module