Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sale Workflow
Folder size
0.35 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:31:50
Authors
Odoo Community Association (OCA), Eficent
Maintainers
Odoo Community Association (OCA), Eficent
Committers
Pedro M. Baeza, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Raf Ven
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
sale_invoice_group_method_form_view sale.invoice.group.method.form sale.invoice.group.method form New
sale_invoice_group_method_search_view sale.invoice.group.method.search sale.invoice.group.method search New
sale_invoice_group_method_tree_view sale.invoice.group.method.tree sale.invoice.group.method tree New
view_order_form sale.order.form sale.order form Inherits sale.view_order_form
view_partner_form_inherit res.partner.invoice.group.method.form res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • name_get(self)
    @api.multi

New fields (1)
  • invoice_group_method_id Many2one → sale.invoice.group.method
    comodel_name='sale.invoice.group.method' string='Default Invoice Group Method'
Public methods (0)

No public methods.

New fields (2)
  • criteria_fields_ids Many2many → ir.model.fields
    comodel_name='ir.model.fields' domain="[('model', '=', 'sale.order')]" string='Criteria fields'
  • name Char
    required=True string='Invoice Group'
Public methods (0)

No public methods.

New fields (1)
  • invoice_group_method_id Many2one → sale.invoice.group.method
    comodel_name='sale.invoice.group.method' string='Invoice Group Method'
Public methods (1)
  • onchange_partner_id(self)
    @api.multi@api.onchange('partner_id')

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
91 days ago
Last activity
51 days ago
Repository
OCA/sale-workflow
Pull request
[MIG] sale_invoice_group_method: Migration to 14.0 (#4352)