⚠️ This package currently depends on this Odoo Reset API, so ensure to purchase it, before start the integration
You can install the package via Composer:
composer require aabadawy/laravel-odoo-integration
You can publish the config file with:
php artisan vendor:publish --provider="Aabadawy\LaravelOdooIntegration\LaravelOdooIntegrationServiceProvider" --tag="config"
This is the contents of the published config file:
return [
'default' => [
'token' => env('ODOO_TOKEN'),
'url' => env('ODOO_URL'),
'user_id' => '1',
]
];
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.