Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse Management
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-13 17:32:48
Authors
Camptocamp, Odoo Community Association (OCA), BCIM
Maintainers
Camptocamp, Odoo Community Association (OCA), BCIM
Committers
OCA-git-bot, oca-ci, prayag
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Allow to choose by default a warehouse on SO based on a Partner
parameter.

If the warehouse parameter is completed, then this value would be the
default one on the sale. If empty, then the warehouse on sale would be
the standard default warehouse.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit res.config.settings form Inherits sale.res_config_settings_view_form
view_partner_form_inherit res.partner.form.inherit 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_warehouse_by_partner_shipping Boolean
Public methods (0)

No public methods.

New fields (1)
  • sale_warehouse_by_partner_shipping Boolean
    readonly=False related='company_id.sale_warehouse_by_partner_shipping'
Public methods (0)

No public methods.

New fields (1)
  • sale_warehouse_id Many2one → stock.warehouse
    company_dependent=True string='Sale Warehouse' args: 'stock.warehouse'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…