Hello Everyone:
I am writing a server action for Invoice Generation from stock.picking model (from Delivery Orders) to account.invoice.Anyone can help me plz how to code this?
Thank u.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello Everyone:
I am writing a server action for Invoice Generation from stock.picking model (from Delivery Orders) to account.invoice.Anyone can help me plz how to code this?
Thank u.
Hi muhammad,
you can create invoice from delivery order by creating a function. Inside that function you need pass values and invoice_line values. you can refer action_invoice_create and prepare_invoice function inside sale.py in odoo addons, you can use this method to create invoice.
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
Server Action in Odoo: http://learnopenerp.blogspot.com/2020/01/odoo-server-action.html