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

I want to import a list of products in odoo V8. The products need some extra information in the system for internal reference. So each product has to be assigned a range of extra numbers next to the internal reference (about six extra, e.g. tariff numbers). Some of these also have to appear on reports.

In the developer mode I already created some fields (Sales > Products > Products > Manage Views (product.template) > Create New Field)

1. Is there a more practical and leaner way to assign extra data to the products (e.g. tags)?

2. I heard that when updating I will lose the fields. So unless I have a workaround through an individually programmed module, I will have to create the fields new again after every update. Why is that?

아바타
취소
베스트 답변

Maltzahn,

The modularity approach is better always and it is advisable that you create a module for custom fields. If any field is mandatory, pass the values inside the Import-compatible file.

1. Assign extra data - Tags : These are categories you can create on the fly.

2. While updating a module, you would only lose the customised view if you edited the original view record. The additional views created, the additional fields created will not be impacted at all.

Try these in a test db and proceed.

Thanks.

아바타
취소
관련 게시물 답글 화면 활동
1
7월 21
3073
1
11월 22
2990
0
6월 21
5587
0
3월 21
2440
2
1월 20
21083