Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
Lines of code | 335 |
Technical Name |
stock_transfer_in_pos |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
Lines of code | 335 |
Technical Name |
stock_transfer_in_pos |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 18.0 |

Point of Sale Stock Transfer
Allows to Directly Transfer the Stock From the Current POS Session.

Key Highlights
Makes stock transfer from POS session.
Do all type of transfers on just one click.
Compatible with Community, Enterprise, and Odoo.sh.

Enable Stock Transfer from the POS settings
Go to PoS Settings -> Enable Stock Transfer. After enabling this, the transfer option will be visible in POS session.

Select Products and click the button
Select the products to transfer and click the button Stock Transfer, it opens a popup.

You have to choose type of transfer, source location, destination location and state

The Stock is transferred
Now the transfer is created based on the values selected in popup. When you click on the transfer number it opens the backend view.

The backend view of the transfer
-
Makes stock transfer from POS session.
-
Do all type of transfers on just one click.
Initial commit for Point of Sale Stock Transfer
Related Products
Our Services

Odoo Customization

Odoo Implementation

Odoo Support

Hire Odoo Developer

Odoo Integration

Odoo Migration

Odoo Consultancy

Odoo Implementation

Odoo Licensing Consultancy
Our Industries

Trading
Easily procure and sell your products

POS
Easy configuration and convivial experience

Education
A platform for educational management

Manufacturing
Plan, track and schedule your operations

E-commerce & Website
Mobile friendly, awe-inspiring product pages

Service Management
Keep track of services and invoice

Restaurant
Run your bar or restaurant methodically

Hotel Management
An all-inclusive hotel management application
Support
Got questions or need help? Get in touch.
Say hi to us on WhatsApp!
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThis module is not working
Expected singleton: stock.location(8, 18)
Traceback (most recent call last):
File "D:\Program Files\Odoo 17\server\odoo\http.py", line 1765, in _serve_db
return service_model.retrying(self._serve_ir_http, self.env)
File "D:\Program Files\Odoo 17\server\odoo\service\model.py", line 133, in retrying
result = func()
File "D:\Program Files\Odoo 17\server\odoo\http.py", line 1792, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "D:\Program Files\Odoo 17\server\odoo\http.py", line 1996, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
File "D:\Program Files\Odoo 17\server\odoo\addons\website\models\ir_http.py", line 235, in _dispatch
response = super()._dispatch(endpoint)
File "D:\Program Files\Odoo 17\server\odoo\addons\base\models\ir_http.py", line 222, in _dispatch
result = endpoint(**request.params)
File "D:\Program Files\Odoo 17\server\odoo\http.py", line 722, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "D:\Program Files\Odoo 17\server\odoo\addons\web\controllers\dataset.py", line 24, in call_kw
return self._call_kw(model, method, args, kwargs)
File "D:\Program Files\Odoo 17\server\odoo\addons\web\controllers\dataset.py", line 20, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "D:\Program Files\Odoo 17\server\odoo\api.py", line 464, in call_kw
result = _call_kw_model(method, model, args, kwargs)
File "D:\Program Files\Odoo 17\server\odoo\api.py", line 435, in _call_kw_model
result = method(recs, *args, **kwargs)
File "d:\program files\odoo 17\sessions\addons\17.0\stock_transfer_in_pos\models\pos_config.py", line 48, in get_stock_transfer_list
[('company_id', '=', self.env.user.company_id.id)]).lot_stock_id.id
File "D:\Program Files\Odoo 17\server\odoo\fields.py", line 5142, in __get__
raise ValueError("Expected singleton: %s" % record)
ValueError: Expected singleton: stock.location(8, 18)
There are no comments yet!