Stock Available In Portal

stock_available_portal
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_available_portal
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Cetmix
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Cetmix
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, geomer198
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - stock_available
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
portal_my_home_menu_product Portal layout : product menu entries ir.ui.view qweb Inherits portal.portal_breadcrumbs
portal_my_home_product My Products ir.ui.view qweb Inherits portal.portal_my_home
portal_my_product My Product ir.ui.view qweb New
portal_my_products My Products ir.ui.view qweb New
view_stock_configuration res.config.settings.stock.available.portal res.config.settings xpath Inherits stock_available.view_stock_configuration
Models touched (2)

New fields (0)

No new fields.

Public methods (3)
  • check_product_portal_access(self)
    @api.model
    Check access to portal products for user
  • get_config_domain(self, key)
    @api.model
    Get domain using config key
  • get_portal_products(self, filter_domain, **kwargs)
    @api.model
    Get portal products

New fields (2)
  • portal_visible_products_domain Char
    config_parameter='stock_available_portal.portal_visible_products_domain' help='Domain which defines which products can be visible on portal. By default all products.' string='Portal Visible Products'
  • portal_visible_users Char
    config_parameter='stock_available_portal.portal_visible_users' help='Domain which defines which users can see products. By default all users.' string='Visible to Users'
Public methods (0)

No public methods.