POS Container Deposit

pos_container_deposit
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/16.0/pos_container_deposit
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYPoint of Sale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sunflower IT, Therp B.V., Open2bizz
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sunflower IT, Therp B.V., Open2bizz
COMMITTERS
COMMITTERSHolger Brunn, Weblate, OCA-git-bot, Giovanni Francesco Capalbo, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_template_form_view product.template group Inherits point_of_sale.product_template_form_view
product_template_search_view product.template separator Inherits product.product_template_search_view
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • deposit_product_id Many2one → product.product
    domain=[('is_deposit', '!=', False)] help='If this product is packaged in a container for which you charge deposit, add a product here that stands for the deposit' args: 'product.product', 'Deposit'
Public methods (0)

No public methods.

New fields (2)
  • deposit_product_id Many2one → product.product
    compute='_compute_deposit_product_id' domain=[('is_deposit', '!=', False)] help='If this product is packaged in a container for which you charge deposit, add a product here that stands for the deposit' inverse='_inverse_deposit_product_id' search='_search_deposit_product_id' args: 'product.product', 'Deposit product'
  • is_deposit Boolean
    help='Check this if this product is a container for which you charge deposit'
Public methods (1)
  • copy(self, default=None)
    Take care that copies include the deposit product