Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2559 Lượt xem

   I try to import 1166 sales contract, in my csv file I have these columns: 

- Name, reference, start date, partner, contract_line_ids/product_id/id

But Odoo import all except products

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You need to import the product firsts and then you can import the contracts.

An Odoo object is always related to many other objects (e.g., a product is linked to product categories, attributes, vendors, etc.). To import those relations, you need to import the records of the related object first from their own list menu.

You can do this using the name of the related record or its ID. The ID is expected when two records have the same name. In such a case, add ” / ID” at the end of the column title (e.g., for product attributes: Product Attributes / Attribute / ID).


Export and import data — Odoo 15.0 documentation

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 7 17
3396
1
thg 3 15
3434
2
thg 3 15
4502
0
thg 3 15
4045
3
thg 3 15
5303