Hi, I want to create/register invoice payment by coding on clicking by custom module button not from the "Register Payment" button on Invoice form view or from list view.How can it done by coding?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
3439
Views
Hello,
You can achieve this by calling the function for validate in register payment and passing the required arguments in action for your created button.
example for calling function of another model self.env['sale.order'].function_name()
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 | |
---|---|---|---|---|
|
6
Feb 24
|
10820 | ||
|
2
Dec 24
|
3378 | ||
|
1
Sep 24
|
234 | ||
|
2
Aug 24
|
358 | ||
|
3
Jul 24
|
2393 |