$ 411.78
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Invoicing (account) • Point of Sale (point_of_sale) • Discuss (mail) |
| Lines of code | 1057 |
| Technical Name |
odoie_pixelpoint |
| License | OPL-1 |
| Website | https://www.odoie.com |
| Versions | 15.0 16.0 17.0 18.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Invoicing (account) • Point of Sale (point_of_sale) • Discuss (mail) |
| Lines of code | 1057 |
| Technical Name |
odoie_pixelpoint |
| License | OPL-1 |
| Website | https://www.odoie.com |
| Versions | 15.0 16.0 17.0 18.0 |
PixelPoint POS — Restaurant Connector for Odoo
Pull stores, categories, products, payment methods and orders from PixelPoint POS into Odoo POS — with tax-aware reconciliation and a seamless session close.
For restaurant operators on PAR PixelPoint POS (in market since 1992). Data bridged through the Codeplus middleware.
odoie_pixelpoint
Data-flow at a glance
Each entity is fetched in the order it depends on the previous one. Missing master data is auto-discovered on demand.
What you get
Full master-data sync
Stores, sale types, payment methods, POS categories and products imported with idempotent upserts (same external ID → same record).
Historic order pull
Pull invoices for any date range. Sessions are opened per (store, day), backdated when needed, and closed cleanly.
Tax engine, not hardcoded
Per-line tax computed through Odoo's account.tax.compute_all — handles price-included / price-excluded / cascading taxes correctly.
Rounding-safe totals
Any 1-cent drift between PixelPoint's FinalTotal and Odoo's computed total is posted via a dedicated rounding product so the JE always balances.
Seamless session close
Uses Odoo's official close_session_from_ui flow and back-dates the journal entry through the ORM — no raw SQL on account_move.
Full audit log
Every pull writes a pixelpoint.pull.log row with timestamp, operation, status, counters and the captured error message.
No secrets in source
API URL and token are configured per res.company through the Settings UI — never committed to the module.
Multi-company
Each company has its own credentials and integration toggle; the cron iterates only over enabled companies.
Retries & timeouts
Built-in exponential-backoff retry on transient HTTP failures and clean error normalisation through PixelPointApiError.
Get running in 4 steps
Install
Install the module on the company that owns the PixelPoint POS integration.
Configure
In Settings → POS → PixelPoint POS Integration, enable the toggle, paste the token, optionally set URL and default sale tax.
Pull master data
Open Point of Sale → PixelPoint POS → Manual Import, pick "All master data", click Run.
Activate crons
Enable the three shipped crons (refresh master data, pull orders, auto-close sessions) at the cadence that suits your business.
Tested for Odoo 18.0
Same technical name across every supported Odoo version — install with confidence on your branch.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module