Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.1
Category
product
Folder size
0.12 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.akretion.com/
Last tracking update
2026-08-07 07:17:47
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
GitHub, David Beal, OCA Transbot, oca-travis, Mourad, MonsieurB
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints 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.

Loading…