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

Hello 
currently am working on odoo 15. in this i have two drop down on first drop down i am getting table name and on second drop down am getting those tables fields on my selection. is there any way to select multiple tables fields from the drop down without storing data to database ?

 

here are my fields

 

table_selection = fields.Selection(selection=lambda self: self._get_table_selection(), default=False,string="All DB Table Selection")
table_fields_selection = fields.Selection(selection='_compute_selection_values',string="Table Fields Selection",store=True,readonly=False)

아바타
취소