Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.2
Category
Sales Management
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:31:49
Authors
Akretion, Odoo Community Association (OCA), Agile Business Group
Maintainers
Akretion, Odoo Community Association (OCA), Agile Business Group
Committers
Denis Roussel, Donatas, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Ignacio Ales
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
mrp_production_form_view mrp.production form Inherits mrp.mrp_production_form_view
view_mrp_production_filter mrp.production Inherits mrp.view_mrp_production_filter
view_order_form sale.order.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • sale_order_id Many2one → sale.order
    comodel_name='sale.order' string='Source Sale Order'
Public methods (1)
  • create(self, values)
    @api.model

New fields (2)
  • production_count Integer
    compute='_compute_production_count' store=True
  • production_ids One2many → mrp.production
    args: 'mrp.production', 'sale_order_id'
Public methods (1)
  • action_view_production(self)
    @api.multi

Loading…

Loading…