i have a little store on Cs-Cart, and i'm moving to Odoo, testing the import from product
s it give me this error http://prntscr.com/e9mk3h
i have a little store on Cs-Cart, and i'm moving to Odoo, testing the import from product
s it give me this error http://prntscr.com/e9mk3h
Hello,
As explain in the error message, product_template has a field categ_id which on is required !
categ_id = fields.Many2one(
'product.category', 'Internal Category',
change_default=True, default=_get_default_category_id, domain="[('type','=','normal')]",
required=True, help="Select category for the current product")
When you start with a fresh database, you have "product.product_category_all" as valid xml_id ....
That's the default value when you create a product via the UI. (_get_default_category_id)
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
Product import xslx
해결 완료
|
3
8월 25
|
2854 | ||
|
Import Products by SKU
해결 완료
|
2
3월 24
|
6883 | ||
|
1
2월 22
|
3996 | |||
|
No import button
해결 완료
|
5
11월 21
|
14991 | ||
|
1
3월 17
|
4504 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.