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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
            
                1
                
                    Responder
                
            
        
        
            
                5692
                
                    Vistas
                
            
        
    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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|  | 1 mar 23  | 2932 | ||
|  | 1 nov 22  | 4090 | ||
| 
            
                Create invoice via xmlrpc
            
            
                    Resuelto
            
         |  | 1 nov 22  | 4007 | |
|  | 1 sept 20  | 4154 | ||
|  | 1 jul 20  | 5455 | 
