Product Profile Example

product_profile_example
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/10.0/product_profile_example
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYproduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSGitHub, OCA Transbot, David Beal, oca-travis, Mourad, MonsieurB
WEBSITE
WEBSITEhttp://www.akretion.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_profile
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_planner
    - procurement
    - purchase
    - stock_account
    - stock
    - barcodes
    - point_of_sale
    - mrp
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (6)
  • available_in_pos Boolean
  • profile_default_categ_id Many2one → product.category
    string='Default category' args: 'product.category'
  • profile_default_route_ids Many2many → stock.location.route
    domain="[('product_selectable', '=', True)]" help='Depending on the modules installed, this will allow you to define the route of the product: whether it will be bought, manufactured, MTO/MTS,...' string='Routes' args: 'stock.location.route'
  • purchase_ok Boolean
    string='Can be Purchased'
  • sale_ok Boolean
    help='Specify if the product can be selected in a sales order line.' string='Can be Sold'
  • type Selection
    selection_add=[('product', 'Stockable Product')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/8.0/product_profile_example
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYproduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSOCA Transbot, David Beal, oca-travis
WEBSITE
WEBSITEhttp://www.akretion.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_profile
odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - purchase
    - stock_account
    - stock
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - account
    - analytic
    - edi
    - email_template
    - point_of_sale
    - sale_stock
    - sale
    - sales_team
    - account_voucher
    - mrp
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
See Product Profile module

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (6)
  • available_in_pos Boolean
  • product_manager Many2one → res.users
    string='Product Manager' args: 'res.users'
  • profile_default_categ_id Many2one → product.category
    string='Default category' args: 'product.category'
  • profile_default_route_ids Many2many → stock.location.route
    domain="[('product_selectable', '=', True)]" help='Depending on the modules installed, this will allow you to define the route of the product: whether it will be bought, manufactured, MTO/MTS,...' string='Routes' args: 'stock.location.route'
  • purchase_ok Boolean
    string='Can be Purchased'
  • sale_ok Boolean
    help='Specify if the product can be selected in a sales order line.' string='Can be Sold'
Public methods (0)

No public methods.