Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
6509 Lượt xem

Hi all,

In Odoo 13 version, I saw the Export all button in the modules (Attendances, Employees...), but the Import button still invisible, after changing to the List View mode. What's wrong?

Please help!

Thank you!


Ảnh đại diện
Huỷ bỏ

It invisible by default in Odoo 13

Tác giả Câu trả lời hay nhất

Hi Saludos,

Thank you for your support,

I can understand you by using google translate.

I have followed the steps that you have instructed. But just the Create button visible in Attendances module, and the Import button still invisible in list view mode! I don't know why?


Ảnh đại diện
Huỷ bỏ

In Odoo 13, `Create` and `Import` button invisible by default.

If you want to show it up, you can edit context value of action `hr_attendance.hr_attendance_action`.

Change `{"search_default_today":1, 'create': False}` ===> `{"search_default_today":1, 'create': True}`

Câu trả lời hay nhất

Buen día.

Una disculpa por responder en español.

Es muy sencillo solucionar este punto,

1.  Activar el modo desarrollador

2. Ingresar a Ajustes / Acciones de Ventana

3. Buscar Asistencia o 

hr_attendance.hr_attendance_action  (External_id)

4. En el campo "Context" Cambiar {"search_default_today":1, 'create': False}  por {"search_default_today":1, 'create': True}


False por True


Con este cambio ya aparece el botón de importar en la versión 13.


Saludos!

san_1204_@outlook.es

Ảnh đại diện
Huỷ bỏ