Tax information on lines Sales, Purchases, Accounting

by
Odoo

21.44

v 15.0 Third Party 7
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Purchase (purchase)
Sales (sale_management)
Invoicing (account)
Discuss (mail)
Lines of code 298
Technical Name sh_line_tax_info
LicenseOPL-1
Websitehttps://www.softhealer.com
Versions 9.0 14.0 13.0 12.0 15.0 10.0 11.0 17.0 16.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Purchase (purchase)
Sales (sale_management)
Invoicing (account)
Discuss (mail)
Lines of code 298
Technical Name sh_line_tax_info
LicenseOPL-1
Websitehttps://www.softhealer.com
Versions 9.0 14.0 13.0 12.0 15.0 10.0 11.0 17.0 16.0
logo
Community Enterprise Odoo.sh

Tax information on lines Sales, Purchases, Accounting

heading

If you want to display a tax amount field in the sale order/purchase order/invoice and Vendor bills lines and PDF report. You can do that thing using this module. Here it is a module that helps to set tax amount field in sale order/purchase order/invoice and vendor bills lines and PDF report. This module provides a boolean field 'Show in Report' in sale order/purchase order/invoices and Vendor bills form view so it will easy to hide and show tax amount field in PDF report.

Features

heading
  • In relative configuration settings to tick right on 'Show Taxes in sale order/purchase order/invoice/bill'.
  • Show tax amount field in sale order/purchase order/invoice and Vendor bills lines and PDF report.
  • Easy to hide and show tax amount field in sale order/purchase order/invoice and Vendor bills PDF Report.
  • No special configuration required, install it, use it.
  • This module saves your important time.
  • It reduces human efforts.
  • This app is compatible with Odoo's Multi-Company Feature.

Inside sales setting set "Show Taxes in Sales Order" to True.


Inside Sales Order/Quotation line there are two new fields created for separate tax calculation product wise, and Subtotal Amount by adding Tax Amount to Subtotal on each line separately.


If You set "Show In Report (Tax Information)" to True, than Tax Amount and Subtotal Amount would be added in Report Product Line.


Inside purchase setting set "Show Taxes in Purchase Order" to True.


Inside Purchase Order/RFQ line there are two new fields created for separate tax calculation product wise, and Subtotal Amount by adding Tax Amount to Subtotal on each line separately.


If You set "Show In Report (Tax Information)" to True, than Tax Amount and Subtotal Amount would be added in Report Product Line.


Inside invoicing setting set "Show Taxes in Customer Invoice and Vendor Bills" to True.


Inside customer invoices line there are two new fields created for separate tax calculation product wise, and Subtotal Amount by adding Tax Amount to Subtotal on each line separately.


If You set "Show In Report (Tax Information)" to True, than Tax Amount and Subtotal Amount would be added in Report Product Line.


Inside Vendor Bills Bill lines there are two new fields created for separate tax calculation product wise, and Subtotal Amount by adding Tax Amount to Subtotal on each line separately.


If You set "Show In Report (Tax Information)" to True, than Tax Amount and Subtotal Amount would be added in Report Product Line.


Version 15.0.2 | Released on : 5thAugust 2022

New Widget Monetary Added In Reports & Form View.

Version 15.0.1 | Released on : 10 October 2021

Initial Initial Release.
  • Yes, this app works perfectly with Odoo Enterprise (Odoo.sh & Premise) as well as Community.
  • Yes, This app is compatible with Odoo's Multi-Company Feature.
  • Yes, we provide free support for 100 days.
  • Yes, you will get free update for lifetime.
  • Yes, You have to download module for each version (13,14,15) except in version 12 or lower.

Multi-Languages

heading
We have added predefined some languages(English, German / Deutsch, Arabic, Spanish / Espanol, French / Francais, Chinese) in module, If you want to add other language you can contact us on support@softhealer.com. We use google translator tools for multi-languages so possible translations can be not accurate. we accept suggest to make more accurate translations also on support@softhealer.com.

english germany arab spanish Chinese French

Most Demanded Apps

heading
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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
still error
by
Fady Fakhry
on 9/20/22, 10:10 AM

Error:
Odoo Server Error

Traceback (most recent call last):
File "H:\Odoo 13.0\server\odoo\api.py", line 748, in get
value = self._data[field][record._ids[0]]
KeyError:

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "H:\Odoo 13.0\server\odoo\fields.py", line 1038, in __get__
value = env.cache.get(record, self)
File "H:\Odoo 13.0\server\odoo\api.py", line 754, in get
raise CacheMiss(record, field)
odoo.exceptions.CacheMiss: ('sale.order.line( origin=1>,).line_tax_Amount', None)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "H:\Odoo 13.0\server\odoo\models.py", line 5128, in ensure_one
_id, = self._ids
ValueError: too many values to unpack (expected 1)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "H:\Odoo 13.0\server\odoo\http.py", line 625, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "H:\Odoo 13.0\server\odoo\http.py", line 311, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "H:\Odoo 13.0\server\odoo\tools\pycompat.py", line 14, in reraise
raise value
File "H:\Odoo 13.0\server\odoo\http.py", line 670, in dispatch
result = self._call_function(**self.params)
File "H:\Odoo 13.0\server\odoo\http.py", line 351, in _call_function
return checked_call(self.db, *args, **kwargs)
File "H:\Odoo 13.0\server\odoo\service\model.py", line 94, in wrapper
return f(dbname, *args, **kwargs)
File "H:\Odoo 13.0\server\odoo\http.py", line 340, in checked_call
result = self.endpoint(*a, **kw)
File "H:\Odoo 13.0\server\odoo\http.py", line 916, in __call__
return self.method(*args, **kw)
File "H:\Odoo 13.0\server\odoo\http.py", line 516, in response_wrap
response = f(*args, **kw)
File "H:\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1342, in call_kw
return self._call_kw(model, method, args, kwargs)
File "H:\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1334, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "H:\Odoo 13.0\server\odoo\api.py", line 390, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "H:\Odoo 13.0\server\odoo\api.py", line 377, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "H:\Odoo 13.0\server\odoo\models.py", line 6282, in onchange
for name in nametree
File "H:\Odoo 13.0\server\odoo\models.py", line 6283, in
if name not in done and snapshot0.has_changed(name)
File "H:\Odoo 13.0\server\odoo\models.py", line 6128, in has_changed
return self[name] != record[name]
File "H:\Odoo 13.0\server\odoo\models.py", line 5758, in __getitem__
return self._fields[key].__get__(self, type(self))
File "H:\Odoo 13.0\server\odoo\fields.py", line 1062, in __get__
self.compute_value(recs)
File "H:\Odoo 13.0\server\odoo\fields.py", line 1147, in compute_value
records._compute_field_value(self)
File "H:\Odoo 13.0\server\odoo\models.py", line 4018, in _compute_field_value
getattr(self, field.compute)()
File "H:\Odoo 13.0\server\odoo\addons\sh_line_tax_info\models\res_config_settings.py", line 40, in get_product_line_wise_tax_amount
rec.line_tax_Amount = ( rec.tax_id.amount * rec.price_subtotal ) / 100.0
File "H:\Odoo 13.0\server\odoo\fields.py", line 1022, in __get__
record.ensure_one()
File "H:\Odoo 13.0\server\odoo\models.py", line 5131, in ensure_one
raise ValueError("Expected singleton: %s" % self)
ValueError: Expected singleton: account.tax(, )