Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.0
Category
Hidden
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 07:47:32
Authors
Odoo Community Association (OCA), Cetmix
Maintainers
Odoo Community Association (OCA), Cetmix
Committers
Weblate, OCA-git-bot, oca-ci, geomer198
Odoo dependencies
OCA/stock-logistics-warehouse:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
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 Inherits stock_available.view_stock_configuration
HTTP endpoints (2)
Route(s)HandlerAuthTypeMethodsFlags
/my/products, /my/products/page/<int:page> PortalProduct.portal_my_products user http ALL website
/my/products/<int:product_id> PortalProduct.portal_product_page user http ALL website
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.