Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
4 Odpovědi
10019 Zobrazení

It seems the product description field is disappeared in the product template form in Odoo 10. Is it a bug or by the design of new Odoo 10? See picture below with Product Description field disappeared.



Avatar
Zrušit
Nejlepší odpověď

You can use the page "Note", for your description

:)


Avatar
Zrušit
Nejlepší odpověď

Solve !!

1.go to any product template as debug mode

2.click on bug on right corner -> edit form view

3.add this code 

<group name="description">

     <separator string="Description for Product" colspan="4"/>

     <field name="description" colspan="4" nolabel="1" placeholder="This note will be displayed on product description" modifiers="{}"/>

    </group>


Avatar
Zrušit
Autor Nejlepší odpověď

But these descriptions in the Note tab are specifically for quotations (description_sale), vendors (description_purchase), and pickings (description_picking) .

I need to give an internal description to the product itself like you see in Odoo 8. The field name of this description field is "description". I can see this field under the setting menu (product.template) but it's not shown in the form. Anyone can help me out?

Avatar
Zrušit
Nejlepší odpověď

Check the notes tab.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
srp 17
2898
1
lis 16
5079
1
pro 17
2778
0
kvě 17
2519
4
bře 16
3892