An open API service indexing awesome lists of open source software.

https://github.com/nexamerchant/odooapi

NexaMerchant Odoo Connection
https://github.com/nexamerchant/odooapi

odoo xml

Last synced: 27 days ago
JSON representation

NexaMerchant Odoo Connection

Awesome Lists containing this project

README

        

# NexaMerchant/OdooApi

OdooApi is a Laravel package that provides an easy way to connect to Odoo API. When you install this package, you will be able to connect to Odoo API and perform CURD operations on Odoo models. and use Webhook to sync data between Odoo and laravel.

[![Build Status](https://github.com/NexaMerchant/OdooApi/workflows/Laravel/badge.svg)](https://github.com/NexaMerchant/OdooApi)
[![Release](https://img.shields.io/github/release/NexaMerchant/OdooApi.svg?style=flat-square)](https://github.com/NexaMerchant/OdooApi/releases)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/Nexa-Merchant/OdooApi.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/OdooApi)
[![Total Downloads](https://img.shields.io/packagist/dt/Nexa-Merchant/OdooApi.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/OdooApi)

# How to Install

```
composer require nexa-merchant/odooapi
```

# How to Uninstall

```
composer remove nexa-merchant/odooapi
```

# How to Update

```
composer update nexa-merchant/odooapi
```

# Api Documentation

```
http://127.0.0.1/odooapi/admin/documentation
```

# How to Publish

```
php artisan vendor:publish --provider="NexaMerchant\OdooApi\Providers\OdooApiServiceProvider"
```

# How to Support

If you need support, please contact us at [email protected] or open an issue on GitHub.

# How to Contribute

If you want to contribute to this package, please open a pull request on GitHub.

# How to Report a Bug

If you find a bug, please open an issue on GitHub.

# How to Request a Feature

If you have an idea for a new feature, please open an issue on GitHub.