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

Hello,

While importing attributes , how to prevent duplicate entries when attribute already defined but i want to import attribute values in that attribute


example 

already having attribute as strength with 10 ml but again i want to import data in strength attribute as 100 ml, 200 ml, etc...


Odoo creating new entries as strength and getting 2 attribute as strengths as 

  1. strength values 10ml
  2. strength values 100 ml , 200 ml

while importing i want 100 ml  and 200 ml in 1 strength

아바타
취소
작성자 베스트 답변

Thank you I did the same and done successfully 

아바타
취소
베스트 답변

Hi,

When importing product attributes in Odoo, duplicates appear because Odoo creates a new attribute if it only sees the name again. To avoid this, reference the existing attribute’s External ID in your import file and add only the new values (e.g., 100 ml, 200 ml). Without the External ID, Odoo assumes it’s a new attribute and duplicates it.


Hope it helps



아바타
취소