Is there a method in odoo Online to create an invoice from an action?
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
            
                1
                
                    Balas
                
            
        
        
            
                5700
                
                    Tampilan
                
            
        
    Hello,
I don't really know the purpose but if you want to create an empty customer invoice.
In python you can do a method like:
    def create_empty_invoice(self):
     self.env['account.move'].create({'move_type': 'out_invoice'})
Then you can add a button in form view for example calling the method
Hope it will help you
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|  | 1 Mar 23  | 2935 | ||
|  | 1 Nov 22  | 4092 | ||
| 
            
                Create invoice via xmlrpc
            
            
                    Diselesaikan
            
         |  | 1 Nov 22  | 4008 | |
|  | 1 Sep 20  | 4158 | ||
| 
            
                Outstanding credit payment on invoice - Sales
            
            
                    Diselesaikan
            
         |  | 1 Jul 20  | 5455 | 
