Google Drive Odoo Integration v.10
The tool to automatically synchronize Odoo attachments with Google Drive files in both ways
Synchronization is bilateral. All Odoo attachments are put in Google Drive regularly. Google Drive files create attachments in Odoo in case they are placed in a correct folder. Look at the sections From Odoo to Google Drive and From Google Drive to Odoo
Integration is automatic in both ways. Based on scheduled jobs, Odoo send attachments to Google Drive and retrieve files from there
Any Odoo document might be synced: customers, opportunities, sale or purchase orders, tasks or issues, employees or users, etc. You decide by your own which records should be in Google Drive, and which should be left in Odoo
Synchronization works both for individual drives and team drives (Google Suite business and enterprise tariffs). In the latter case the root folder Odoo is place within a chosen team drive, in the first case - within a current user drive
All synced files are easily accessible though clicking on an attachment. Odoo automatically redirects you to a file previewer. Among others it might be Google Documents and Google Spreadsheets. Besides, you might open a whole document folder by clicking on 'Open folder' on the attachment widget
All sync activities might be logged. Control over files and folders creations, moves, name changes and removals. Just turn on the option 'Log sync activities' and access history through the button 'Sync logs'
The tool is compatible with Odoo reporting and mailing apps. If such an app faces a synced file, it retrieves a real content from Google Drive. In particular, the reports 'always reload' feature and messages & mass mailing attachments work properly
Integration is based on a single user endpoint. It means that you should login in Google Drive only once. Afterwards for integrations Odoo would use that credentials disregarding an actual Odoo user. Make sure, however, that real Odoo users have an access to Google Drive to open URLs linked to their attachments
- Prepare and keep updated folders' structure in Google Drive
- Upload new attachments to a correct folder
Odoo creates a convenient directory structure in Google Drive: Odoo / Document type name / Document name / Files, where:
- Odoo is a central directory for Odoo Sync in your Drive.
- Document type is a synced Odoo model, for example, 'Sale orders', 'Opportunities', 'Customers'
- You select document types by yourself. It might be any document type
- Moreover, you might have a few folders for a single document type. Use Odoo domains to have not global 'Partners, but 'Customers' and 'Suppliers', not just 'Sale orders' but 'Commercial offers', 'To deliver', and 'Done orders'
- With each sync Odoo would try to update document types' folders. Add a new document type at any moment. It will appear in Google Drive with a next sync
- You are welcome to introduce or change document types folder names at any moment in Odoo. Take into account: renaming in Google Drive will be recovered to Odoo names
- If you remove a model from integration, it will not be deleted from Google Drive to keep already synced files safe. However, new documents of this type would not be synced
- In case you removed a directory in Google Drive, but it is still configured in Odoo, with a next sync a folder structure is going to be recovered (not files, surely).
- Document is an exact object to sync. For instance, 'Agrolait' or 'SO019'
- Documents are synced in case they relate to a synced document type and satisfy its filters. For example, you are not obliged to sync all partners, you may integrate only 'Customers' and 'Vendors' or only 'Companies', not 'Contacts'
- Odoo would generate a folder in Google Drive for each suitable document even for documents without attachments. It is needed for a backward sync to easily add new files
- Google Drive folder name equals a real document name. It relies upon Odoo name_get method. Thus, Odoo 'Michael Fletcher' (a contact of 'Agrolait') would be Google Drive 'Agrolait, Michael Fletcher'
- If an exact document changes its document type (e.g. a quotation is now confirmed), Odoo will automatically relocate its related folder to a proper parent directory (in the example: from 'Commercial offers' to 'To deliver')
- In case a document relates to a few types (for instance, you have 'Vendors' and 'Customers', while Agrolait is both), this document folder would be put into the most prioritized document type. A document type priority is higher as closer to the top in Odoo interfaces it is
- If an Odoo document is removed, the next sync will remove a corresponding Google Drive directory
- In case you remove a directory in Google Drive, but it still exists in Odoo, Google Drive folder structure would be recovered (while files would be unlinked in both Odoo and Google Drive)
- Folders renaming in Google Drive will be replaced with Odoo names, Odoo document names are more important
- Files are real files taken from Odoo attachments
The resulted path would be, for example, 'Odoo / Quotations / SO019 / commercial offer.png'.
The only exclusion of the rule are stand alone attachments which do not relate to any Odoo documents (their document type is 'ir.attachment'). Such attachments' path is 'Odoo / Stand Alone Attachments / image.png'.
The very first sync might take quite a long, since a lot of folders should be created. Afterwards, it would be much faster. However, it is not recommended to make sync too frequent: once an hour seems quite good for large files.
FilesWith each direct sync, Odoo tries to find not yet synced attachments. If such attachments suit any document type to sync, a file will be uploaded to Google Drive to a proper folder. In Odoo such attachments will become of 'url' type. It means that a file is not any more kept in Odoo server space, but now it is in Google Drive. Until sync is done, Odoo attachment remains binary and stores an actual file. Such approach helps Odoo to work faster.
Clicking on such attachment leads you to a file previewer / editor in Google Drive. Depending on your Google Drive configurations it might be Google Documents, Google Spreadsheets, PDF previewer, etc. Anyway changes to file contents in Google Drive are available in Odoo at the same moment.
If you unlinked an attachment from Odoo, it would be deleted in Google Drive as well.
Take into account that file names should be managed in Google Drive: each backward sync would recover Google Drive names, Odoo is here less important.
- If a new file is added to a proper document folder (e.g. to 'Odoo / Customers / Agrolait'), the same attachment will be added to Odoo document (in the example - to 'Agrolait')
- In document folders you can put not only files but also child folders. In that case a link for this folder (not its content) is kept in attachments
- In case you rename a file in Google Drive, it will be renamed in Odoo as well
- Files' removal from Google Drive leads to related Odoo attachments' removal
- If you move a file to another document folder, in Odoo a related attachment would be re-attached to this new document. Take into account: if you move a file for a not document folder, in Odoo attachment will be deleted as it has been removed from Google Drive
- If you deleted a document type or a document folder, their child files are deleted as well. Thus, Odoo would remove related attachments. The folders, however, will be recovered with a next direct sync. Folders' move to another directory is also considered as a removal. Avoid such situations by following the simple rule: folders are managed mostly by Odoo, files - mostly by Google Drive.
Backward Google Drive sync might take quite much time, since each folder should be checked (the more folders, the more time the backward sync requires). It is recommended to make frequency oftener than once an hour or two hours.
- Take into account that files or folders deleted in Google Drive are really deleted only when you clean trash. Otherwise, such files still exist and would be reflected in Odoo
- Try to avoid the following symbols in folders' and files' names: *, ?, ", ', :, <, >, |, +, %, !, @, \, /,. Direct sync will replace such symbols with '-'. It is done to avoid conflicts with file systems.
Login and Google Drive Credentials
- Go to the Google Developer Console via the url https://console.developers.google.com
- Select or create a project
- Find the section 'Dashboard' and press 'ENABLE APIS AND SERVICES'
- Find Google Drive API and push the button to enable its API
- Go to 'Credentials' and press the button 'Configure Consent Screen'. As the User Type select 'External' and push 'Create'
- Add app information
- As an app name select any suitable
- As a user support email and developer contact information select your email address
- Press 'Save and Continue'
- On the 'Scopes' page just press 'Save and Continue'
- As Test Users add your GMail email address, then press 'Save and Continue'
- Then, go to Credentials and push the button 'Create Credentials'
- 'Web application' as the application type
- As the authorized redirect URI add the link in a format [YOURODOOSITENAME]/google_drive_token (e.g. https://odootools.com/google_drive_token).
- Save the app and copy 'Client ID' and 'Client Secret'
- Go to the Odoo Google Drive Settings
- Copy 'Client ID' to the 'App Client ID'
- Copy 'Client Secret' into the field 'App Secret Key'
- Insert previously generated redirect url
- If you use team drives, check the related box. Make sure you really use team drives. In you Google Drive you should find the item 'Team Drives' in the left sidebar. This feature is available only for business and enterprise tariffs
- If the option 'Team Drive' is enabled, introduce its name. It should be absolutely the same as you see it in your Google Drive. Make sure that your user has full rights for this team drive
- Press 'Save'
- Press 'Login and Confirm'. Odoo redirects you to Google login page. Check in, agree with all conditions, and grant permissions asked
- After login, Google redirects you back to Odoo. Google Drive - Odoo synchronization is ready to be done.
Scheduled jobs
- Turn on debug mode
- Go to technical settings > Automation > Scheduled jobs
- Find the jobs 'Synchronize attachments with cloud' and 'Update attachments from cloud'
الأسئلة الشائعة حول Google Drive Odoo Integration Odoo v.10
هل تُشارَك مجلدات Google Drive المُنشأة تلقائياً بين مستخدمي Odoo؟
The app itself does not regulate access rights on the Google Drive side. It should be done manually there. Thus, Odoo would create target folders in Google Drive, which by default are not shared, while you can change permissions to any of the folders. For example, to grant full rights for the 'Odoo' directory or to a specific 'Odoo > Sale Orders' or 'Odoo > Sale Orders > SO-001'.
The app works on a single user endpoint principle. So, all sync operations are done under the same Google Drive user (according to the Google API app you have configured).
حذفت ملفاً في Google Drive لكنه ما زال في Odoo
لحذف الملف بالكامل، أفرغ سلة المحذوفات في Google Drive أيضاً.
وتذكّر أن الملف قد يبقى في Odoo لأن المزامنة العكسية لم تعالج المرفق بعد. هذه عملية مجدولة وتحتاج وقتاً.
هل يحاسبني Google بناءً على طلبات API؟
تستخدم الوحدة API المجاني فقط، لذلك لن يحاسبك Google.
هل يمكنني تغيير معدل تكرار مهام المزامنة؟
Yes, you can. To this end:
Turn on debug mode
Go to technical settings > Automation > Scheduled jobs
Find the jobs 'Synchronize attachments with cloud' and 'Update attachments from cloud'.
Take into account that you should not make them too frequent. It is preferable this job is finished until a new one is started. Thus, the configuration should depend on how many items you to sync you have. Usually, the frequency is set up between 15 minutes to 4 hours.
Make also sure that you have set up enough time limits in your Odoo configuration file. Thus, LIMIT_TIME_CPU and LIMIT_TIME_REAL parameters should be equal or bigger than planned cron job time. Starting from the version 13 consider also the parameter LIMIT_TIME_REAL_CRON.
An import notice for Odoo.sh clients: the maximum time for cron job might be set up as 15 minutes only.
هل يمكنني ضبط بنية مختلفة للمجلدات المتزامنة غير التي تفترضها المزامنة؟
لا، هذه الميزة متاحة فقط من الإصدار 15. قبل ذلك يعمل الوحدة ببنية مجلدات محددة مسبقاً:
Odoo - المجلد الجذر للمزامنة
النماذج - مجلد لكل نوع مستند Odoo. مثلاً «Projects» و«Partners». حسب النطاق قد تكون هناك مجلدات أدق: «Customer 1 Projects» و«Projects of the Customer 2» و«Internal Projects» وغيرها.
الكائنات - مجلد لكل مستند، مثلاً «Project 1» أو «Customer 1»
الملفات والمجلدات المرتبطة بهذا المستند والمراد مزامنتها.
قد ينتج مثلاً:
Odoo / Projects / Project 1 / ملفات ومجلدات المشروع 1
Odoo / Customer 1 Projects / Project 1؛ Odoo / Customer 2 Projects / Project 3، ...
Odoo / Customers / Customer 1 / ملفات ومجلدات العميل 1
البنية مسطحة دائماً: هذه المستويات فقط. لا تُخلط أنواع مستندات مختلفة في نفس الفرع. داخل «Customer 1» لا تُحفَظ معاً أوامر البيع والفواتير والمشاريع. لكل نوع مجلد أو أكثر. وإلا فلن يمكن إجراء المزامنة العكسية لانعدام المعيار.
هل يجب إعداد صلاحيات مستخدمين محددة في Odoo؟
لا، تعتمد الأداة على نقطة نهاية مستخدم واحدة. تعني أن كل عمليات المزامنة تتم تحت مسؤول سحابة واحد (تطبيق). لا تُؤتمت صلاحيات المجلدات / الملفات المنشأة. أدِرها في حل التخزين السحابي لديك.
أين تُخزَّن الملفات المتزامنة؟ هل تُنسَخ في Odoo وفي السحابات؟
يفترض التطبيق أن المحتوى الثنائي للمرفقات يُحفَظ في Cloud Client وليس على خادم Odoo. فتصبح هذه المرفقات في Odoo من نوع URL ويمكن الوصول إليها في أي وقت من صندوق المرفقات أو من Cloud Client.
بعد الإعداد لا حاجة لإجراءات يدوية: المزامنة تلقائية بالكامل. حدّد أنواع مستندات Odoo المطلوب مزامنتها واضبط نموذجاً مرتبطاً لكل منها (العملاء، أوامر البيع أو الشراء، المهام، المشاريع، وغيرها).
هل يمكنني إنشاء عدة مجلدات لنفس نوع المستند؟ مثلاً المشاريع الداخلية ومشاريع العملاء؟
نعم، يمكنك ذلك. جهّز قاعدة لكل حالة ثم طبّق عوامل التصفية: مثلاً حسب نوع المشروع.
اجعل عوامل التصفية متنافية حتى يُسنَد المستند بوضوح. مثلاً: «عميل وليس مورّداً»، «مورّد وليس عميلاً». وإلا فستنتقل مجلد المستند من نموذج إلى آخر.
هل أحتاج فقط إلى تطبيق Cloud Storage Solution؟
لا، الأداة نواة تقنية فقط. تحتاج أيضاً إلى موصل عميل السحابة لديك.
هل الأمر مقبول إذا كان لدي كائنات كثيرة للمزامنة، مثلاً 10000؟
نعم، وإن كان العملية قد تبطؤ عند كثرة المجلدات/المرفقات. ومع ذلك أبلغ عملاؤنا عن بيئات فيها >10 آلاف شريك و~5 آلاف متغير منتج، وكانت العمليات مقبولة.
نقاط للتأكيد:
- المزامنة مصممة بحيث يُزامَن أي عنصر ولا يُفقَد، وإن لم تكن سريعة. تضمن ذلك طوابير FIFO وتثبيت كل مهمة.
- يمكن تقييد عدد الكائنات منطقياً. إعداد النماذج يتيح استبعاد العناصر القديمة (مثلاً لا معنى لمزامنة الشركاء المؤرشفين أو الطلبات من سنتين).
هل يمكن جعل المزامنة فورية؟
لا. لدينا أسباب قوية لتجنب المزامنة الفورية:
الأداء. إذا كانت المزامنة فورية، فكل رفع ملف يُظهر شاشة التحميل.
التعارضات. إذا غيّر مستخدمان عنصراً في الوقت نفسه، قد يتعذر الحل. مع المهام المنتظمة يمكن الإصلاح لاحقاً؛ أما فورياً فسنحتاج طابوراً، وهذا أكثر إرباكاً.
الوظائف. خاصة إعادة التسمية وإعادة الهيكلة. تعتمد المزامنة العكسية على منطق المجلدات وتفحص 100% من العناصر في كل مزامنة. إن تم ذلك بعد كل تحديث فستكون آلاف الطلبات في الثانية. وإلا فستضيع التغييرات.
هل يمكنني مزامنة المرفقات مع عدة عملاء سحابة
No, this feature becomes available only from version 15.
نستخدم محرراً خاصاً في سحاباتنا (مثل OnlyOffice وOffice 365 وغيرها). هل تُفتَح الملفات في ذلك المحرر؟
نعم، بحسب إعداد عميل السحابة لديك.
ما سياسة تحديث ادواتكم؟
وفق سياسات Odoo Apps Store الحالية:
- كل وحدة مشتراة للإصدار 12.0 وما قبله تمنح الوصول إلى كل الإصدارات حتى 12.0.
- بدءا من الإصدار 13.0 تُشترى كل نسخة من الوحدة على حدة.
- بغض النظر عن الإصدار، الشراء يعطي حق كل التحديثات والإصلاحات ضمن الإصدار الرئيسي.
فريق faOtools لا يتحكم بهذه السياسات. للأسئلة تواصلوا مباشرة مع ممثلي Odoo Apps Store.
كيف اثبّت التطبيق على Odoo.sh؟
ابسط طريقة هي مسار متجر Odoo المدمج:
1. افتح صفحة الوحدة واضغط Deploy on odoo.sh
2. ستُنقل إلى GitHub. سجّل الدخول ثم Create a new repo أو استخدم مستودعا قائما. يجب أن يكون المستودع خاصا. لا يُسمح بنشر التطبيقات بترخيص OPL-1. أنشئ مستودعا جديدا لمشروع Odoo.sh عند الحاجة
3. ثم في odoo.sh اضغط Deploy وأكّد ثم Continue. يبدأ التثبيت.
هذه الخطوات تثبّت التطبيق على فرع الإنتاج. لفروع أخرى أو للتحديث:
1. نزّل الشيفرة من متجر Odoo
2. اعمل commit للوحدة في مستودع GitHub. لا تُستثنى مجلدات/ملفات التطبيق في .gitignore. مستودعات odoo.sh قد تتجاهل مسارات مهمة (مثل /lib). ارفع كل مجلدات وملفات الوحدة
3. انشر الفرع المستهدف في مشروع odoo.sh أو انتظر البناء التلقائي إن كانت الإعدادات كذلك.
كيف اثبّت التطبيق على خادمي؟
2. أعد تشغيل خادم Odoo;
3. فعّل وضع المطوّر (الإعدادات التقنية);
4. حدّث قائمة التطبيقات (قائمة التطبيقات);
5. اعثر على التطبيق واضغط Activate/Install;
6. اتبع الإرشادات في صفحة التطبيق إن وُجدت.
للتطبيق إضافات أخرى. هل اشتريها لاحقا؟
نعم. يضيف Odoo التبعيات تلقائيا إلى السلة؛ استبعد الادوات المشتراة سابقا حتى لا تدفع مرتين.
نشرت التطبيق على Odoo.sh وأرى تحذيرا/خطأ في الاختبارات
التحذير الأحمر/البرتقالي لا يؤثر على وظائف التطبيق. أحيانا لا تتجاوز وحداتنا الاختبارات التلقائية القياسية لأنها تفترض سلوكا يتعارض مع أهداف التطبيق. مثلا نغيّر حساب السعر بينما تقارن اختبارات Odoo السعر النهائي بالخوارزمية القياسية.
تحقق أولا من وظائف قاعدة البيانات المنشورة. هل كل شيء يعمل؟
إن ظننتم أن التحذير يؤثر على وظائف حقيقية، تواصلوا معنا وأرسلوا سجلات التثبيت كاملة وقائمة الوحدات المنشورة كاملة (الأساسية والطرف الثالث).
هل يمكنني شراء التطبيق منكم مباشرة؟
لا، نوزع الادوات فقط عبر متجر تطبيقات Odoo الرسمي.
اريد خصما
للأسف ليست لدينا وسيلة تقنية لتقديم أسعار فردية.
هل يمكن تثبيت التطبيق على قاعدة Odoo Online (SaaS)؟
لا، لا يمكن استخدام تطبيقات الطرف الثالث على Odoo Online. خدمة Odoo SaaS تمنع ذلك.
للاداة تبعيات على تطبيقات أخرى. هل اشتريها؟
نعم، تحتاج الاداة إلى كل الوحدات المذكورة في التبعيات. السعر في صفحة التطبيق يشمل هذه التبعيات.
ما سعر الوحدة بالدولار الأمريكي؟ لماذا تغيّر؟
أسعار وحداتنا باليورو. يحوّل متجر Odoo الأسعار إلى عملات أخرى حسب سعره الداخلي. لذا قد يتغيّر السعر بالدولار الأمريكي عند تحديث سعر الصرف.
تتم صياغة نصوص التطبيق والموقع الإلكتروني باللغات غير الإنجليزية بمساعدة الذكاء الاصطناعي وبما يتوافق مع ترجمات Odoo الرسمية. إذا لاحظت خطأ، أرسل تذكرة تصحيح الترجمة وسنقوم بتصحيحه.
الإبلاغ عن الأخطاء
إذا واجهت أخطاء أو سلوكًا غير متسق, فلا تتردد في الاتصال بنا. نحن نضمن تقديم الإصلاحات خلال 60 يومًا من الشراء ونهتم بشدة بتحسين أدواتنا حتى بعد هذه الفترة.
لا تحتاج إلى رقم هاتف أو بطاقة ائتمان للاتصال بنا. يجب عليك فقط اجتياز عملية تسجيل قصيرة عبر البريد الإلكتروني, والتي لا تستغرق أكثر من 30 ثانية.
يرجى تضمين اكبر قدر ممكن من التفاصيل في طلبك: لقطات الشاشة وسجلات خادم Odoo ووصف كامل لكيفية اعادة انتاج المشكلة وما الى ذلك. عادة ما يستغرق اعداد خطة عمل للمشكلة بضعة ايام عمل (اذا تاكد وجود خطا) او تزويدك بارشادات حول ما ينبغي فعله (في الحالات الاخرى).
طلبات الميزات العامة وأفكار الوحدات (تطوير مجاني)
لدينا دوافع قوية لتحسين أدواتنا وسنكون ممتنين لأي تعليقات. إذا كانت متطلباتك ذات استخدام عام ويمكن تنفيذها بكفاءة, فسيقوم الفريق بإدراج تلك المتطلبات في قائمة المهام الخاصة بنا.
تتم معالجة قائمة المهام هذه بانتظام ولا يتم فرض رسوم إضافية. على الرغم من أننا لا نستطيع أن نعد بالمواعيد النهائية والتصميم النهائي, إلا أنها قد تكون طريقة جيدة للحصول على الميزات المطلوبة دون استثمارات ومخاطر.
لا تحتاج إلى رقم هاتف أو بطاقة ائتمان للاتصال بنا. يجب عليك فقط اجتياز عملية تسجيل قصيرة عبر البريد الإلكتروني, والتي لا تستغرق أكثر من 30 ثانية.
اداة لبناء قاعدة معرفة عميقة للاستخدام الداخلي والخارجي. KMS. مراجعات شبيهة بالويكي
398€اداة لادارة الخدمات بالمواعيد من الحجز حتى المبيعات والمراجعات
اداة لادارة Odoo من محادثات الذكاء الاصطناعي عبر MCP. Claude. اي ذكاء يدعم MCP.
198€اداة لتنظيم مرفقات Odoo في مجلدات ومزامنة الدلائل مع Google Drive وOneDrive/SharePoint وNextcloud/ownCloud وDropbox وAmazon S3 وBox وNAS. مدير الملفات. DMS
اداة لمزامنة مرفقات Odoo مع ownCloud/Nextcloud في الاتجاهين