Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Discuss (mail)
• Employees (hr) • Invoicing (account) • Manufacturing (mrp) • Purchase (purchase) • Sales (sale_management) • Inventory (stock) • Point of Sale (point_of_sale) |
Lines of code | 92373 |
Technical Name |
pos_retail |
License | OPL-1 |
Website | http://posodoo.com |
Versions | 10.0 11.0 12.0 13.0 14.0 15.0 17.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Discuss (mail)
• Employees (hr) • Invoicing (account) • Manufacturing (mrp) • Purchase (purchase) • Sales (sale_management) • Inventory (stock) • Point of Sale (point_of_sale) |
Lines of code | 92373 |
Technical Name |
pos_retail |
License | OPL-1 |
Website | http://posodoo.com |
Versions | 10.0 11.0 12.0 13.0 14.0 15.0 17.0 |
Contact us for support, query, customization
LATEST Version: 1.4.0.0.1 (Final Version of Odoo14 and Upgrade Odoo 15)
1 FEATURE ONLY 2 EUR, 150+ FEATURES PRICE OF MODULE 600 EUR
MODULE INCLUDED +150 Features, if 1 feature is 1 app (module) like another Developer (or another
Company) public on Store with example Price is 20 EUR.
=> 150+ FEATURES x 20 = 3000 EUR. IT VERY HIGH COST.
=> PRICE OF MODULE ONLY 600 EUR.
(*) IT VERY LOW AND SMALL COST
=> 150+ FEATURES x 20 = 3000 EUR. IT VERY HIGH COST.
=> PRICE OF MODULE ONLY 600 EUR.
(*) IT VERY LOW AND SMALL COST
SCREENS OF MODULE
Customers Screen

Gift Cards Screen

Invoices Screen

Mobile Mode on Desktop Screen

Payment Screen

POS Orders Screen

Receipt Screen

Report Screen

Sale Orders Screen

FULL RESPONSIVE ALL SCREENS and ANY FUll RESPONSIVE ANY DEVICES (COMPUTER, TABLET AND MOBILE)
Full Screen Mode

Table and Mobile Mode


Version: Pro (UnLimited), TOP 1 POS Application of Stores
Full Screen

Mobile Odoo App and Web Mobile Responsive

Tablet Mode

Design POS UI

