odoogap / vuestorefront

28 stars 25 forks source link

More flexible VSF integration design #11

Open oerp-odoo opened 10 months ago

oerp-odoo commented 10 months ago

Hello @dduarte-odoogap

Greetings from Versada.

We started using your VSF integration, but noticed that its not very flexible when you need to modify code without touching core (e.g. like you can do with Odoo). So currently we had to make a fork and do modifications separately which long term might not be that great.

I currently see 5 areas where it can be improved to make it more flexible, stable and easier to maintain (though this most likely would need to be new backwards incompatible version from the current one):

You can also find our current implementation in fork here (being developed for Odoo v14 now): https://github.com/versada/vuestorefront/blob/14.0-versada/vuestorefront/README.rst Also for v16: https://github.com/versada/vuestorefront/tree/16.0-versada In readme, there are some changes listed.

Let me know what do you think about such road map.

Have a great day:)

schiggi commented 6 months ago

Quick question, @oerp-odoo: Which version of the VSF middleware/approach have you used for your implementation? The SDK one or the old one?

oerp-odoo commented 6 months ago

Quick question, @oerp-odoo: Which version of the VSF middleware/approach have you used for your implementation? The SDK one or the old one?

We didn't change that one. Currently only odoo part was changed:)

dduarte-odoogap commented 6 months ago

@oerp-odoo sounds great, we will check soon