diff --git a/document_url_google_drive/README.rst b/document_url_google_drive/README.rst index aa0788c3cd5..bf14a3b09c9 100644 --- a/document_url_google_drive/README.rst +++ b/document_url_google_drive/README.rst @@ -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 diff --git a/document_url_google_drive/__init__.py b/document_url_google_drive/__init__.py index 9fd0534aa4c..68fa3356c6a 100644 --- a/document_url_google_drive/__init__.py +++ b/document_url_google_drive/__init__.py @@ -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 diff --git a/document_url_google_drive/__manifest__.py b/document_url_google_drive/__manifest__.py index 9bed93c3d92..194bd09d33b 100644 --- a/document_url_google_drive/__manifest__.py +++ b/document_url_google_drive/__manifest__.py @@ -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", ], }, } diff --git a/document_url_google_drive/models/__init__.py b/document_url_google_drive/models/__init__.py index bb64651b113..e85fc905827 100644 --- a/document_url_google_drive/models/__init__.py +++ b/document_url_google_drive/models/__init__.py @@ -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 diff --git a/document_url_google_drive/tests/__init__.py b/document_url_google_drive/tests/__init__.py index eecce6c0d70..297096aa47a 100644 --- a/document_url_google_drive/tests/__init__.py +++ b/document_url_google_drive/tests/__init__.py @@ -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