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
- Host: GitHub
- URL: https://github.com/nexamerchant/odooapi
- Owner: NexaMerchant
- License: mit
- Created: 2024-12-31T04:45:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-04-18T09:53:40.000Z (about 1 month ago)
- Last Synced: 2025-04-18T18:37:19.931Z (about 1 month ago)
- Topics: odoo, xml
- Language: PHP
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
[](https://github.com/NexaMerchant/OdooApi)
[](https://github.com/NexaMerchant/OdooApi/releases)
[](https://packagist.org/packages/Nexa-Merchant/OdooApi)
[](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.