콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1767 화면

I want to pass the added data to this product table or to another one2many field in which automatically shows the data already entered in the table
 productt_ids
class DiningRoom(models.Model):

    _name = 'dining.room'
    _order = 'create_date desc'

    

  product_ids = fields.One2many('dining.room.order', 'order_id', string='Productos', required=True, copy=True, store=True)
    
아바타
취소