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
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
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)
 
Thanks for answer
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
| 
            
                Product import xslx
            
            
                    تم الحل
            
         |  | 3 أغسطس 25  | 1229 | |
| 
            
                Import Products by SKU
            
            
                    تم الحل
            
         |  | 2 مارس 24  | 5330 | |
| 
            
                PRODUCT LISTS IMPORTING ISSUE
            
            
                    تم الحل
            
         |  | 1 فبراير 22  | 2573 | |
| 
            
                No import button
            
            
                    تم الحل
            
         |  | 5 نوفمبر 21  | 13163 | |
|  | 1 مارس 17  | 3386 |