I want to create demo of Odoo from my website based on below details:
Web form to collect data:
- name
- company name
- Phone
2. After data submit, it will trigger function to create new odoo instance
- Create new sub-domain for the new odoo instance automatically
- Once the instance is ready, redirect user to the url of instance just build, and email login detail to user
- There will be 2 week time for a user to test, and the user is unable to log in after the expiry date
- The odoo instance and subdomain will be remove 2 week after expiry
You can set up saas, https://github.com/it-projects-llc/odoo-saas-tools
Thank you