one2many related field does not manage button action

Bug #1189339 reported by Давид
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
New
Undecided
Unassigned

Bug Description

Hello,

I have model A(view A) and Model B(view B)

Now in my model A, I have one2many model B.

Model B: fields, name(char), data(binary field), one2many(model C)

now from view A, I have one2many(Model B)

When I click on [add an item] it opens model b' view

With field name, data(binary field) and their is one button, on clock of it I import 'data' field's data to one2many field with modelC.

But due to record not saved, I can't add data in model C.

Also on button click It do not save record(one2many field(model B))

I receive traceback:
    res = self._obj.execute(query, params)
DataError: invalid input syntax for integer: "one2many_v_id_724"

Note: one2many field in form view does not work properly with button.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.