mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-27 10:58:41 -06:00
Odoo Document & Knowledge Management
![]() In v12, if you browse to a record that has an URL attachment, you'll get an error because its `filename` will be `False` and that will make [this line][1] fail.
To avoid that problem:
1. A migration script ensures URL attachments always have a filename.
2. From now on, created URL attachments with this module will also have a filename.
3. The filename used is the name.
[1]:
|
||
---|---|---|
document_page | ||
document_page_approval | ||
document_page_project | ||
document_url | ||
knowledge | ||
setup | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md |