This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
Replies: 1 comment
-
I really appreciate you creating this discussion, however I was unable to integrate it with my system. I installed the api client, added the database details and autoload.php, and then added a custom function workflow to the Accounts module through the database. After running the workflow the php script fails to create the template. Do you have any guidance on how you integrated the script, thanks again |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I've been playing https://www.odoo.com/app/sign
I found it interesting because I think it's the only free solution to get EIDAS signature system.
It's free, forever, with unlimited users as long as you only use this single application.
It may be not as solid as Docusign or Yousign but at least documents signed this way are valid electronic signatures under EU Regulation (eIDAS) and US ESIGN Act.
Use case : signing contrat online with your client
1- Install PHP client of Odoo External API client
https://github.com/Ang3/php-odoo-api-client
composer require ang3/php-odoo-api-client
Create a Yetiforce custom script, see working example below where the clients are created as contact in Yetiforce.
The script runs on a custom module where Contacts is a related module.
Beta Was this translation helpful? Give feedback.
All reactions