Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
3053 Ansichten

Odoo Version: 10.0-20161123

I am requesting with the following code:

        List accountAnalyticLine = Arrays.asList((Object[]) objClient.execute("execute_kw",
                Arrays.asList(db, uid, password, "account.analytic.line", "search_read",
                        Arrays.asList(Arrays.asList(
                                )),
                        new HashMap() {{
                            put("fields", Arrays.asList("display_name", "project_id", "user_id"));
                        }}
                    )));


This lists me all the entrys with the correct display name. But the problem is when I want to view which project_id and user_id the account.analytic.line has, it returns something similiar to this:

Ljava.lang.Object;@73c6c3b2

I know that this always happens when the field is based on one2many, many2one or many2many.

How can I convert that into  real id(s)?




Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Juni 24
2097
0
Aug. 22
2777
1
Dez. 19
12139
9
Nov. 16
15267
1
März 15
18259