TIP: You can type at any time to perform a new search.
Sale Partner Address Restrict
sale_partner_address_restrict · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-18 17:42:11
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module restricts the addresses to be used in the sales order form to only addresses of the selected customer. When managing dropship delivery addresses, a delivery address needs to be created for the buyer main contact. You can then mark the checkbox 'Dropship Address' on the delivery address to prevent the buyer main contact name to be displayed as part of the delivery address name.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form.inherit.sale | res.config.settings | form | Inherits base.res_config_settings_view_form |
view_order_form |
sale.order.form (in partner_invoicing_mode) | sale.order | form | Inherits sale.view_order_form |
view_partner_form |
res.partner.form - sale_partner_address_restrict_dropshipping | res.partner | form | Inherits base.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
sale_partner_address_restrictionBooleanhelp='Check this box if you want to restrict partner addresses selection in sale orders. They should depends on the Customer filled in.'
No public methods.
New fields (1)
-
sale_partner_address_restrictionBooleanreadonly=Falserelated='company_id.sale_partner_address_restriction'
No public methods.
New fields (1)
-
is_dropship_addressBooleanstring='Dropship Address'
No public methods.
New fields (1)
-
partner_address_restriction_domainBinarycompute='_compute_partner_address_restriction_domain'help='This is the computed domain to filter delivery and invoicing addresses.'
No public methods.
Loading…
Loading…
Loading…