|
| 1 | +# Copyright 2020-2021,2024-2025 Ivan Yelizariev <https://twitter.com/yelizariev> |
| 2 | +# Copyright 2020-2021 Denis Mudarisov <https://github.com/trojikman> |
| 3 | +# Copyright 2021 Ilya Ilchenko <https://github.com/mentalko> |
| 4 | +# License MIT (https://opensource.org/licenses/MIT). |
| 5 | + |
| 6 | +{ |
| 7 | + "name": "Sync 🪬 Studio", |
| 8 | + "summary": """Join the Amazing 😍 Community ⤵️""", |
| 9 | + "category": "VooDoo ✨ Magic", |
| 10 | + "version": "17.0.13.0.1", |
| 11 | + "application": True, |
| 12 | + "author": "Ivan Yelizariev", |
| 13 | + |
| 14 | + "website": "https://sync_studio.t.me/", |
| 15 | + "license": "Other OSI approved licence", # MIT |
| 16 | + # The `partner_telegram` dependency is not directly needed, |
| 17 | + # but it plays an important role in the **Sync 🪬 Studio** ecosystem |
| 18 | + # and is added for the quick onboarding of new **Cyber ✨ Pirates**. |
| 19 | + "depends": ["base_automation", "mail", "queue_job", "partner_telegram"], |
| 20 | + "external_dependencies": {"python": ["markdown", "pyyaml"], "bin": []}, |
| 21 | + "data": [ |
| 22 | + "security/sync_groups.xml", |
| 23 | + "security/ir.model.access.csv", |
| 24 | + "views/sync_menus.xml", |
| 25 | + "views/ir_logging_views.xml", |
| 26 | + "views/sync_job_views.xml", |
| 27 | + "views/sync_trigger_cron_views.xml", |
| 28 | + "views/sync_trigger_automation_views.xml", |
| 29 | + "views/sync_trigger_webhook_views.xml", |
| 30 | + "views/sync_trigger_button_views.xml", |
| 31 | + "views/sync_order_views.xml", |
| 32 | + "views/sync_task_views.xml", |
| 33 | + "views/sync_link_views.xml", |
| 34 | + "views/sync_project_views.xml", |
| 35 | + "data/queue_job_function_data.xml", |
| 36 | + ], |
| 37 | + "assets": { |
| 38 | + "web.assets_backend": [ |
| 39 | + "sync/static/src/scss/src.scss", |
| 40 | + ], |
| 41 | + }, |
| 42 | + "demo": [ |
| 43 | + "data/sync_project_unittest_demo.xml", |
| 44 | + ], |
| 45 | + "qweb": [], |
| 46 | + "post_load": None, |
| 47 | + "pre_init_hook": None, |
| 48 | + "post_init_hook": None, |
| 49 | + "uninstall_hook": None, |
| 50 | + "auto_install": False, |
| 51 | + "installable": True, |
| 52 | +} |
0 commit comments