I am getting object_name,record_id in form view on click of any button in form how to remove this and give my customised name
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
4457
Visualizações
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
|
1
nov. 24
|
2334 | ||
|
|
1
set. 21
|
10110 | ||
|
|
1
jan. 24
|
17689 | ||
|
|
0
mar. 15
|
3856 | ||
|
|
1
mar. 15
|
10579 |
In Default Openerp Form view shows Table "name" column in top of view. Suppose name column not available in custom module can use _rec_name = "column_name"
Can you post your xml view ?
<record model="ir.ui.view" id="view_esale_myob_form"> <field name="name">esale.myob</field> <field name="model">esale.myob</field> <field name="type">form</field> <field name="arch" type="xml"> <form string ="MYOB" version="7.0"> <sheet string = "myob"> <group> <field name="as_on_date" required="1"/> </group> <group> <button type="object" string="Export Customer" name="export_customer_dt"/> <button type="object" string="Export Supplier" name="export_supplier_dt"/> <button type="object" string="Export Product" name="export_product_dt"/>