Skip to Content
Menu
This question has been flagged
2 Replies
1138 Views

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! 




Avatar
Discard

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.

Best Answer

The answer to the question is : Yes, it's definately possible

Avatar
Discard
Related Posts Replies Views Activity
1
Nov 24
1092
5
May 25
5092
1
May 24
1888
1
Dec 23
1440
0
Jun 18
3095