Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3625 มุมมอง

Hi,


I created a custom object 'Building' which has a many2one-field 'Analytic Account', which is linked to the standard Analytic Account object.

In the 'Building' object, I want access to all Analytic Account Lines of the Analytic Account, specified in the field mentioned above; if possible in a table or with a Smart button.

What I basically try to do is to link an object (analytic account line) to another (building) via a third object (analytic account). Any suggestions? I am a bit lost here.


Bart

อวตาร
ละทิ้ง

These customization tips will help you: https://sites.google.com/view/thinkincode/erp/odoo

คำตอบที่ดีที่สุด

Hi,
You can create a One2many field in your Building object related to the Many2one field

analytic_line_ids = fields.One2many(related='analytic_id.analytic_line_ids', string='Analytic Account Lines')

Here 'analytic_id is your many2one field in the Building object. And the 2nd ‘analytic_line_ids’ is the One2many field in ‘analytic account’ object. You can add this field in xml view definition inside a notebook.

Regards

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
พ.ค. 21
4873
On change is not triggered แก้ไขแล้ว
1
ม.ค. 21
5476
6
มิ.ย. 20
12799
1
ม.ค. 25
1878
4
พ.ค. 24
12892