hi , i need change the label when create a new record in my case show name_view_form/database_name,ID , please help me how to change this format in odoo 15
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- プロジェクト
- MRP
この質問にフラグが付けられました
            
                1
                
                    返信
                
            
        
        
            
                3173
                
                    ビュー
                
            
        
    Hello anthony villacis, 
If there is no 'name' field in your table then odoo will show record as table.table(id,). 
But you can use _rec_name = "field_name" to show perticular field as your record label. 
If you want to show mixture of multiple fields in your record label, you can customize label using name_get() function. 
I hope this will help you.
Thanks & Regards, 
Email: odoo@aktivsoftware.com 
Skype: kalpeshmaheshwari
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|  | 1 3月 22  | 3902 | ||
|  | 2 2月 23  | 2484 | ||
|  | 2 9月 15  | 6270 | ||
|  | 1 3月 15  | 4409 | ||
|  | 3 5月 24  | 4628 | 
