Point of Sale - New barcode rule for priced product with change rate

pos_barcode_rule_priced_with_change_rate
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/18.0/pos_barcode_rule_priced_with_change_rate
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales/Point of Sale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, trisdoan
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 setting Inherits point_of_sale.res_config_settings_view_form
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
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/pos
PULL REQUEST
PULL REQUEST[MIG] pos_barcode_rule_priced_with_change_rate: Migration to 19.0 (#1553)