nexa-merchant / odooapi
OdooApi Apps
dev-main
2025-03-05 02:52 UTC
Requires
- laravel/framework: ~6.0||~7.0||~8.0||~9.0||~10.0||~11.0
- phpxmlrpc/phpxmlrpc: ^4.0
Requires (Dev)
- laravel/framework: ~6.0||~7.0||~8.0||~9.0||~10.0||~11.0
- phpunit/phpcov: >=6.0
- phpunit/phpunit: >=8.0
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.
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.