Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
Product
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 08:42:54
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, bosd
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allow to fill directly from the product form the pricelist
item for the product. The type of pricelist item is always "fixed"

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
product_kanban_view product.product kanban Inherits product.product_kanban_view
product_normal_form_view product.product form Inherits product.product_normal_form_view
product_product_tree_view product.product tree Inherits product.product_product_tree_view
product_template_kanban_view product.template kanban Inherits product.product_template_kanban_view
product_template_tree_view product.template tree Inherits product.product_template_tree_view
product_template_view_form product.template form Inherits product.product_template_form_view
product_template_view_form_no_list_price product.template list Inherits product.product_template_form_view
product_variant_easy_edit_view product.product Inherits product.product_variant_easy_edit_view
res_config_settings_view_form res.config.settings form Inherits sale.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • applied_on Selection
    compute='_compute_applied_on_and_tmpl' readonly=False store=True
  • product_tmpl_id Many2one
    compute='_compute_applied_on_and_tmpl' readonly=False store=True
Public methods (0)

No public methods.

New fields (1)
  • fixed_pricelist_item_ids One2many → product.pricelist.item
    args: 'product.pricelist.item', 'product_tmpl_id', 'Fixed Pricelist Items'
Public methods (0)

No public methods.

New fields (1)
  • group_no_list_price Boolean
    help="Use fixed price and hide the native 'Sales Price' field" implied_group='product_form_pricelist.group_no_list_price' args: "Hide field 'Sales price'"
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
23 days ago
Last activity
23 days ago
Repository
OCA/product-attribute
Pull request
[19.0] [MIG] product_form_pricelist : Migration to 19.0 (#2356)