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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
            
                1
                
                    回覆
                
            
        
        
            
                5707
                
                    瀏覽次數
                
            
        
    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
| 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|  | 1 3月 23  | 2939 | ||
|  | 1 11月 22  | 4092 | ||
|  | 1 11月 22  | 4010 | ||
|  | 1 9月 20  | 4160 | ||
|  | 1 7月 20  | 5455 | 
