Where do I store the pictures that I'm posting?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
2246
查看
Hi Denial If you are asking about saving pictures as attachments the all documents by default are stored internally in table as binary objects in the irattachment table.
If you would like to store the attachments on a filesystem you must now create a new ir.config.parameter (settings/ technical/ parameters/ system parameters)
Regards