Hi All,
I have created a custom web form to capture the delivery dispatch data.
Also, created two signatures for the dispatch in charge and the accountant.
accountant div
I don't understand for account it's coming perfect.
but when I'm tried dispatch I'm getting below and it's not even submitting.
I can't understand what's wrong!
all are same except id and name in the div.
What I'm doing wrong here?
Can anyone help me to resolve the issue?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Hello Vikas,
It sounds like you're encountering an issue with implementing multiple signatures on a custom web form in Odoo. This can often be due to conflicting IDs or JavaScript issues. Here's a general approach to troubleshoot and resolve this:
Ensure each signature canvas has a unique ID.
Verify that the JavaScript handling the signature capture is correctly initialized for both signatures. Each signature pad should be instantiated separately.
Check for any JavaScript errors in the browser's console. This can provide clues if the script fails to bind to one of the signature pads.
Review the form submission code to ensure it correctly packages and sends both signatures. Sometimes, issues arise not from the signature capture but from how the data is handled upon submission.
For personalized assistance:
https://www.pragtech.co.in/contact-us-mql.html
Thank you very much😊
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Aug 25
|
1689 | ||
|
0
Jul 25
|
663 | ||
|
1
Oct 24
|
1818 | ||
|
1
Aug 23
|
6572 | ||
|
0
Jun 23
|
2132 |
Can anyone help me to resolve the issue?