I have one2many of model A to B. class A: the_bs: fields.one2many("B") From A form view I click on one of the B items and B form view is shown with a pop up ...
確定! 回上一頁