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)
Creează-ți un cont astăzi pentru a beneficia de funcții exclusive și a interacționa cu minunata noastră comunitate!
Înscrie-te| Postări similare | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
Product import xslx
Rezolvat
|
3
aug. 25
|
2666 | ||
|
Import Products by SKU
Rezolvat
|
2
mar. 24
|
6697 | ||
|
PRODUCT LISTS IMPORTING ISSUE
Rezolvat
|
1
feb. 22
|
3830 | ||
|
No import button
Rezolvat
|
5
nov. 21
|
14833 | ||
|
1
mar. 17
|
4376 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.