Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.1.0
Category
Purchases
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 09:06:27
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, Ruchir Shukla, OCA-git-bot, oca-ci, Carlos Garcia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to add multiple tags to purchase orders

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
purchase_order_form purchase.order.form purchase.order form Inherits purchase.purchase_order_form
purchase_order_kpis_tree purchase.order.tree purchase.order tree Inherits purchase.purchase_order_kpis_tree
purchase_order_view_tree purchase.order.tree purchase.order tree Inherits purchase.purchase_order_view_tree
purchase_tag_view_form purchase.tag.view.form purchase.tag form New
purchase_tag_view_tree purchase.tag.view.tree purchase.tag list New
view_purchase_order_filter purchase.order.search purchase.order search Inherits purchase.view_purchase_order_filter
view_purchase_order_kanban purchase.order.kanban purchase.order kanban Inherits purchase.view_purchase_order_kanban
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • tag_ids Many2many → purchase.tag
    column1='purchase_order_id' column2='tag_id' comodel_name='purchase.tag' relation='purchase_order_tag_rel' string='Tags'
Public methods (0)

No public methods.

New fields (5)
  • child_ids One2many → purchase.tag
    args: 'purchase.tag', 'parent_id'
  • color Integer
    default=<expr>
  • name Char
    required=True translate=True args: 'Tag Name'
  • parent_id Many2one → purchase.tag
    index=True ondelete='cascade' args: 'purchase.tag'
  • parent_path Char
    index=True
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…