I am working a project where entire application is developed using Laravel 5.5 (postgres). Now, our client came up with a requirement for having ERP and they opted to use ODOO 11 with very minimal customizations.
So , my concern is with database schema of odoo (like res.users conflicts with users table of laravel) and other basic integrations as such.
Being new to ODOO I don't know how much is the possibility of Laravel-Odoo integration.
I want to know is there any possible ways to integrate laravel and odoo database as one and do customization ?? And is there anyone out there who tried this already can help me with this ????
Thanks in advance