Repository
OCA/partner-contact · module folder · Try on Runboat
Module version
1.0.1
Category
Sales
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/partner-contact
Last tracking update
2026-08-07 09:06:26
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, JasminSForgeFlow, ilo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
A new field is introduced to specify the shipping policy for each
partner. In sales orders, the shipping policy will be set to the
delivery address contact shipping policy. If the field is empty, it
falls back to the shipping policy set in the main contact. If neither
the delivery address nor the customer contact has a shipping policy set,
it will be set with the configured default value.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form_picking_policy res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • picking_policy Selection
    help="Shipping policy to use in this partner's sales orders. If you deliverall products at once, the delivery order will be scheduled based on thegreatest product lead time. Otherwise, it will be based on the shortest." selection='_get_picking_policy_selection' string='Shipping Policy'
Public methods (0)

No public methods.

New fields (1)
  • picking_policy Selection
    compute='_compute_picking_policy' readonly=False store=True
Public methods (0)

No public methods.

Loading…

Loading…

Loading…