Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Jul 24, 2023
1 parent 40dfafe commit 0ea36b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Change Log

## 2.0.0
## Added
- support Documents module
- opening file from Documents module
- creating file in Document module

## 1.0.0
## Added
- edit option for DOCX, DOCXF, XLSX, PPTX
- view option for DJVU, DOC, DOCM, DOT, DOTM, DOTX, EPUB, FB2, FODT, HTML, MHT, ODT, OFORM, OTT, OXPS, PDF, RTF, TXT, XPS, XML, CSV, FODS, ODS, OTS, XLS, XLSB, XLSM, XLT, XLTM, XLTX, FODP, ODP, OTP, POT, POTM, POTX, PPS, PPSM, PPSX, PPT, PPTM
- collaboration editing
- configuration page
- Translations for DE, EN, ES, FR, IT, PT-BR, RU, ZH-CN
- Translations for DE, EN, ES, FR, IT, PT-BR, RU, ZH-CN
2 changes: 1 addition & 1 deletion onlyoffice_odoo/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'website': "https://www.onlyoffice.com",

'category': 'Productivity',
'version': '1.0.0',
'version': '2.0.0',

'depends': ['base', 'mail'],

Expand Down
2 changes: 1 addition & 1 deletion onlyoffice_odoo_documents/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'website': "https://www.onlyoffice.com",

'category': 'Productivity',
'version': '1.0.0',
'version': '2.0.1',

'depends': ['onlyoffice_odoo', 'documents'],

Expand Down

0 comments on commit 0ea36b6

Please sign in to comment.