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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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_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