Skip to content

Commit

Permalink
[FIX]document_url_google_drive: delete file does not exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
DemchukM committed Nov 16, 2023
1 parent 4ad832c commit 66ba25d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion document_url_google_drive/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Google Drive URL attachment
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2a3093bb7d8d86b03824593b1efb38f39750e9278597f34f5a1f84dd90d90d0f
!! source digest: sha256:bc1c9885a57cace78e0e6ddff135bebb055736013c82083a271222b6c97a298b
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
1 change: 1 addition & 0 deletions document_url_google_drive/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2023 Cetmix OÜ
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models, wizard
1 change: 0 additions & 1 deletion document_url_google_drive/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"document_url_google_drive/static/src/js/attachment_google_picker.esm.js",
"document_url_google_drive/static/src/xml/google_picker_url.xml",
"document_url_google_drive/static/src/xml/attachment_google_picker.xml",
"document_url_google_drive/static/src/js/attachment_card.esm.js",
],
},
}
1 change: 1 addition & 0 deletions document_url_google_drive/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2023 Cetmix OÜ
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import res_users, res_config_settings
1 change: 1 addition & 0 deletions document_url_google_drive/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2023 Cetmix OÜ
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import test_document_url

0 comments on commit 66ba25d

Please sign in to comment.