TIP: You can type at any time to perform a new search.
PoS Hide Cost and Margin
pos_hide_cost_price_and_margin · OCA/pos
- Repository
- OCA/pos · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Point Of Sale
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/pos
- Last tracking update
- 2026-08-07 08:23:00
- Authors
- Odoo Community Association (OCA), CampToCamp
- Maintainers
- Odoo Community Association (OCA), CampToCamp
- Committers
- Weblate, OCA-git-bot, oca-ci, tris
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
By default since odoo v16.0, Margin/Cost is hidden for PoS/User. But you also want it hidden for PoS/Manager, in some contexts. Installing this module will hide it for every user
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings | form | Inherits point_of_sale.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
is_margins_costs_accessible_to_adminBooleandefault=Falsestring='Margins & Costs (Admin)' -
is_margins_costs_accessible_to_every_userBooleancompute='_compute_is_margins_costs_accessible_to_every_user'readonly=Falsestore=True
No public methods.
New fields (1)
-
pos_is_margins_costs_accessible_to_adminBooleanreadonly=Falserelated='pos_config_id.is_margins_costs_accessible_to_admin'
No public methods.
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 581 days ago
- Last activity
- 20 days ago
- Repository
- OCA/pos
- Pull request
- [18.0][MIG] pos_hide_cost_price_and_margin: Migration to 18.0 (#1286)