TIP: You can type at any time to perform a new search.
Sale Confirmation Group
sale_confirm_group · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sale
- 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-07 09:06:23
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- JoshuaJan, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows configuring a list of groups per-company who are granted permission to confirm sale orders: 1. button "Confirm" in sale views is always hidden for users not in those groups 2. if users outside those groups try to confirm a SO, an error is raised
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_res_config_settings_view_form_inherit |
res.config.settings | form | Inherits sale.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
sale_confirmation_group_idsMany2many → res.groupscolumn1='company_id'column2='group_id'relation='res_company_2_res_groups_sales_confirm_rel' args: 'res.groups' -
use_sale_confirmation_groupsBoolean
No public methods.
New fields (2)
-
sale_confirmation_group_idsMany2many → res.groupsreadonly=Falserelated='company_id.sale_confirmation_group_ids' args: 'res.groups' -
use_sale_confirmation_groupsBooleanreadonly=Falserelated='company_id.use_sale_confirmation_groups'
No public methods.
New fields (1)
-
user_can_confirmBooleancompute='_compute_user_can_confirm'compute_sudo=True
-
action_confirm(self)
Loading…