Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales Management
Folder size
0.06 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), Opener B.V.
Maintainers
Odoo Community Association (OCA), Opener B.V.
Committers
AaronHForgeFlow, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds a field on the Sales & Purchases tab of the partner
form where you can register the default incoterms for new sales orders
for this customer.

A different incoterm can be set per contact within the same company.

When the partner is selected on a new quotation, the incoterm is
retrieved from the partner record.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_stock_sale_order_form_inherit sale.stock.sale.order.form.inherit sale.order form Inherits sale_stock.view_order_form_inherit_sale_stock
view_partner_property_form Add default sales incoterm to partner form res.partner form Inherits stock.view_partner_stock_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • sale_incoterm_address_id Many2one → res.partner
    comodel_name='res.partner' string='Default Sale Incoterm Address'
  • sale_incoterm_id Many2one → account.incoterms
    comodel_name='account.incoterms' help='The default incoterm for new sales orders for this customer.' string='Default Sales Incoterm'
Public methods (0)

No public methods.

New fields (1)
  • incoterm_address_id Many2one → res.partner
    comodel_name='res.partner' string='Incoterm Address'
Public methods (1)
  • onchange_partner_id_set_incoterm(self)
    @api.onchange('partner_id')

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…