| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/pos |
| GIT | |
| GIT | https://github.com/OCA/pos.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/pos/tree/14.0/pos_order_mgmt |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Point of Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Jose Zambudio |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/pos |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/pos: - pos_order_return odoo/odoo: - point_of_sale - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets |
assets | ir.ui.view | qweb | Inherits point_of_sale.assets |
view_pos_config_form |
pos.config | xpath | Inherits point_of_sale.pos_config_view_form |
iface_copy_done_order
Boolean
default=True
help='Allows to duplicate already done orders in the frontend'
string='Duplicate Orders'
iface_return_done_order
Boolean
default=True
help='Allows to return already done orders in the frontend'
string='Return Orders'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/pos |
| GIT | |
| GIT | https://github.com/OCA/pos.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/pos/tree/13.0/pos_order_mgmt |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Point of Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | David Alonso, OCA Transbot, oca-travis, Weblate, OCA-git-bot, javierjcf |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/pos |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - point_of_sale - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - account - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets |
assets | ir.ui.view | qweb | Inherits point_of_sale.assets |
view_pos_config_form |
pos.config | div | Inherits point_of_sale.pos_config_view_form | |
view_pos_order_form |
pos.order | field | Inherits point_of_sale.view_pos_pos_form |
iface_copy_done_order
Boolean
default=True
help='Allows to duplicate already done orders in the frontend'
string='Duplicate Orders'
iface_load_done_order_max_qty
Integer
default=10
help="Maximum number of orders to load on the PoS at its init. Set it to 0 to load none (it's still possible to load them by ticket code)."
required=True
string='Maximum Orders to load'
iface_order_mgmt
Boolean
default=True
help='Allows to manage orders in the frontend'
string='Order Management'
iface_reprint_done_order
Boolean
default=True
help='Allows to reprint already done orders in the frontend'
string='Reprint Orders'
iface_return_done_order
Boolean
default=True
help='Allows to return already done orders in the frontend'
string='Return Orders'
No public methods.
refund_order_ids
One2many → pos.order
comodel_name='pos.order'
inverse_name='returned_order_id'
readonly=True
string='Refund Orders'
refund_order_qty
Integer
compute='_compute_refund_order_qty'
string='Refund Orders Quantity'
returned_order_id
Many2one → pos.order
comodel_name='pos.order'
readonly=True
string='Returned Order'
returned_order_reference
Char
related='returned_order_id.pos_reference'
string='Reference of the returned Order'
action_view_refund_orders(self)
copy(self, default=None)
load_done_order_for_pos(self)
refund(self)
search_done_orders_for_pos(self, query, pos_session_id)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/pos |
| GIT | |
| GIT | https://github.com/OCA/pos.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/pos/tree/12.0/pos_order_mgmt |
| VERSION | |
| VERSION | 1.1.4 |
| CATEGORY | |
| CATEGORY | Point of Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, david, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Iván Todorovich, David Alonso (Solvos) |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/pos |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - point_of_sale - stock_account - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - barcodes - account - analytic - portal - http_routing - digest - web_editor |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets |
assets | ir.ui.view | qweb | Inherits point_of_sale.assets |
view_pos_config_form |
pos.config | div | Inherits point_of_sale.pos_config_view_form | |
view_pos_order_form |
pos.order | field | Inherits point_of_sale.view_pos_pos_form |
iface_copy_done_order
Boolean
default=True
help='Allows to duplicate already done orders in the frontend'
string='Duplicate Orders'
iface_load_done_order_max_qty
Integer
default=10
help="Maximum number of orders to load on the PoS at its init. Set it to 0 to load none (it's still possible to load them by ticket code)."
required=True
string='Maximum Orders to load'
iface_order_mgmt
Boolean
default=True
help='Allows to manage orders in the frontend'
string='Order Management'
iface_reprint_done_order
Boolean
default=True
help='Allows to reprint already done orders in the frontend'
string='Reprint Orders'
iface_return_done_order
Boolean
default=True
help='Allows to return already done orders in the frontend'
string='Return Orders'
No public methods.
refund_order_ids
One2many → pos.order
comodel_name='pos.order'
inverse_name='returned_order_id'
readonly=True
string='Refund Orders'
refund_order_qty
Integer
compute='_compute_refund_order_qty'
string='Refund Orders Quantity'
returned_order_id
Many2one → pos.order
comodel_name='pos.order'
readonly=True
string='Returned Order'
returned_order_reference
Char
related='returned_order_id.pos_reference'
string='Reference of the returned Order'
action_view_refund_orders(self)
copy(self, default=None)
load_done_order_for_pos(self)
refund(self)
search_done_orders_for_pos(self, query, pos_session_id)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/pos |
| GIT | |
| GIT | https://github.com/OCA/pos.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/pos/tree/11.0/pos_order_mgmt |
| VERSION | |
| VERSION | 1.0.4 |
| CATEGORY | |
| CATEGORY | Point of Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | GitHub, david, OCA Transbot, oca-travis, OCA-git-bot, David, Carlos |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/pos |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/pos: - pos_order_return odoo/odoo: - point_of_sale - stock_account - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - barcodes - web_planner - account - analytic - portal - http_routing - web_editor |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets |
assets | ir.ui.view | qweb | Inherits point_of_sale.assets |
view_pos_config_form |
pos.config.form | pos.config | xpath | Inherits point_of_sale.pos_config_view_form |
iface_load_done_order
Boolean
default=True
help='Allows to load already done orders in the frontend to operate over them, allowing reprint the tickets, return items, etc.'
string='Load Done Orders'
iface_load_done_order_max_qty
Integer
default=10
help="Maximum number of orders to load on the PoS at its init. Set it to 0 to load none (it's still posible to load them by ticket code)."
required=True
string='Max. Done Orders Quantity To Load'
No public methods.
No new fields.
Public methods (2)load_done_order_for_pos(self)
search_done_orders_for_pos(self, query, pos_session_id)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/pos |
| GIT | |
| GIT | https://github.com/OCA/pos.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/pos/tree/10.0/pos_order_mgmt |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Point of Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Roberto Fichera |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/pos |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:54 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - point_of_sale - stock_account - stock - product - base - decimal_precision - base_setup - web_kanban - web - bus - web_tour - report - procurement - barcodes - web_planner - account - analytic |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets |
assets | ir.ui.view | qweb | Inherits point_of_sale.assets |
view_pos_config_form |
pos.config | group | Inherits point_of_sale.view_pos_config_form | |
view_pos_order_form |
pos.order | field | Inherits point_of_sale.view_pos_pos_form |
iface_copy_done_order
Boolean
default=True
help='Allows to duplicate already done orders in the frontend'
string='Duplicate Orders'
iface_load_done_order_max_qty
Integer
default=10
help="Maximum number of orders to load on the PoS at its init. Set it to 0 to load none (it's still possible to load them by ticket code)."
required=True
string='Maximum Orders to load'
iface_order_mgmt
Boolean
default=True
help='Allows to manage orders in the frontend'
string='Order Management'
iface_reprint_done_order
Boolean
default=True
help='Allows to reprint already done orders in the frontend'
string='Reprint Orders'
iface_return_done_order
Boolean
default=True
help='Allows to return already done orders in the frontend'
string='Return Orders'
No public methods.
refund_order_ids
One2many → pos.order
comodel_name='pos.order'
inverse_name='returned_order_id'
readonly=True
string='Refund Orders'
refund_order_qty
Integer
compute='_compute_refund_order_qty'
string='Refund Orders Quantity'
returned_order_id
Many2one → pos.order
comodel_name='pos.order'
readonly=True
string='Returned Order'
returned_order_reference
Char
related='returned_order_id.pos_reference'
string='Reference of the returned Order'
action_view_refund_orders(self)
copy(self, default=None)
load_done_order_for_pos(self)
refund(self)
search_done_orders_for_pos(self, query, pos_session_id)