Skip to content

Commit ab67d11

Browse files
committed
[UPD] addons table in README.md
1 parent 6bb5fe0 commit ab67d11

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,31 @@ storage
1717

1818
[//]: # (addons)
1919

20-
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
20+
Unported addons
21+
---------------
22+
addon | version | maintainers | summary
23+
--- | --- | --- | ---
24+
[fs_attachment](fs_attachment/) | 18.0.2.1.0 (unported) | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Store attachments on external object store
25+
[fs_attachment_s3](fs_attachment_s3/) | 18.0.1.1.0 (unported) | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Store attachments into S3 complient filesystem
26+
[fs_file](fs_file/) | 18.0.1.0.0 (unported) | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Field to store files into filesystem storages
27+
[fs_folder](fs_folder/) | 18.0.1.0.0 (unported) | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | A module to link to Odoo records and manage from record forms forlders from external file systems
28+
[fs_folder_demo](fs_folder_demo/) | 18.0.1.0.0 (unported) | | Demo for fs_folder addon
29+
[fs_folder_ms_drive](fs_folder_ms_drive/) | 18.0.1.0.0 (unported) | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Display and manage your files from Microsoft drives from within Odoo
30+
[fs_image](fs_image/) | 18.0.1.0.0 (unported) | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Field to store images into filesystem storages
31+
[fs_storage](fs_storage/) | 18.0.2.0.1 (unported) | | Implement the concept of Storage with amazon S3, sftp...
32+
[fs_storage_ms_drive](fs_storage_ms_drive/) | 18.0.1.0.0 (unported) | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Add the microsoft drives (OneDrive, Sharepoint) as a storage backend
33+
[image_tag](image_tag/) | 18.0.1.0.0 (unported) | | Image tag model
34+
[microsoft_drive_account](microsoft_drive_account/) | 18.0.1.0.0 (unported) | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Link user with Microsoft
35+
[storage_backend](storage_backend/) | 18.0.1.0.0 (unported) | | Implement the concept of Storage with amazon S3, sftp...
36+
[storage_backend_ftp](storage_backend_ftp/) | 18.0.1.0.0 (unported) | | Implement FTP Storage
37+
[storage_backend_s3](storage_backend_s3/) | 18.0.1.1.0 (unported) | | Implement amazon S3 Storage
38+
[storage_backend_sftp](storage_backend_sftp/) | 18.0.1.0.0 (unported) | | Implement SFTP Storage
39+
[storage_file](storage_file/) | 18.0.1.0.0 (unported) | | Storage file in storage backend
40+
[storage_image](storage_image/) | 18.0.1.0.0 (unported) | | Store image and resized image in a storage backend
41+
[storage_image_product](storage_image_product/) | 18.0.1.0.0 (unported) | | Link images to products and categories
42+
[storage_media](storage_media/) | 18.0.1.1.0 (unported) | | Give the posibility to store media data in Odoo
43+
[storage_media_product](storage_media_product/) | 18.0.1.0.0 (unported) | | Link media to products and categories
44+
[storage_thumbnail](storage_thumbnail/) | 18.0.1.0.0 (unported) | | Abstract module that add the possibility to have thumbnail
2145

2246
[//]: # (end addons)
2347

0 commit comments

Comments
 (0)