Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
Community Apps Dependencies | Show |
Lines of code | 765 |
Technical Name |
pos_product_tax_mac5 |
License | OPL-1 |
Website | https://apps.odoo.com/apps/modules/browse?author=MAC5 |
Versions | 10.0 11.0 12.0 13.0 14.0 15.0 16.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
Community Apps Dependencies | Show |
Lines of code | 765 |
Technical Name |
pos_product_tax_mac5 |
License | OPL-1 |
Website | https://apps.odoo.com/apps/modules/browse?author=MAC5 |
Versions | 10.0 11.0 12.0 13.0 14.0 15.0 16.0 |
POS Product Taxes
Specific Product Taxes for Point of Sale
New product taxes specific for POS transactions and these taxes will be separated from the backend taxes of Odoo.
Configuration
Easy setup of POS product taxes
POS Product Taxes configuration is as easy as ABC. First configuration will be in Point of Sale > Configuration > Point of Sale. Select a POS that will use the new POS product taxes. Then enable the Use POS Product Tax. Include Tax in Price Display is used for POS product taxes with enabled Include in Price field. If the sale price is 60.00 and tax is 10% inclusive, then the display price will be 66.00 instead of 60.00.


Second configuration will be in Point of Sale > Orders > Products. Update the POS Customer Taxes (in General Information tab) and POS Vendor Taxes (in Purchase tab) fields for all products available in POS.
Versions
Version 1.2.1:
- [FIXED] Invoice tax from POS order
Version 1.2:
- [FEATURE] Use default taxes if POS taxes are empty in product
Version 1.1:
- [FEATURE] New configuration Include Tax in Price Display for taxes with enabled Included in Price
Compatibility
This module is compatible with Odoo 12.0 Community and Enterprise Editions
Support
Email: mac5_odoo@outlook.com
Keywords: Odoo POS Product Taxes, Odoo Product Taxes, Odoo POS Customer Taxes, Odoo Customer Taxes, Odoo POS Supplier Taxes, Odoo Supplier Tax, Odoo POS Vendor Taxes, Odoo Vendor Taxes
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
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
I am interested in buying the module
Can you give me access to a demo to test some questions I have?
Re: I am interested in buying the module
Help Installation error
Greetings, I bought this module, but it throws the following error when opening the module. Can you help me tell me what is happening?
Traceback (most recent call last): File "/opt/odoo/odoo/api.py", line 1049, in get value = self._data[key][field][record._ids[0]] KeyError: 4474 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/odoo/odoo/fields.py", line 1004, in __get__ value = record.env.cache.get(record, self) File "/opt/odoo/odoo/api.py", line 1051, in get raise CacheMiss(record, field) odoo.exceptions.CacheMiss: ('product.product(4474,).pos_sale_price_total', None) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/odoo/odoo/http.py", line 656, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/odoo/http.py", line 314, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/opt/odoo/odoo/tools/pycompat.py", line 87, in reraise raise value File "/opt/odoo/odoo/http.py", line 698, in dispatch result = self._call_function(**self.params) File "/opt/odoo/odoo/http.py", line 346, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/odoo/http.py", line 339, in checked_call result = self.endpoint(*a, **kw) File "/opt/odoo/odoo/http.py", line 941, in __call__ return self.method(*args, **kw) File "/opt/odoo/odoo/http.py", line 519, in response_wrap response = f(*args, **kw) File "/opt/odoo/addons/web/controllers/main.py", line 962, in call_kw return self._call_kw(model, method, args, kwargs) File "/opt/odoo/addons/web/controllers/main.py", line 954, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/opt/odoo/odoo/api.py", line 755, in call_kw return _call_kw_model(method, model, args, kwargs) File "/opt/odoo/odoo/api.py", line 728, in _call_kw_model result = method(recs, *args, **kwargs) File "/opt/odoo/odoo/models.py", line 4595, in search_read result = records.read(fields) File "/opt/odoo/odoo/models.py", line 2798, in read vals[name] = convert(record[name], record, use_name_get) File "/opt/odoo/odoo/models.py", line 5123, in __getitem__ return self._fields[key].__get__(self, type(self)) File "/opt/odoo/odoo/fields.py", line 1008, in __get__ self.determine_value(record) File "/opt/odoo/odoo/fields.py", line 1121, in determine_value self.compute_value(recs) File "/opt/odoo/odoo/fields.py", line 1075, in compute_value self._compute_value(records) File "/opt/odoo/odoo/fields.py", line 1066, in _compute_value getattr(records, self.compute)() File "/opt/odoo/addons/pos_workflow_base_mac5/models/product.py", line 16, in _get_prices_with_tax product.pos_sale_price_total = product.pos_customer_tax_ids.compute_pos_price_total(product.list_price, currency=currency, product=product)['total_included'] File "/opt/odoo/addons/pos_workflow_base_mac5/models/account_tax.py", line 63, in compute_pos_price_total tax_amount = currency.round(tax_amount) File "/opt/odoo/odoo/addons/base/models/res_currency.py", line 142, in round return tools.float_round(amount, precision_rounding=self.rounding) File "/opt/odoo/odoo/tools/float_utils.py", line 73, in float_round normalized_value = value / rounding_factor # normalize TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'
Re: Help Installation error
Hi,
Can you send the issue to mac5_odoo@outlook.com? Please include the error messages and screenshot where the error occurred.
Please also check if the Odoo version is correct and have you restarted the Odoo server?
Thanks.