Hello,
I've read the actions and modules' documentation but it is not clear to me how if I need to create a Module or an Action for my use case. (I think i can solve it with just a couple of Actions but Im also not sure how can I create sole Action's from files on the server)
I want to create a couple of Actions to interact with an external third-party API, the actions would be:
- Window action to let the User login into the external site and grant permissions. This will need to store the refresh token from the external API
- another Window Action so the user can update Products' data on third-party site with the data from Odoo.
It is not clear to me if i can solve this only with Actions, or would I need to create a Module for this? Can you point me to some documentation or helpm me clarify?
Thanks