Skip to Content
Menu
This question has been flagged
2 Replies
2613 Views

Hi all,


Just start to play with odoo 12 free on Windows 10, tried created some products. Now I have two questions, hope you guys could help me out.


1. I will need to attach a pdf file to each product. Some searches found that, there is a Documents' module to do so, but I really can not find it anywhere within this odoo12




2. I also would like to add some attributes of the products, such as length, width, depth, colour, material and etc. I have tried variants, but later found out variants is for multiple items for such product. May I know is it any simple way to add extra information for products, please?




Thank you very much!




Aldo    


Avatar
Discard
Best Answer

Hi,

1. Document module is part of the Odoo enterprise version, if you are using the CE you cannot find the same in your instance. If you are using the enterprise installed the module named documents(technical name). For CE you can check out this free module in the Odoo store:- MuK Documents


2. For this question, it seems that you need some extra fields in the product form to store the values like length, width, etc. EIther you can inherit the model and the new fields you needed, or you can store this value as the description. There are fields such as customer description, internal notes, you can store in it or create necessary fields. To add new fields from UI if you are using the community edition see this:- How To Add custom field from UI Without Code


Thanks

Avatar
Discard
Author Best Answer

Thank you so much! I think I will stay in CE version for now. So will need to follow your instructions. 

As far as I know, installing module under Windows. I would need to extract all files to C:\Program Files (x86)\Odoo 12.0\server\odoo\modules

then restart server. Right?

Avatar
Discard

There will be a conf file, checking it you will understand the addons path. Either you can add a new custom addons path or add to existing

Author

cheers! Will search more to learn!