Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Product
Folder size
0.4 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:42:48
Authors
Odoo Community Association (OCA), Camptocamp SA
Maintainers
Odoo Community Association (OCA), Camptocamp SA
Committers
David Beal, Weblate, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_pricelist_item_form_view product.pricelist.item form Inherits product.product_pricelist_item_form_view
product_template_form_view product.template form Inherits product.product_template_form_view
product_template_search_view product.template search Inherits product.product_template_search_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • name Char
    required=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • applied_on Selection
    ondelete={'2b_product_price_category': 'set default'} selection_add=[('2b_product_price_category', 'Price Category')]
  • display_applied_on Selection
    ondelete={'2b_product_price_category': 'set default'} selection_add=[('2b_product_price_category', 'Price Category')]
  • price_category_id Many2one → product.price.category
    comodel_name='product.price.category' compute='_compute_price_category' help='Specify a product price category if this rule only applies to one price category. Keep empty otherwise.' ondelete='cascade' readonly=False store=True string='Price Category'
Public methods (0)

No public methods.

New fields (1)
  • price_category_id Many2one → product.price.category
    ondelete='restrict' string='Price Category' args: 'product.price.category'
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
36 days ago
Last activity
8 days ago
Repository
OCA/sale-workflow
Pull request
[19.0][MIG]product_price_category: Migration to 19.0 (#4469)