nexa-merchant/odooapi

dev-main 2025-03-05 02:52 UTC

This package is auto-updated.

Last update: 2025-03-10 03:37:46 UTC


README

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 Release Latest Version on Packagist Total Downloads

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 nice.lizhi@gmail.com 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.