TIP: You can type at any time to perform a new search.
POS Container Deposit
pos_container_deposit · OCA/pos
- Repository
- OCA/pos · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Point of Sale
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/pos
- Last tracking update
- 2026-08-07 08:09:20
- Authors
- Odoo Community Association (OCA), Sunflower IT, Therp B.V., Open2bizz
- Maintainers
- Odoo Community Association (OCA), Sunflower IT, Therp B.V., Open2bizz
- Committers
- Holger Brunn, Weblate, OCA-git-bot, Giovanni Francesco Capalbo, oca-ci
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_form_view |
product.template | form | Inherits point_of_sale.product_template_form_view | |
product_template_search_view |
product.template | search | Inherits product.product_template_search_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
deposit_product_idMany2one → product.productdomain=[('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.
New fields (2)
-
deposit_product_idMany2one → product.productcompute='_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_depositBooleanhelp='Check this if this product is a container for which you charge deposit'
-
copy(self, default=None)Take care that copies include the deposit product