Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.1.0
Category
Sales/Sales
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 09:06:23
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
David Vidal, Maksym Yankin, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of sales to support group by
Invoicing frequency and to allow you to choose the right orders to
invoice based on the frequency defined on the customer. On the partner,
Invoicing frequency field is propagated to its children when changed.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
sale_invoice_frequency_view_form Invoice frequency sale.invoice.frequency form New
sale_invoice_frequency_view_search Invoice frequency sale.invoice.frequency search New
sale_invoice_frequency_view_tree Invoice frequency sale.invoice.frequency list New
sale_order_tree sale.order.invoice.frequency.tree sale.order tree Inherits sale.sale_order_tree
view_order_form sale.order.invoice.frequency.form sale.order form Inherits sale.view_order_form
view_partner_property_form res.partner.property.form.invoice.frequency.inherit res.partner form Inherits account.view_partner_property_form
view_sales_order_filter sale.order.invoice.frequency.list.select sale.order list Inherits sale.view_sales_order_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • invoice_frequency_id Many2one → sale.invoice.frequency
    comodel_name='sale.invoice.frequency' help='Invoicing frequency for this customer' string='Invoicing frequency'
Public methods (0)

No public methods.

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

No public methods.

New fields (1)
  • invoice_frequency_id Many2one → sale.invoice.frequency
    comodel_name='sale.invoice.frequency' compute='_compute_invoice_frequency' help='Invoicing frequency for this order' readonly=False store=True string='Invoicing frequency'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…