Hi all,
We sell primarily to B2B clients, however, we do sell B2C as well. We would like to automate our process further,
When a new B2B client signs up on the website the only available fields are email, name & password.
this means we have to manually add in the VAT (Tax ID), company name, ...
I would like our sign-up form to look like this:
Radiobutten -> Personal or Business
if personal, the form can stay as it is
if business, it should look like:
TAX ID
Company name
Adress
Name of the person
email
phone number
If possible also a check on tax id, this could mean it can autofil the adres & other avalaible info. like odoo supports in the Contacts app.
Is this possible?
Thanks in advance!
Odoo Signup Process:
Step 1: Sign up to obtain a login. You only need a username and password.
Step 2: After signing in with your newly created login, you can edit your information. This form includes fields for the company name and VAT.
Adding More Fields:
If you want to add more fields to the signup forms or the my/account form, simply editing the XML is not enough. Additional custom modules will be required. This is because Python code is necessary to process the additional fields for the signup or account form. The design ensures security, preventing arbitrary data from being posted to the backend.