Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Product - Print Categories
Entity: product.print.category
Description: Print Category for Product
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| active | Boolean | - | ||
| company_id | Company | Many-to-One | res.company | |
| field_ids | Fields related to printing | Many-to-Many | ir.model.fields | |
| name | Char | - | ||
| product_ids | One-to-Many | product.product | ||
| product_qty | Products | Integer | - | _compute_product_qty |
| product_to_print_ids | One-to-Many | product.product | _compute_to_print | |
| product_to_print_qty | Products To Print | Integer | - | _compute_to_print |
| qweb_view_id | Qweb View | Many-to-One | ir.ui.view |
