Repository
OCA/pos · module folder · Try on Runboat
Module version
1.0.0
Category
Point of Sale
Folder size
0.41 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 09:06:25
Authors
Odoo Community Association (OCA), Cetmix, Ooops
Maintainers
Odoo Community Association (OCA), Cetmix, Ooops
Committers
Maxime Franco, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds a button "Edit order lines" in main POS interface to
allow an easier UX for cashier when editing product price, qty and
discount.

On button click, a popup with order lines allows user to input a clear
value for each field, instead of having to use the default process of
selecting which field to edit, which is not very intuitive and
error-prone.

![Display Edit Order Line Popup](../static/description/pos_edit_order_line.png)

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form res.config.settings form Inherits point_of_sale.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • allow_edit_order_line Boolean
    default=True
Public methods (0)

No public methods.

New fields (1)
  • pos_allow_edit_order_line Boolean
    readonly=False related='pos_config_id.allow_edit_order_line'
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
556 days ago
Last activity
17 days ago
Repository
OCA/pos
Pull request
[17.0][MIG] pos_edit_order_line: Migration to 17.0 (#1300)
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
556 days ago
Last activity
67 days ago
Repository
OCA/pos
Pull request
[18.0][MIG] pos_edit_order_line: Migration to 18.0 (#1293)