| 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_return |
| 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, La Louve, Lambda IS |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), GRAP, La Louve, Lambda IS |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, OCA Transbot, oca-travis, Weblate, OCA-git-bot, David, dsolanki, 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 |
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 |
|---|---|---|---|---|
view_partial_return_wizard_form |
pos.partial.return.wizard | form | New | |
view_pos_order_form |
pos.order | button | Inherits point_of_sale.view_pos_pos_form | |
view_pos_order_line_form |
pos.order.line | group | Inherits point_of_sale.view_pos_order_line_form | |
view_product_template_form |
product.template | field | Inherits point_of_sale.product_template_form_view |
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'
action_pos_order_paid(self)
partial_refund(self, partial_return_wizard)
refund(self)
refund_line_ids
One2many → pos.order.line
comodel_name='pos.order.line'
inverse_name='returned_line_id'
readonly=True
string='Refund Lines'
returned_line_id
Many2one → pos.order.line
comodel_name='pos.order.line'
readonly=True
string='Returned Order'
max_returnable_qty(self, ignored_line_ids)
line_ids
One2many → pos.partial.return.wizard.line
comodel_name='pos.partial.return.wizard.line'
inverse_name='wizard_id'
string='Lines to Return'
order_id
Many2one → pos.order
comodel_name='pos.order'
string='Order to Return'
confirm(self)
default_get(self, fields)
initial_qty
Float
help='Quantity of Product initially sold'
readonly=True
string='Initial Quantity'
max_returnable_qty
Float
help='Compute maximum quantity that can be returned for this line, depending of the quantity of the line and other possible refunds.'
readonly=True
string='Returnable Quantity'
pos_order_line_id
Many2one → pos.order.line
comodel_name='pos.order.line'
readonly=True
required=True
string='Line To Return'
qty
Float
default=0.0
string='Returned Quantity'
wizard_id
Many2one → pos.partial.return.wizard
comodel_name='pos.partial.return.wizard'
string='Wizard'
No public methods.
pos_allow_negative_qty
Boolean
default=True
string='Allow Negative Quantity on PoS'
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/12.0/pos_order_return |
| 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, La Louve, Lambda IS |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), GRAP, La Louve, Lambda IS |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, david, Ivàn Todorovich, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci, Ajay Javiya, 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 |
|---|---|---|---|---|
view_partial_return_wizard_form |
pos.partial.return.wizard | form | New | |
view_pos_order_form |
pos.order | button | Inherits point_of_sale.view_pos_pos_form | |
view_pos_order_line_form |
pos.order.line | group | Inherits point_of_sale.view_pos_order_line_form | |
view_product_template_form |
product.template | field | Inherits point_of_sale.product_template_form_view |
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'
action_pos_order_paid(self)
create_picking(self)
partial_refund(self, partial_return_wizard)
refund(self)
refund_line_ids
One2many → pos.order.line
comodel_name='pos.order.line'
inverse_name='returned_line_id'
readonly=True
string='Refund Lines'
returned_line_id
Many2one → pos.order.line
comodel_name='pos.order.line'
readonly=True
string='Returned Order'
max_returnable_qty(self, ignored_line_ids)
line_ids
One2many → pos.partial.return.wizard.line
comodel_name='pos.partial.return.wizard.line'
inverse_name='wizard_id'
string='Lines to Return'
order_id
Many2one → pos.order
comodel_name='pos.order'
string='Order to Return'
confirm(self)
default_get(self, fields)
initial_qty
Float
help='Quantity of Product initially sold'
readonly=True
string='Initial Quantity'
max_returnable_qty
Float
help='Compute maximum quantity that can be returned for this line, depending of the quantity of the line and other possible refunds.'
readonly=True
string='Returnable Quantity'
pos_order_line_id
Many2one → pos.order.line
comodel_name='pos.order.line'
readonly=True
required=True
string='Line To Return'
qty
Float
default=0.0
string='Returned Quantity'
wizard_id
Many2one → pos.partial.return.wizard
comodel_name='pos.partial.return.wizard'
string='Wizard'
No public methods.
pos_allow_negative_qty
Boolean
default=True
string='Allow Negative Quantity on PoS'
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/11.0/pos_order_return |
| VERSION | |
| VERSION | 1.0.1 |
| 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, La Louve, Lambda IS |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), GRAP, La Louve, Lambda IS |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, GitHub, Kiril Vangelovski, OCA Transbot, oca-travis, OCA-git-bot, OCA Git Bot, David |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/pos |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
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 |
|---|---|---|---|---|
view_partial_return_wizard_form |
pos.partial.return.wizard | form | New | |
view_pos_order_form |
pos.order | button | Inherits point_of_sale.view_pos_pos_form | |
view_pos_order_line_form |
pos.order.line | group | Inherits point_of_sale.view_pos_order_line_form | |
view_product_template_form |
product.template | field | Inherits point_of_sale.product_template_form_view |
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'
action_pos_order_paid(self)
create_picking(self)
partial_refund(self, partial_return_wizard)
refund(self)
refund_line_ids
One2many → pos.order.line
comodel_name='pos.order.line'
inverse_name='returned_line_id'
readonly=True
string='Refund Lines'
returned_line_id
Many2one → pos.order.line
comodel_name='pos.order.line'
readonly=True
string='Returned Order'
max_returnable_qty(self, ignored_line_ids)
line_ids
One2many → pos.partial.return.wizard.line
comodel_name='pos.partial.return.wizard.line'
inverse_name='wizard_id'
string='Lines to Return'
order_id
Many2one → pos.order
comodel_name='pos.order'
string='Order to Return'
confirm(self)
default_get(self, fields)
initial_qty
Float
help='Quantity of Product initially sold'
readonly=True
string='Initial Quantity'
max_returnable_qty
Float
help='Compute maximum quantity that can be returned for this line, depending of the quantity of the line and other possible refunds.'
readonly=True
string='Returnable Quantity'
pos_order_line_id
Many2one → pos.order.line
comodel_name='pos.order.line'
readonly=True
required=True
string='Line To Return'
qty
Float
default=0.0
string='Returned Quantity'
wizard_id
Many2one → pos.partial.return.wizard
comodel_name='pos.partial.return.wizard'
string='Wizard'
No public methods.
pos_allow_negative_qty
Boolean
string='Allow Negative Quantity on PoS'
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/10.0/pos_order_return |
| VERSION | |
| VERSION | 1.0.1 |
| 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, La Louve |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), GRAP, La Louve |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, OCA Transbot, oca-travis, OCA-git-bot, David |
| 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 |
|---|---|---|---|---|
view_partial_return_wizard_form |
pos.partial.return.wizard | form | New | |
view_pos_order_form |
pos.order | button | Inherits point_of_sale.view_pos_pos_form | |
view_pos_order_line_form |
pos.order.line | group | Inherits point_of_sale.view_pos_order_line_form | |
view_product_template_form |
product.template | field | Inherits point_of_sale.product_template_form_view |
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'
action_pos_order_paid(self)
create_picking(self)
partial_refund(self, partial_return_wizard)
refund(self)
refund_line_ids
One2many → pos.order.line
comodel_name='pos.order.line'
inverse_name='returned_line_id'
readonly=True
string='Refund Lines'
returned_line_id
Many2one → pos.order.line
comodel_name='pos.order.line'
readonly=True
string='Returned Order'
max_returnable_qty(self, ignored_line_ids)
line_ids
One2many → pos.partial.return.wizard.line
comodel_name='pos.partial.return.wizard.line'
inverse_name='wizard_id'
string='Lines to Return'
order_id
Many2one → pos.order
comodel_name='pos.order'
string='Order to Return'
confirm(self)
default_get(self, fields)
initial_qty
Float
help='Quantity of Product initially sold'
readonly=True
string='Initial Quantity'
max_returnable_qty
Float
help='Compute maximum quantity that can be returned for this line, depending of the quantity of the line and other possible refunds.'
readonly=True
string='Returnable Quantity'
pos_order_line_id
Many2one → pos.order.line
comodel_name='pos.order.line'
readonly=True
required=True
string='Line To Return'
qty
Float
default=0.0
string='Returned Quantity'
wizard_id
Many2one → pos.partial.return.wizard
comodel_name='pos.partial.return.wizard'
string='Wizard'
No public methods.
pos_allow_negative_qty
Boolean
string='Allow Negative Quantity on PoS'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/pos |
| PULL REQUEST | |
| PULL REQUEST | [18.0][MIG] pos_order_return: Migration to 18.0 (#1473) |