| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/pos |
| GIT | |
| GIT | https://github.com/OCA/pos.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/pos/tree/16.0/pos_container_deposit |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Point of Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sunflower IT, Therp B.V., Open2bizz |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sunflower IT, Therp B.V., Open2bizz |
| COMMITTERS | |
| COMMITTERS | Holger Brunn, Weblate, OCA-git-bot, Giovanni Francesco Capalbo, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/pos |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:40 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - point_of_sale - stock_account - stock - product - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (0)No public methods.
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'
No public methods.
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'
copy(self, default=None)