TIP: You can type at any time to perform a new search.
Partner Location Auto Create
partner_location_auto_create · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 0.1
- Category
- Warehouse
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 07:17:44
- Authors
- Savoir-faire Linux, Odoo Community Association (OCA)
- Maintainers
- Savoir-faire Linux, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza, Denis Roussel, Stéphane Bidoul (ACSONE)
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_company_form |
Company Form Default Stock Locations | res.company | form | Inherits procurement.mrp_company |
view_location_form |
stock.location.form | stock.location | form | Inherits stock.view_location_form |
view_partner_form |
Partner Form Locations | res.partner | form | Inherits stock.view_partner_property_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
default_customer_locationMany2one → stock.locationdefault=<expr> args: 'stock.location', 'Default Customer Location' -
default_supplier_locationMany2one → stock.locationdefault=<expr> args: 'stock.location', 'Default Supplier Location'
-
get_default_location(self, usage)@api.multiReturn the company's default location related to a usage type
New fields (2)
-
location_idsOne2many → stock.locationstring='Locations' args: 'stock.location', 'partner_id' -
locations_countIntegercompute='_compute_locations_count'store=False
-
button_locations(self)@api.multi -
create(self, vals)@api.modelThe first time a partner is created, a main customer and / or supplier location is created for this partner -
get_main_location(self, usage)@api.multi -
write(self, vals)@api.multi
New fields (1)
-
main_partner_locationBooleanhelp="The root location for a partner's location for a specific type." args: 'Main Partner Location'
No public methods.
Loading…
Loading…