This Application (Module) is PRO Version
Please Reading before processing Purchase Module
What is difference between Pro and Standard version ?
TERM AND POLICY
Why you need buy this module
Main Features (150+ Features bellow)
SUPPORT POLICY
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 penalizedPOS Module
POS have many awesome feature.
After the last update, it gives an error message when installing the new version
Error:
Odoo Server Error
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
result = request.dispatch()
File "/usr/lib/python3/dist-packages/odoo/http.py", line 683, in dispatch
result = self._call_function(**self.params)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 359, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 94, in wrapper
return f(dbname, *args, **kwargs)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 347, in checked_call
result = self.endpoint(*a, **kw)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 912, in __call__
return self.method(*args, **kw)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 531, in response_wrap
response = f(*args, **kw)
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1393, in call_button
action = self._call_kw(model, method, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1381, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/api.py", line 396, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/api.py", line 383, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "<decorator-gen-72>", line 2, in button_immediate_install
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 73, in check_and_log
return method(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 474, in button_immediate_install
return self._button_immediate_function(type(self).button_install)
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 592, in _button_immediate_function
modules.registry.Registry.new(self._cr.dbname, update_module=True)
File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 89, in new
odoo.modules.load_modules(registry._db, force_demo, status, update_module)
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 453, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 346, in load_marked_modules
loaded, processed = load_module_graph(
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 221, in load_module_graph
load_data(cr, idref, mode, kind='data', package=package)
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 69, in load_data
tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 729, in convert_file
convert_csv_import(cr, module, pathname, fp.read(), idref, mode, noupdate)
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 775, in convert_csv_import
raise Exception(_('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg))
Exception
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/http.py", line 639, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 315, in _handle_exception
raise exception.with_traceback(None) from new_cause
Exception: Module loading pos_retail failed: file pos_retail/security/ir.model.access.csv could not be processed:
No matching record found for external id 'model_product_quantity_available_report' in field 'Model'
No matching record found for external id 'model_product_quantity_available_report' in field 'Model'
No matching record found for external id 'pos_retail.model_product_brand' in field 'Model'
No matching record found for external id 'pos_retail.model_product_brand' in field 'Model'
Missing required value for the field 'Model' (model_id)
Missing required value for the field 'Model' (model_id)
Missing required value for the field 'Model' (model_id)
Missing required value for the field 'Model' (model_id)
The Absolutely best POS solution !!!
This POS module is absolutely the best one i tested and used.
I'm 100% satisfied with the great quality of the POS, the quantity and the quality of features and and more with the high availability and quality of the team's support.
TL technology Teams is fantastic and very professional ! you can count with them !
Thanks TL for your high quality job and for your support !
Your love for your work is the secret of your distinction, for your first concern was the success of work, not getting money, so you were able to succeed in your work and earn lawful money. For money, but he works because he loves to work. "
Perhaps words will not help me in saying the word of truth in you, for you are the yes of the employees, and you are the finest of the good, and without your efforts we would not have been able to continue success, and we would not have been able to place our institution on the map of success in a record period, thank you, and distinguished you to fill the earth with love and generosity.
Thank you and your efforts, even though all words of gratitude do not fulfill even a small part of your right.
Great Support From Bruce.. Thanks for Time and Support.
israeljimnez@gmail.co and
Module is fantastic
Your Module is fantastic.
is the best Module for POS many functions many features, and supper support from the developer, quick response and they always update their module, they are the best.
I just need to fix the error of your module
1. The first, I am not the new beginner Odoo, I used odoo for a long time and I bought more than 20 modules on the app store. Most of them are ok . I never complained about any vendor before. Only this module is not. It has to many system errors with odoo 14 2. The second, I asked him about the warehouse, about the printer, about iot box,... because these equipment used for his module. When I asked about Iot box, he suggested that I pay him 20.000.000 VND so that he would support me to use module for 2 months and provide me the iot boxes made by himeself without buy from odoo, he aslo said that he can give me the source of enterprise . But I don't agree . I can show all of conversation between me and him via skype 3. I just need him to fix the errors of his module so that I can use the module but he refused so I can't use the module now. He refused to confirm it's fault of his module but blamed it from odoo, due to the third party modules that i installed while I only installed 4 basic modules of odoo is: sale, purchase, inventory and accounting, his module still generates the same errors I sent in discuss section. And I know these errors are due to the incomplete migration of the module to odoo 14 version These errors are due to the incomplete migration of the module from low version to Odoo 14
1. The first, I am not the new beginner Odoo, I used odoo for a long time and I bought more than 20 modules on the app store. Most of them are ok . I never complained about any vendor before. Only this module is not. It has to many system errors with odoo 14
2. The second, I asked him about the warehouse, about the printer, about iot box,... because these equipment used for his module. When I asked about Iot box, he suggested that I pay him 20.000.000 VND so that he would support me to use module for 2 months and provide me the iot boxes made by himeself without buy from odoo, he aslo said that he can give me the source of enterprise . But I don't agree . I can show all of conversation between me and him via skype
3. I just need him to fix the errors of his module so that I can use the module but he refused so I can't use the module now. He refused to confirm it's fault of his module but blamed it from odoo, due to the third party modules that i installed while I only installed 4 basic modules of odoo is: sale, purchase, inventory and accounting, his module still generates the same errors I sent in discuss section. And I know these errors are due to the incomplete migration of the module to odoo 14 version
Re: I just need to fix the error of your module
Dear Odoo Team,
@Odoo Team
1./ First her is new Beginner Odoo and POS Odoo, her have not use Odoo before and lose many knowledge about Odoo setting and setup. Example: Kim Phung dont know how setting Accounting, Stock Operation Type for each POS Config...
- Last week ago, Kim Phung contact direct us and we have supported some days for Kim Phung. It good and her can starting POS
- Kim Phung request us many support out of Policy of App Store Policy. Example: guide her what a model of Printers, CashRegister Box , Scan barcode ....etc. And how install IOT Box. We have supported Kim Phung and guide full all her wanted. ( This is request we can reject because out of policy support, but we still and successfully supported)
- Remember : Apps Store Policy allow me not support it, We only support anything Issues and Bugs , or features not working correctly . And from our module POS Retail (Please Reading to OPL-1 License and Odoo App Store Policy https://apps.odoo.com/apps/sales-conditions) We have full control for reject support if issues not coming from our Module, but we have many supported Kim Phung last week before
- But: We have play to fair and have supported her and guide how to setting Stock Operation Type each POS at last week. And it successfully at last week ago. But current time, her come back and need me support (guide) again. And i have reject it because 2 think. 1) It not issue from module, it from guide setting of Odoo Warehouse Standard. 2) Her blamed and take a lots times
2./ We have suggested her pay for support guide all (anything) coming from odoo like Accounting Setup, How buy and Setup Devices for POS, How set up Inventory Warehouse... with price is 20,000,000 VND. Because almost Kim Phung's requested out of policy support. It reason we offer Kim Phung buy a Support Plan Package
3./ Module working correctly and have not any bugs ( We have remote to anydesk PC of KimPhung). and have many times guide step by step for her. But like option 1 explain, Kim Phung is new Odoo Beginner (her lose many knowledge). Anyway, if have bugs we always welcome to reporting and we always available fixing if have
------------------------------------
We have many released to our country with our module. Around the world we have the same support and feedback for us many comments and rate 5 star. Only Kim Phung have big problem because Kim Phung is Odoo Beginner and Kim Phung dont have times for learning Odoo the first. it root case of Issue
-----------------------------------
If you need more anything else. We can working direct Odoo Team, Odoo Team will processing and clear for you.
----------------------------------
@KimPhung: About support period times, we still keeping supporting you. But required issues and bugs coming from our module, not from 3rd module or issues about setting Odoo Original
Thanks Odoo Team and KimPhung
Best Module and best Support
POS all in one is the best Module for POS many functions many features, and supper support from the developer, quick response and they always update their module, they are the best.
Highly recommend dealing with them.
Error
install pos_retail app with odoo v14 error
Re: Error
Dear,
Today i got your email and starting support and checking to. Please contact direct me Skype, i have response message of you few hours ago
Many Thanks
hello does this all in one module have the kitchen screen? thank you
Re:
Dear,
Kitchen screen https://apps.odoo.com/apps/modules/15.0/pos_retail_restaurant/
Module included current module
Thanks
POS hanging
Hi Thane,
Getting issue with poS module, after 15 order all button has freezed on pos. Please fix this issue.
Regard's
Hasan
Error
Odoo Server Error
Traceback (most recent call last):
File "/opt/odoo14/odoo/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
result = request.dispatch()
File "/opt/odoo14/odoo/odoo/http.py", line 684, in dispatch
result = self._call_function(**self.params)
File "/opt/odoo14/odoo/odoo/http.py", line 360, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/opt/odoo14/odoo/odoo/service/model.py", line 94, in wrapper
return f(dbname, *args, **kwargs)
File "/opt/odoo14/odoo/odoo/http.py", line 348, in checked_call
result = self.endpoint(*a, **kw)
File "/opt/odoo14/odoo/odoo/http.py", line 913, in __call__
return self.method(*args, **kw)
File "/opt/odoo14/odoo/odoo/http.py", line 532, in response_wrap
response = f(*args, **kw)
File "/opt/odoo14/odoo/addons/bus/controllers/main.py", line 35, in poll
raise Exception("bus.Bus unavailable")
Exception
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/odoo14/odoo/odoo/http.py", line 640, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/odoo14/odoo/odoo/http.py", line 316, in _handle_exception
raise exception.with_traceback(None) from new_cause
Exception: bus.Bus unavailable
Unable to deployed POS_reatail module on Odoo 15 version
Hi Thanh,
Re: Unable to deployed POS_reatail module on Odoo 15 version
Dear
Re: Unable to deployed POS_reatail module on Odoo 15 version
Dear
dem
Hello, I need demo
kitchen printer cloud
Hello 2 questions
1- I have server on Google Cloud,
this module works without postbox / iOtbox for kitchen printers / bar?
2- Do not require SSH tunnel or other external connectors?
is this module will support odoo 15
Hi, I am planning to buy this module on 14 June 2021, as new version is coming in three month , odoo 15 is coming on october 2021, is you can provide any offer to update for odoo 15 version support without extra charges, because after buy tomorrow will take three month to come to use in full fledge way. Please guid eme so i can buy.
Re: is this module will support odoo 15
Dear
You need to choice one version, only 14 or 15. We have not free to upgrade version. If you need only 15, i think better than you need to waiting to OCT 2021
Many Thanks
Do your product POS has feature Expense or Petty cash?
Disappointed
not very satisfied with the support on the old versions of the module, for example for a version 12 bought in 2020, no answers after multiple relaunch. It's a shame it had started well.
Scales in Odoo Community
Is it compatible to integrate with scales? I use Odoo Community.
What would I need to complete this requirement with this module?
Re: Scales in Odoo Community
Dear
We keep support any features of Odoo POS Original (CE and EE)
If Odoo POS Original supported scales, it mean module supported too
Thanks
How can I active the lisence when I restore database
I need you to support me an issue :
I backup database everyday for safety. And when I restore the database, how can I active the lisence for module
I asked this question for a long time but I didn't receive your reply
How can I active the lisence when I restore database
Dear Nguyen Trunng Thanh
The errors that I asked you yesterday, It was done. I can manage them
I need you to support me an issue :
I backup database everyday for safety. And when I restore the database, how can I active the lisence for module
And when I click the button Active all pos, there is an error
Loyalty Program not work
I see your introduction but when I create the Loyalty Program with rule and reward. When I save , there is an error like this. And the points are not plus to customer
Please help
Can not edit pricelist
Re: Can not edit pricelist
Dear
You can pull new update from Odoo Store. We have checked and quickly fixed it
Thanks you for report
Super Module & Super SAV
POS tout-en-un est le meilleur Module pour POS, des nombreuses fonctions, un support rapide du développeur, mise à jour fréquent du module, tout simplement Top.
I am too disappointed with the module and too disappointed in the vendor support
I bought the module for odoo 14 and the module generated too many errors and I cannot use it. I contacted the module supplier and at first I thought I was lucky that he is also Vietnamese like me. However after that, unlike what he committed, 1. He blamed the module's faults on odoo's default configuration, not his own, because I don't know how to use it, that his module chooses the user, not for those who don't know anything like me 2. He suggested that I pay him 20,000,000 VND (more than the amount that I bought the module so that he would support me to use the module for 2 months and for some services support his module. I did not agree with his suggestion and when I reported to him the errors of the module, he did not support at all. 3. I include of some errors arising from the module and with these errors, I cannot use the module currently
Re: I am too disappointed with the module and too disappointed in the vendor support
Dear Odoo Team,
@Odoo Team
1./ First her is new Beginner Odoo and POS Odoo, her have not use Odoo before and lose many knowledge about Odoo setting and setup. Example: Kim Phung dont know how setting Accounting, Stock Operation Type for each POS Config...
- Last week ago, Kim Phung contact direct us and we have supported some days for Kim Phung. It good and her can starting POS
- Kim Phung request us many support out of Policy of App Store Policy. Example: guide her what a model of Printers, CashRegister Box , Scan barcode ....etc. And how install IOT Box. We have supported Kim Phung and guide full all her wanted. ( This is request we can reject because out of policy support, but we still and successfully supported)
- Remember : Apps Store Policy allow me not support it, We only support anything Issues and Bugs , or features not working correctly . And from our module POS Retail (Please Reading to OPL-1 License and Odoo App Store Policy https://apps.odoo.com/apps/sales-conditions) We have full control for reject support if issues not coming from our Module, but we have many supported Kim Phung last week before
- But: We have play to fair and have supported her and guide how to setting Stock Operation Type each POS at last week. And it successfully at last week ago. But current time, her come back and need me support (guide) again. And i have reject it because 2 think. 1) It not issue from module, it from guide setting of Odoo Warehouse Standard. 2) Her blamed and take a lots times
2./ We have suggested her pay for support guide all (anything) coming from odoo like Accounting Setup, How buy and Setup Devices for POS, How set up Inventory Warehouse... with price is 20,000,000 VND. Because almost Kim Phung's requested out of policy support. It reason we offer Kim Phung buy a Support Plan Package
3./ Module working correctly and have not any bugs ( We have remote to anydesk PC of KimPhung). and have many times guide step by step for her. But like option 1 explain, Kim Phung is new Odoo Beginner (her lose many knowledge). Anyway, if have bugs we always welcome to reporting and we always available fixing if have
------------------------------------
We have many released to our country with our module. Around the world we have the same support and feedback for us many comments and rate 5 star. Only Kim Phung have big problem because Kim Phung is Odoo Beginner and Kim Phung dont have times for learning Odoo the first. it root case of Issue
-----------------------------------
If you need more anything else. We can working direct Odoo Team, Odoo Team will processing and clear for you.
----------------------------------
@KimPhung: About support period times, we still keeping supporting you. But required issues and bugs coming from our module, not from 3rd module or issues about setting Odoo Original
Thanks Odoo Team and KimPhung
Errors
Error 1:
Some errors
Some errors
I am too disappointed with the module and too disappointed in the vendor support
I bought the module for odoo 14 and the module generated too many errors and I cannot use it. I contacted the module supplier and at first I thought I was lucky that he is also Vietnamese like me. However after that, unlike what he committed,
1. He blamed the module's faults on odoo's default configuration, not his own, because I don't know how to use it, that his module chooses the user, not for those who don't know anything like me
2. He suggested that I pay him 20,000,000 VND (more than the amount that I bought the module so that he would support me to use the module for 2 months and for some services support his module. I did not agree with his suggestion and when I reported to him the errors of the module, he did not support at all.
3. I include of some errors arising from the module and with these errors, I cannot use the module currently
Re: I am too disappointed with the module and too disappointed in the vendor support
Dear Odoo Team,
@Odoo Team
1./ First her is new Beginner Odoo and POS Odoo, her have not use Odoo before and lose many knowledge about Odoo setting and setup. Example: Kim Phung dont know how setting Accounting, Stock Operation Type for each POS Config...
- Last week ago, Kim Phung contact direct us and we have supported some days for Kim Phung. It good and her can starting POS
- Kim Phung request us many support out of Policy of App Store Policy. Example: guide her what a model of Printers, CashRegister Box , Scan barcode ....etc. And how install IOT Box. We have supported Kim Phung and guide full all her wanted. ( This is request we can reject because out of policy support, but we still and successfully supported)
- Remember : Apps Store Policy allow me not support it, We only support anything Issues and Bugs , or features not working correctly . And from our module POS Retail (Please Reading to OPL-1 License and Odoo App Store Policy https://apps.odoo.com/apps/sales-conditions) We have full control for reject support if issues not coming from our Module, but we have many supported Kim Phung last week before
- But: We have play to fair and have supported her and guide how to setting Stock Operation Type each POS at last week. And it successfully at last week ago. But current time, her come back and need me support (guide) again. And i have reject it because 2 think. 1) It not issue from module, it from guide setting of Odoo Warehouse Standard. 2) Her blamed and take a lots times
2./ We have suggested her pay for support guide all (anything) coming from odoo like Accounting Setup, How buy and Setup Devices for POS, How set up Inventory Warehouse... with price is 20,000,000 VND. Because almost Kim Phung's requested out of policy support. It reason we offer Kim Phung buy a Support Plan Package
3./ Module working correctly and have not any bugs ( We have remote to anydesk PC of KimPhung). and have many times guide step by step for her. But like option 1 explain, Kim Phung is new Odoo Beginner (her lose many knowledge). Anyway, if have bugs we always welcome to reporting and we always available fixing if have
------------------------------------
We have many released to our country with our module. Around the world we have the same support and feedback for us many comments and rate 5 star. Only Kim Phung have big problem because Kim Phung is Odoo Beginner and Kim Phung dont have times for learning Odoo the first. it root case of Issue
-----------------------------------
If you need more anything else. We can working direct Odoo Team, Odoo Team will processing and clear for you.
----------------------------------
@KimPhung: About support period times, we still keeping supporting you. But required issues and bugs coming from our module, not from 3rd module or issues about setting Odoo Original
Thanks Odoo Team and KimPhung
KNP
<a href="https://www.knightandnoblepublishers.co.uk/"> Research Publisher </a>
<a href="https://www.knightandnoblepublishers.co.uk/publication"> Academic Publisher </a>
<a href="https://www.knightandnoblepublishers.co.uk/service-and-solution"> Research Publishing Services in UK </a>
<a href="https://www.knightandnoblepublishers.co.uk/KNP-advertise"> Research Advertising </a>
<a href="https://www.knightandnoblepublishers.co.uk/KNP-review"> Best Proofreading Service </a>
<a href="https://www.knightandnoblepublishers.co.uk/KNP-edit"> Research Paper Editing Services in UK </a>
Duke and Lord
<a href ="https://www.dukeandlordpublishers.com/services"> Research Publishing Services </a>
<a href ="https://www.dukeandlordpublishers.com/"> Research publishing </a>
<a href="https://www.dukeandlordpublishers.com/about-us"> Academic Publisher </a>
<a href="https://www.dukeandlordpublishers.com/resources"> Research Paper Writing Service </a>
Wales
<a href ="https://www.walespublicationsltd.com/"> Publication Research </a>
<a href="https://www.walespublicationsltd.com/services"> Research Paper Writing Service </a>
<a href="https://www.walespublicationsltd.com/about-us"> Research Publisher </a>.
<a href="https://www.walespublicationsltd.com/wpl-advertise"> Publication Advertising </a>
<a href="https://www.walespublicationsltd.com/wpl-edit"> Research Paper Editing </a>
<a href="https://www.walespublicationsltd.com/resources"> Publication Services </a>
Paper lords
<a href="https://www.paperlords.co.uk/"> Academic Writing Services </a>
<a href="https://www.paperlords.co.uk/assignment"> Assignment Writing </a>
<a href="https://www.paperlords.co.uk/essay"> Essay Writing Service in UK </a>
<a href="https://www.paperlords.co.uk/thesis"> Thesis Writing Services </a>
https://www.knightandnoblepublishers.co.uk/
https://www.knightandnoblepublishers.co.uk/publication
https://www.knightandnoblepublishers.co.uk/service-and-solution
https://www.knightandnoblepublishers.co.uk/KNP-advertise
https://www.knightandnoblepublishers.co.uk/KNP-review
https://www.knightandnoblepublishers.co.uk/KNP-edit
https://www.dukeandlordpublishers.com/services
https://www.dukeandlordpublishers.com/
https://www.dukeandlordpublishers.com/about-us
https://www.dukeandlordpublishers.com/resources
https://www.walespublicationsltd.com/
https://www.walespublicationsltd.com/services
https://www.walespublicationsltd.com/about-us
https://www.walespublicationsltd.com/wpl-advertise
https://www.walespublicationsltd.com/wpl-edit
https://www.walespublicationsltd.com/resources
https://www.paperlords.co.uk/
https://www.paperlords.co.uk/assignment
https://www.paperlords.co.uk/essay
https://www.paperlords.co.uk/course-work
https://www.paperlords.co.uk/thesis
https://www.paperlords.co.uk/dissertation
highly recommend and great support
Previously I have tried other POS modules, it has cost a lot of money, but it doesn't meet our expectations. When using TL Technology odoo POS modules, everything I need is provided.
this is the most complete, sophisticate and, best POS module.
highly recommend.
french language
how has changed for all information in French
Re: french language
Dear
Like a Odoo Original, you can go to Setting / Translations / Export Translation / App to Export [POS All-In-One...]. And you can translate by your self
If need more support direct us, you can contact direct us skype https://join.skype.com/invite/j2NiwpI0OFND
Many Thanks
just one word, awesome
POS module is extraordinary, very complete and meets all the needs of our restaurant. Good support with a fast response, so I am not worried about the problems that arise, all problems can be resolved very quickly.
just one word, awesome
Re: just one word, awesome
Dear Hans
Thanks you so much with your comments, we will made app great again and keeping support you next times
If have any we can help, let us know
Have a Good Day