Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.1.1
Category
Purchase
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-13 11:29:18
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Ricardoalso, David Vidal, Weblate, OCA-git-bot, oca-ci, Hudson5577
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds incoterms for suppliers and purchase order:

- incoterm modes
- incoterm address

Based on Partner/Supplier It will add Incoterm address.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_order_view_form_inherit purchase.order form Inherits purchase_stock.purchase_order_view_form_inherit
view_partner_purchase_form res.partner.purchase.form.inherit res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • incoterm_address_id Many2one → res.partner
    comodel_name='res.partner' help='Address where goods responsibility is transferred to the buyer'
Public methods (1)
  • onchange_partner_id(self)
    @api.onchange('partner_id')

New fields (3)
  • purchase_incoterm_address_id Many2one → res.partner
    comodel_name='res.partner' ondelete='restrict' string='Default Purchase Incoterm Address'
  • purchase_incoterm_id Many2one → account.incoterms
    comodel_name='account.incoterms' ondelete='restrict' string='Default Purchase Incoterm'
  • purchase_incoterm_location Char
    string='Default Purchase Incoterm Location'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…