Repository
OCA/pos · module folder · Try on Runboat
Module version
1.0.0
Category
Sales/Point of Sale
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 08:42:55
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, trisdoan
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds a barcode rule to be able to scan a barcode with price encoded (as the standard "Priced Product" rule), and convert the price according to a given change rate

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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 (3)

New fields (1)
  • type Selection
    ondelete={'price_change_rate': 'set default'} selection_add=[('price_change_rate', 'Priced Product with Change Rate')]
Public methods (0)

No public methods.

New fields (1)
  • change_rate_barcode Float
    string='Change rate for barcode nomenclature'
Public methods (0)

No public methods.

New fields (1)
  • change_rate_barcode Float
    readonly=False related='pos_config_id.change_rate_barcode'
Public methods (0)

No public methods.

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
97 days ago
Last activity
51 days ago
Repository
OCA/pos
Pull request
[MIG] pos_barcode_rule_priced_with_change_rate: Migration to 19.0 (#1553)