Repository
OCA/pos · module folder · Try on Runboat
Module version
2.0.2
Category
Point of Sale
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 07:31:55
Authors
Camptocamp, Akretion, ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
Camptocamp, Akretion, ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Ivàn Todorovich, Sébastien BEAU, Vincent Van Rossem, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
storage_image_category_pos
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
assets assets ir.ui.view qweb Inherits point_of_sale.assets
product_category_form_view product.category form Inherits product.product_category_form_view
product_category_list_view product.category list Inherits product.product_category_list_view
product_template_form_view hide.pos_categ_id.product.template.form product.template form Inherits point_of_sale.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • module_uninstall(self)

New fields (3)
  • available_in_pos Boolean
    default=True help='Check if you want this category to appear in Point Of Sale.\nIf you uncheck, children categories will becomes invisible too, whatever their checkbox state.' string='Available in the Point of Sale'
  • image Binary
    help='Show Image Category in Form View'
  • image_medium Binary
    compute='_compute_image' help='Show image category button in POS' inverse='_set_image' store=True
Public methods (0)

No public methods.

New fields (1)
  • pos_categ_id Many2one → product.category
    related='categ_id' search='_search_pos_categ_id' store=False args: 'product.category'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi

Loading…

Loading…