A build-to-order Odoo module that governs exactly what each POS user can see and do — discounts, refunds, price overrides, cash management and session controls — enforced at the register, not just on paper. ECOSIRE scopes, builds, installs and supports it on your Odoo 17/18/19. Built to order by ECOSIRE for Odoo 17, 18, 19 — indicative price from $299.00 USD; request a quote for a scoped proposal.

A build-to-order Odoo module that governs exactly what each POS user can see and do — discounts, refunds, price overrides, cash management and session controls — enforced at the register, not just on paper. ECOSIRE scopes, builds, installs and supports it on your Odoo 17/18/19.
Keine Zahlung jetzt. Dies sendet eine Angebotsanfrage an unser Team – wir melden uns per E-Mail mit Preisen und nächsten Schritten.
Most retail and hospitality teams discover the same gap the hard way: the Point of Sale is where money actually changes hands, yet Odoo out of the box gives nearly every cashier the same power at the register. A junior staffer can apply an unlimited manual discount, reopen a validated order, override a product price, delete a line, or pull cash from the drawer — and by the time it surfaces in an end-of-day report, the shrinkage has already happened. Odoo core does ship a two-tier POS security model (point_of_sale.group_pos_user and point_of_sale.group_pos_manager), but that binary distinction runs out of road quickly: it is essentially store-wide, not per-till or per-role, and it cannot express rules like "this cashier may discount up to 10% but never issue refunds" or "only a shift supervisor may reprint a receipt or change a price."
Granular POS access groups defined via the module's security/ folder and ir.model.access.csv, extending Odoo's group_pos_user / group_pos_manager beyond the native two-tier model
Per-group maximum discount percentage enforced at the register, so a cashier cannot exceed a configured manual-discount ceiling
Refund and return gating — a 'can refund' permission that hides or disables the refund flow for unauthorized users
Line-void and order-delete restrictions preventing removal of scanned lines or validated orders without rights
Price-override control that blocks manual unit-price edits unless the user's group allows it
Cash-drawer and cash-in/cash-out operation permissions, plus optional restriction of the money-details / closing-count screen
This is a made-to-order module that ECOSIRE builds specifically for your operation to close that gap. The foundation is Odoo's own security layer used properly: we define granular access groups in the module's security/ folder, wire them through ir.model.access.csv for model-level create/read/write/unlink rights, and add ir.rule record rules so managers only see the sessions, orders and registers that belong to their own store or company. On top of that we extend the POS itself — the OWL-based front-end and the pos.order, pos.session and pos.config server models — so a permission is not just a database ACL but a real gate at the register: buttons are hidden or disabled, an action is blocked, or a manager PIN/override is required before the sale can continue.
Technically, the enforcement lives on both sides of the wire. New boolean and numeric permission fields (for example a per-group maximum discount percentage, a "can refund", "can void line", "can change price", "can open cash drawer" or "can validate session" flag) are declared with fields on the relevant models and exposed through inheriting form views in XML. The POS front-end reads these on session load and enforces them client-side for a smooth cashier experience, while a @api.constrains / server-side check on pos.order validation is the authoritative backstop so nothing can be bypassed by a crafted JSON-RPC call. Sensitive events (an override, a large discount, a manager approval) are written to a lightweight audit log model so you get an accountable trail, and can be surfaced in a QWeb report or an Odoo automated action that emails a supervisor when a threshold is crossed. Everything is packaged as a clean, upgrade-safe module with its own __manifest__.py, versioned for Odoo 17.0, 18.0 or 19.0, and works on both Community and Enterprise (POS restrictions apply the same way; we flag any Enterprise-only touchpoints during scoping).
Because this is build-to-order, delivery starts with a short scoping call to map your roles, tills and the exact operations you want gated, followed by a fixed written quote. We then build against your target Odoo version, deliver and test on a staging database with your real permission matrix (UAT), and only then install on production with a rollback plan. Typical delivery is 2–4 weeks from confirmed scope, depending on how many roles and edge cases are involved. Pricing starts from $299 (indicative, single-company base scope); multi-company or multi-store rollouts, deep custom permission matrices, and integration with existing loyalty, gift-card or manager-approval workflows increase the quoted scope.
Runs several branches on one Odoo database and needs each store's supervisors to manage only their own tills and sessions, with cashiers unable to discount, refund or void beyond set limits. Wants an audit trail to explain end-of-day variances.
Has high staff turnover and fast-moving service where price overrides and comped items are common. Needs manager-PIN approval on discounts, voids and refunds so shrinkage is controlled without slowing the line.
Cares about accountability: who approved what, how large the discount was, and whether cash-drawer access is restricted. Wants override events logged and threshold breaches emailed automatically.
Owns the Odoo instance and wants a clean, upgrade-safe module using standard security groups, ir.model.access.csv and record rules — not brittle studio hacks — with source, docs and a git handover they can maintain.
Kaufen Sie die Lizenz auf ecosire.com und laden Sie die ZIP-Datei des Simplify POS Access Management-Moduls von Ihrem Konto-Dashboard herunter.
Extrahieren Sie die ZIP-Datei in Ihren Odoo-Ordner für benutzerdefinierte Add-ons auf dem Server (oder laden Sie sie über „Apps“ > „Aus Datei installieren“ auf Odoo.sh/Runbot hoch).
Aktivieren Sie den Entwicklermodus, öffnen Sie „Apps“, klicken Sie auf „Apps-Liste aktualisieren“, suchen Sie nach „Simplify POS Access Management“ und klicken Sie auf „Installieren“.
Öffnen Sie das neue Menü, fügen Sie Ihren ECOSIRE-Lizenzschlüssel ein, verbinden Sie alle externen Anmeldeinformationen (Shopify, Amazon, Stripe usw.) und speichern Sie.
Führen Sie den integrierten Verbindungstest aus, synchronisieren Sie Ihre ersten 10 Datensätze und planen Sie den wiederkehrenden Cron. Wenden Sie sich an den Support, wenn etwas fehlschlägt.
| Kriterium | ECOSIRE | Benutzerdefinierter Build | Konkurrent | Odoo Native |
|---|---|---|---|---|
| Permission granularity | Per-role, per-till limits (discount %, refund, void, price, cash, session) tailored to you | Whatever you spec and can build in-house | Fixed set of toggles, rarely matches your exact matrix | |
| Enforcement strength | Front-end UX gating plus authoritative server-side @api.constrains backstop | Depends on your engineering rigor | Often front-end only; bypassable via RPC in weaker ones | |
| Multi-store scoping | ir.rule record rules scope managers to their own store/company | Buildable but must be designed and tested by you | Usually global, limited multi-store awareness | |
| Audit & alerts | Override/discount audit log plus threshold email via automated action | Only if you build and maintain it | Rarely included or basic | |
| Fit to your workflow | Scoped to your roles, approvals and integrations before a line is written | Full control, but you own all the design decisions | You adapt your process to the app's assumptions | |
| Ownership & maintenance | Full source, git handover, docs, upgrade-safe manifest, support window | You own everything, including the maintenance burden | Vendor-controlled; you wait for their release cycle | |
| Version coverage | Built and tested for your Odoo 17.0/18.0/19.0, Community or Enterprise | Whatever you target and validate | Version support varies; upgrades may lag | |
| Total cost & risk | Indicative from $299, fixed quote after scoping, UAT and rollback plan | Unbounded dev time and QA cost | Low sticker price, but gaps and rework risk |
No. This is a build-to-order module. ECOSIRE builds it specifically for your roles, tills and operations, then installs and supports it. There is no instant download — you request a quotation, we scope it, and we deliver a tested module for your Odoo version.
Typical delivery is 2–4 weeks from confirmed scope. The timeline depends on how many roles, stores and gated operations are involved and whether it must integrate with existing loyalty, gift-card or approval workflows. We agree the exact schedule with you at the end of the scoping call.
Pricing starts from $299 (indicative, single-company base scope). After a short scoping call we send a fixed written quote — no surprise costs. Drivers like multi-company/multi-store rollouts, deep custom permission matrices and third-party integrations increase the quoted scope.
We build for Odoo 17.0, 18.0 or 19.0, targeting the version you run. It works on both Community and Enterprise — POS access restrictions apply the same way. We flag any Enterprise-only touchpoints during scoping so there are no surprises.
Every build includes a post-go-live support window for defect fixes and configuration adjustments. Because you receive the full source and git repository, you can maintain it yourself, and we offer paid support or a version upgrade when you move to a newer Odoo release.
No. The controls are enforced on two layers. The OWL front-end hides or disables buttons for a clean cashier experience, but the authoritative check runs server-side on pos.order validation via @api.constrains, plus ir.model.access.csv and ir.rule record rules — so a crafted JSON-RPC/XML-RPC request cannot get past the gate.
Yes. That is the core of the module. Each POS user group gets its own permission set — for example a maximum discount percentage, whether it can refund, void lines, override prices, open the cash drawer or validate a session — all configurable from Settings without code changes once delivered.
A build-to-order Odoo module that governs exactly what each POS user can see and do — discounts, refunds, price overrides, cash management and session controls — enforced at the register, not just on paper. ECOSIRE scopes, builds, installs and supports it on your Odoo 17/18/19.