| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 1453 |
| Technical Name |
petro_integration |
| License | OPL-1 |
| Website | https://www.3bdalla3adil.github.io |
| Versions | 17.0 18.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 1453 |
| Technical Name |
petro_integration |
| License | OPL-1 |
| Website | https://www.3bdalla3adil.github.io |
| Versions | 17.0 18.0 |
Petro Integration API â Odoo v17, v18 and v19
Seamlessly sync your Petro station data into Odoo 18 via the CashIn Petro Integration API
Module Features
Sales Transactions List â sync all fuel sales transactions.
Tank Measurement List â track real-time tank levels.
Shifts List â manage and review all station shifts.
End Of Shift Report â detailed shift closing reports.
Automatic scheduled sync via Odoo Cron Jobs.
Duplicate prevention using external_id constraints.
Arabic & English bilingual interface support.
Secure API authentication via client-id & client-secret headers.
Visit Petro Integration API
Step 1 â Install the Module
Go to Apps, search for "Petro Integration", and click Install
Step 2 â Enter API Credentials
Go to Settings â Petro Integration tab and fill in your API URL, Client ID, and Client Secret
Step 3 â Test Connection
Click the "Test Connection" button to verify your credentials are working correctly
Step 4 â Sync Data
Click "Sync Now" or let the scheduled cron jobs automatically pull data from the API
Sales Transactions
View all synced fuel sales transactions from the Petro Integration menu
Tank Measurements
Monitor real-time tank levels and historical measurement records
Shifts & End Of Shift Reports
Review all station shifts and their detailed End Of Shift closing reports
API Endpoints Reference
Base URL: https://petrointegrationapi.cashin.sa
| Endpoint | Method | Auth Headers | Description |
|---|---|---|---|
/api/SalesTransactions |
GET | client-id, client-secret |
Retrieve all fuel sales transactions |
/api/TankMeasurements |
GET | client-id, client-secret |
Retrieve tank level measurements |
/api/Shifts |
GET | client-id, client-secret |
Retrieve list of station shifts |
/api/EndOfShiftReport |
GET | client-id, client-secret |
Retrieve end-of-shift closing report |
All endpoints require client-id and client-secret request headers for authentication.
Thank you For Your Time
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