Repository
OCA/e-commerce · module folder · Try on Runboat
Module version
1.1.0
Category
Website
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/e-commerce
Last tracking update
2026-08-07 09:06:25
Authors
Odoo Community Association (OCA), Agile Business Group
Maintainers
Odoo Community Association (OCA), Agile Business Group
Committers
Maksym Yankin, Weblate, OCA-git-bot, oca-ci, ferran-S73
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
Description
This module allows
[sale_order_type](https://github.com/OCA/sale-workflow/tree/19.0/sale_order_type)
to work with websitesale.

This module is useful for users having a sale order type defined in
their Partner form: when these users buy a product in the e-commerce,
the sale order generated will have the same sale order type that is
defined in their Partner form.

You can also define a sale order type on a website from the e-commerce
settings. When set, this website sale order type takes precedence over
the contact sale order type for orders created from that website.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings form Inherits website_sale.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • sale_type_id Many2one
    check_company=True help='If set, this sale order type is used for all orders created from this website and takes precedence over the partner sale order type.' readonly=False related='website_id.sale_type_id'
Public methods (0)

No public methods.

New fields (1)
  • sale_type_id Many2one → sale.order.type
    check_company=True comodel_name='sale.order.type' help='If set, this sale order type is used for all orders created from this website and takes precedence over the partner sale order type.'
Public methods (1)
  • get_pricelist_available(self, show_visible=False)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…