Point of Sale Cash Rounding

pos_cash_rounding
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/pos_cash_rounding
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales/Point Of Sale
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Nicolas Martinelli, Pierre Masereel, Xavier-Do, Andrea Grazioso (agr-odoo), Anh Thao Pham (pta), IEL, roen-odoo, rhe-odoo
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - account
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
assets assets ir.ui.view qweb Inherits point_of_sale.assets
pos_config_view_form_inherit_cash_rounding pos.config.form.inherit.cash_rounding pos.config xpath Inherits point_of_sale.pos_config_view_form
pos_order_view_form_inherit_cash_rounding pos.order.form.inherit.cash_rounding pos.order xpath Inherits point_of_sale.view_pos_pos_form
pos_rounding_form_view_inherited pos.cash.rounding.form.inherited account.cash.rounding xpath Inherits account.rounding_form_view
res_config_view_form_inherit_pos_cash_rounding res.config.form.inherit.pos.cash_rounding res.config.settings xpath Inherits point_of_sale.res_config_settings_view_form
Models touched (4)

New fields (1)
  • loss_account_id Many2one → account.account
    string='Loss Account' args: 'account.account'
Public methods (0)

No public methods.

New fields (3)
  • cash_rounding Boolean
    string='Cash Rounding'
  • only_round_cash_method Boolean
    string='Only apply rounding on cash'
  • rounding_method Many2one → account.cash.rounding
    domain=[('strategy', '=', 'add_invoice_line')] string='Cash rounding' args: 'account.cash.rounding'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/12.0/pos_cash_rounding
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales/Point Of Sale
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Nicolas Martinelli, Pierre Masereel, Xavier-Do, IEL
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - 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

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
assets assets ir.ui.view qweb Inherits point_of_sale.assets
pos_config_view_form_inherit_cash_rounding pos.config.form.inherit.cash_rounding pos.config xpath Inherits point_of_sale.pos_config_view_form
pos_order_view_form_inherit_cash_rounding pos.order.form.inherit.cash_rounding pos.order xpath Inherits point_of_sale.view_pos_pos_form
pos_rounding_form_view_inherited pos.cash.rounding.form.inherited account.cash.rounding xpath Inherits account.rounding_form_view
res_config_view_form_inherit_pos_cash_rounding res.config.form.inherit.pos.cash_rounding res.config.settings xpath Inherits point_of_sale.res_config_settings_view_form
Models touched (4)

New fields (1)
  • loss_account_id Many2one → account.account
    string='Loss Account' args: 'account.account'
Public methods (0)

No public methods.

New fields (3)
  • cash_rounding Boolean
    string='Cash Rounding'
  • only_round_cash_method Boolean
    string='Only apply rounding on cash'
  • rounding_method Many2one → account.cash.rounding
    domain=[('strategy', '=', 'add_invoice_line')] string='Cash rounding' args: 'account.cash.rounding'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • test_paid(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/pos_cash_rounding
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales/Point Of Sale
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSPierre Masereel
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - 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

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
assets assets ir.ui.view qweb Inherits point_of_sale.assets
pos_config_view_form_inherit_cash_rounding pos.config.form.inherit.cash_rounding pos.config xpath Inherits point_of_sale.pos_config_view_form
pos_order_view_form_inherit_cash_rounding pos.order.form.inherit.cash_rounding pos.order xpath Inherits point_of_sale.view_pos_pos_form
pos_rounding_form_view_inherited pos.cash.rounding.form.inherited account.cash.rounding xpath Inherits account.rounding_form_view
Models touched (4)

New fields (1)
  • loss_account_id Many2one → account.account
    string='Loss Account' args: 'account.account'
Public methods (0)

No public methods.

New fields (3)
  • cash_rounding Boolean
    string='Cash Rounding'
  • only_round_cash_method Boolean
    string='Only apply rounding on cash'
  • rounding_method Many2one → account.cash.rounding
    domain=[('strategy', '=', 'add_invoice_line')] string='Cash rounding' args: 'account.cash.rounding'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • test_paid(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.