v 15.0 Third Party 528
Download for v 15.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Point of Sale (point_of_sale)
Sales (sale_management)
Discuss (mail)
Inventory (stock)
Invoicing (account)
Lines of code 465
Technical Name wt_create_so_from_pos
LicenseOPL-1
Websitehttp://warlocktechnologies.com
Versions 17.0 15.0 16.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Point of Sale (point_of_sale)
Sales (sale_management)
Discuss (mail)
Inventory (stock)
Invoicing (account)
Lines of code 465
Technical Name wt_create_so_from_pos
LicenseOPL-1
Websitehttp://warlocktechnologies.com
Versions 17.0 15.0 16.0
warlock-logo

Create Sales Order From POS

Community
Enterprise

Overview

The "Create Sales Order From POS" module in Odoo streamlines the integration between the Point of Sale (POS) system and the Sales Order management module. By bridging these two essential components of business operations, this module enhances efficiency and accuracy in sales processes.

Features

This module allows you to create sales order from point of sale.

This module allows you to Confirm and Cancel the sales order from point of sale screen.

You can manage sales order in point of sale which is created from point of sale screen.

Configuration

  • Go to Point of Sale -> Configuration -> Point of Sale.
  • Inside point of Sale we have added one boolean field.
  • If you want to manage sales order from point of sale screen then you have to mark this boolean field as true.
  • Once you will mark the boolean field as true you can see two new buttons in point of sale screen.
    1. Create Sales Order
    2. View Sales Order
  • If you mark Create Sales Order field as false in point of sale then the buttons are invisible in point of sale screen.
  • Once you click on Create Sales Order button it will create a sale order and show the popup message.
  • You can see the sale order is created with selected partner and products with draft state.
  • If you will try to create sale order without selecting the customer it will show the error message.
  • If you will try to create sale order without adding the product it will also show the error message.
  • By clicking on View sales Order button you can see the details of sale orders which is created from point of sale screen.
  • By clicking on sale order line you will get one popup.
  • It will ask you for whether you want to confirm the order or cancel the order .
  • The sale order "S00030" is already in confirm state and if you click on confirm sales order it will show you the message that the sale order is already in confirm state.
  • In the below image we have selected sales order "S00034" is currently in "Quotation" state.
  • Aftr Clicking on confirm sales order the state of sale order "S00034" is changed from quotation to Confirm and delivery is generated automatically.
  • In the below image we have selected sale order "S00029" which is in cancelled state.
  • And if we select cancel sales order it will show you the message that the sale order is already in cancelled state.
  • Here we have selected sale order "S00028" which is in confirm state.
  • After clicking on cancel sales order button you can see the salesorder is cancelled.
sales@warlocktechnologies.com
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, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
I have received help, after a few days, considerable!
by
grecko
on 10/25/22, 10:10 PM

Everything works great and now I return with 5 stars and one more request, a module to make payments to purchase orders, but as long as the order is confirmed it cannot be modified, for any clarification it must be done through the administration from the backend, from the point of sale it is only possible to create orders, confirm them, pay confirmed orders and invoice the products for which they were paid.

Do you have a module that performs these procedures?

I thank you in advance for the attention given and the resolution I obtained from the support of Warlock Technologies.


I need help
by
grecko
on 10/10/22, 11:11 PM

Help me:
I installed this module on my server with odoo 15 community, but it doesn't work, it installs correctly and doesn't report anything in the log, but when generating an order from the POS the following error appears:
 

'float' object has no attribute 'get'
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 687, 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 348, in checked_call
result = self.endpoint(*a, **kw)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 916, in __call__
return self.method(*args, **kw)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 535, in response_wrap
response = f(*args, **kw)
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1347, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1339, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/api.py", line 460, in call_kw
result = _call_kw_model(method, model, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/api.py", line 433, in _call_kw_model
result = method(recs, *args, **kwargs)
File "/home/aalvarez_acn/odoo/addons/wt_create_so_from_pos/models/sale_order.py", line 27, in craete_saleorder_from_pos
'product_id': current_dict.get('product'),
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 643, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 301, in _handle_exception
raise exception.with_traceback(None) from new_cause
AttributeError: 'float' object has no attribute 'get'

Three stars for the good idea but for now only three because it doesn't work, unfortunately I have had some clients who are very desperate with the presentations of the demos and now I had to apologize for not meeting the week, to present the demo.
Once the module works, we add the rest of the stars.
Thank you.


I need help
by
grecko
on 10/10/22, 11:02 PM

I installed this module on my server with odoo 15 community, but it doesn't work, it installs correctly and doesn't report anything in the log, but when generating an order from the POS the following error appears:

'float' object has no attribute 'get'
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 687, 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 348, in checked_call
result = self.endpoint(*a, **kw)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 916, in __call__
return self.method(*args, **kw)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 535, in response_wrap
response = f(*args, **kw)
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1347, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1339, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/api.py", line 460, in call_kw
result = _call_kw_model(method, model, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/api.py", line 433, in _call_kw_model
result = method(recs, *args, **kwargs)
File "/home/aalvarez_acn/odoo/addons/wt_create_so_from_pos/models/sale_order.py", line 27, in craete_saleorder_from_pos
'product_id': current_dict.get('product'),
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 643, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 301, in _handle_exception
raise exception.with_traceback(None) from new_cause
AttributeError: 'float' object has no attribute 'get'