Repository
OCA/pos · module folder · Try on Runboat
Module version
Category
Point of Sale
Folder size
0.22 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-18 11:20:13
Authors
Odoo Community Association (OCA), Roberto Fichera
Maintainers
Odoo Community Association (OCA), Roberto Fichera
Committers
Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
The module adds the possibility to delete a POS Order Line from the POS
interface.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.point_of_sale 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 (2)
  • pos_line_remove_btn Boolean
    default=False string='Show Remove button on order line'
  • pos_line_remove_warning Boolean
    default=False help='If checked, a warning will be shown when removing order lines' string='Warning on removing order lines'
Public methods (0)

No public methods.

New fields (2)
  • pos_line_remove_btn Boolean
    readonly=False related='pos_config_id.pos_line_remove_btn'
  • pos_line_remove_warning Boolean
    readonly=False related='pos_config_id.pos_line_remove_warning'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
556 days ago
Last activity
15 days ago
Repository
OCA/pos
Pull request
[17.0][MIG] pos_order_remove_line: Migration to 17.0 (#1303)
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
92 days ago
Last activity
2 days ago
Repository
OCA/pos
Pull request
[19.0][MIG] pos_order_remove_line: Migration to 19.0 (#1555)