Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.3 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-07-24 04:32:30
Authors
Odoo Community Association (OCA), ACSONE SA/NV
Maintainers
Odoo Community Association (OCA), ACSONE SA/NV
Committers
OCA-git-bot, oca-ci, Nicolas Delbovier
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Adds a config option to make the payment terms on sale orders computed based on the "invoice address" (`partner_invoice_id`) instead of the "customer" (`partner_id`).

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_setting_form_view res.config.settings form Inherits sale.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • compute_so_payment_terms_from_partner_invoice Boolean
    config_parameter='sale_order_payment_terms_from_invoice_address.compute_so_payment_terms_from_partner_invoice' help="If checked, the 'payment terms' on sale orders will be based on the payment terms of the invoice partner ('invoice address') instead of the base partner of the sale order ('customer')" string='Compute Sale Order Payment Terms from Invoice Address'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.