Default purchase incoterm per partner

purchase_partner_incoterm
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/19.0/purchase_partner_incoterm
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYPurchase
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Ricardoalso, Hudson5577
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
    - purchase_stock
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits purchase_stock.purchase_order_view_form_inherit
view_partner_purchase_form res.partner.purchase.form.inherit res.partner group Inherits base.view_partner_form
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' string='Incoterm Address'
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.

REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/18.0/purchase_partner_incoterm
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYPurchase
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSAaronHForgeFlow, Weblate, OCA-git-bot, oca-ci, Lukas Tran
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - purchase_stock
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits purchase_stock.purchase_order_view_form_inherit
view_partner_purchase_form res.partner.purchase.form.inherit res.partner group Inherits base.view_partner_form
Models touched (2)

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

New fields (2)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/17.0/purchase_partner_incoterm
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPurchase
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, chaule97, Manish Bohra
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - purchase_stock
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits purchase_stock.purchase_order_view_form_inherit
view_partner_purchase_form res.partner.purchase.form.inherit res.partner group Inherits base.view_partner_form
Models touched (2)

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

New fields (2)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/16.0/purchase_partner_incoterm
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPurchase
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, dsolanki
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - purchase_stock
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_order_view_form_inherit purchase.order field Inherits purchase_stock.purchase_order_view_form_inherit
view_partner_purchase_form res.partner.purchase.form.inherit res.partner group Inherits base.view_partner_form
Models touched (2)

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

New fields (2)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/15.0/purchase_partner_incoterm
VERSION
VERSION 3.0.0
CATEGORY
CATEGORYPurchase
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSDenis Leemann, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - purchase_stock
    - stock_account
    - stock
    - barcodes
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_order_view_form_inherit purchase.order field Inherits purchase_stock.purchase_order_view_form_inherit
view_partner_purchase_form res.partner.purchase.form.inherit res.partner group Inherits base.view_partner_form
Models touched (2)

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

New fields (2)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/14.0/purchase_partner_incoterm
VERSION
VERSION 3.0.0
CATEGORY
CATEGORYPurchase
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSDavid Beal, oca-travis, Weblate, OCA-git-bot, hparfr, sonhd
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - purchase_stock
    - stock_account
    - stock
    - barcodes
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_order_view_form_inherit purchase.order field Inherits purchase_stock.purchase_order_view_form_inherit
view_partner_purchase_form res.partner.purchase.form.inherit res.partner group Inherits base.view_partner_form
Models touched (2)

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

New fields (2)
  • 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'
Public methods (0)

No public methods.