mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 20:12:04 -06:00
[UPD] prefix versions with 8.0
This commit is contained in:
parent
c6a7d72437
commit
5ae11982d0
16
README.md
16
README.md
@ -23,14 +23,14 @@ Available addons
|
||||
----------------
|
||||
addon | version | summary
|
||||
--- | --- | ---
|
||||
[attachment_preview](attachment_preview/) | 1.1 | Preview attachments supported by Viewer.js
|
||||
[attachments_to_filesystem](attachments_to_filesystem/) | 1.0 | Move existing attachments to filesystem
|
||||
[document_choose_directory](document_choose_directory/) | 1.0 | Choose a document's directory during upload
|
||||
[document_no_unique_filenames](document_no_unique_filenames/) | 1.0 | Drop the uniquness constraint on filenames for directories
|
||||
[document_page](document_page/) | 1.0.1 | Document Page
|
||||
[document_page_approval](document_page_approval/) | 1.0 | Document Page Approval
|
||||
[document_reindex](document_reindex/) | 1.0 | Reindex your already uploaded documents
|
||||
[document_url](document_url/) | 1.0 | URL attachment
|
||||
[attachment_preview](attachment_preview/) | 8.0.1.1.0 | Preview attachments supported by Viewer.js
|
||||
[attachments_to_filesystem](attachments_to_filesystem/) | 8.0.1.0.0 | Move existing attachments to filesystem
|
||||
[document_choose_directory](document_choose_directory/) | 8.0.1.0.0 | Choose a document's directory during upload
|
||||
[document_no_unique_filenames](document_no_unique_filenames/) | 8.0.1.0.0 | Drop the uniquness constraint on filenames for directories
|
||||
[document_page](document_page/) | 8.0.1.0.1 | Document Page
|
||||
[document_page_approval](document_page_approval/) | 8.0.1.0.0 | Document Page Approval
|
||||
[document_reindex](document_reindex/) | 8.0.1.0.0 | Reindex your already uploaded documents
|
||||
[document_url](document_url/) | 8.0.1.0.0 | URL attachment
|
||||
|
||||
Unported addons
|
||||
---------------
|
||||
|
@ -20,7 +20,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
"name": "Preview attachments",
|
||||
"version": "1.1",
|
||||
"version": "8.0.1.1.0",
|
||||
"author": "Therp BV,Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"complexity": "normal",
|
||||
|
@ -20,7 +20,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
"name": "Move existing attachments to filesystem",
|
||||
"version": "1.0",
|
||||
"version": "8.0.1.0.0",
|
||||
"author": "Therp BV,Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"complexity": "normal",
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"name": "Choose document's directory",
|
||||
"summary": "Choose a document's directory during upload",
|
||||
"version": "1.0",
|
||||
"version": "8.0.1.0.0",
|
||||
"author": "Therp BV,Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"complexity": "normal",
|
||||
|
@ -20,7 +20,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
"name": "No unique filenames in directories",
|
||||
"version": "1.0",
|
||||
"version": "8.0.1.0.0",
|
||||
"author": "Therp BV",
|
||||
"license": "AGPL-3",
|
||||
"category": "Knowledge Management",
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
{
|
||||
'name': 'Document Page',
|
||||
'version': '1.0.1',
|
||||
'version': '8.0.1.0.1',
|
||||
'category': 'Knowledge Management',
|
||||
'description': """
|
||||
Pages
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
{
|
||||
'name': 'Document Page Approval',
|
||||
'version': '1.0',
|
||||
'version': '8.0.1.0.0',
|
||||
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
|
||||
"website": "http://www.savoirfairelinux.com",
|
||||
"license": "AGPL-3",
|
||||
|
@ -20,7 +20,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
"name": "Reindex documents",
|
||||
"version": "1.0",
|
||||
"version": "8.0.1.0.0",
|
||||
"author": "Therp BV, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"category": "Knowledge Management",
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
{
|
||||
'name': 'URL attachment',
|
||||
'version': '1.0',
|
||||
'version': '8.0.1.0.0',
|
||||
'category': 'Tools',
|
||||
'description': """
|
||||
Module that allows to attach an URL as a document.
|
||||
|
Loading…
Reference in New Issue
Block a user