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

Hello everyone, i have just started learning some basics and was wondering if anyone can explain me the read and write in this selection field_?

comm_method = fields.Selection([
('percent','Percent(%)'),
('fix','Fixed'),
('percent_and_fix','% + Fixed'),
('fix_and_percent','Fixed + %')],
string="Commission Method",
read=['odoo_marketplace.marketplace_seller_group'], write=['odoo_marketplace.marketplace_officer_group'],
copy=False
)


아바타
취소