diff --git a/sports_coach/__manifest__.py b/sports_coach/__manifest__.py new file mode 100644 index 000000000..1994f702d --- /dev/null +++ b/sports_coach/__manifest__.py @@ -0,0 +1,55 @@ +{ + 'name': 'Sports coach', + 'version': '1.0', + 'category': 'Health & Fitness', + 'description': "", + 'depends': [ + 'appointment_account_payment', + 'appointment_crm', + 'appointment_hr', + 'base_vat', + 'calendar', + 'knowledge', + 'sale_crm', + 'sale_timesheet', + 'sale_project', + ], + 'data': [ + 'data/ir_attachment_pre.xml', + 'data/project_task_type.xml', + 'data/project_project.xml', + 'data/product_product.xml', + 'data/appointment_type.xml', + 'data/crm_stage.xml', + 'data/knowledge_cover.xml', + 'data/knowledge_article.xml', + 'data/knowledge_article_favorite.xml', + 'data/mail_message.xml', + 'data/knowledge_tour.xml', + ], + 'demo': [ + 'demo/res_partner.xml', + 'demo/account_analytic_account.xml', + 'demo/crm_lead.xml', + 'demo/hr_employee.xml', + 'demo/calendar_event.xml', + 'demo/project_tags.xml', + 'demo/project_project.xml', + 'demo/sale_order.xml', + 'demo/sale_order_line.xml', + 'demo/project_task.xml', + 'demo/account_analytic_line.xml', + 'demo/sale_order_confirm.xml', + ], + 'license': 'OPL-1', + 'assets': { + 'web.assets_backend': [ + 'sports_coach/static/src/js/my_tour.js', + ] + }, + 'author': 'Odoo S.A.', + "cloc_exclude": [ + "data/knowledge_article.xml", + "static/src/js/my_tour.js", + ], +} diff --git a/sports_coach/data/appointment_type.xml b/sports_coach/data/appointment_type.xml new file mode 100644 index 000000000..1aafa4c4a --- /dev/null +++ b/sports_coach/data/appointment_type.xml @@ -0,0 +1,73 @@ + + + + 60-min Personal Training Session + + + recurring + hide + + + + + + + 30-min Fitness Assessment + + + 0.5 + recurring + hide + + + + + + + + + 90-min Sport-Specific Coaching + + + 1.5 + recurring + hide + + + + + + diff --git a/sports_coach/data/crm_stage.xml b/sports_coach/data/crm_stage.xml new file mode 100644 index 000000000..898c99b18 --- /dev/null +++ b/sports_coach/data/crm_stage.xml @@ -0,0 +1,24 @@ + + + + Initial Contact + 1 + + + 2 + Assessment + + + Proposal + 3 + + + Won + 5 + + + + Negotiation + 4 + + diff --git a/sports_coach/data/ir_attachment_pre.xml b/sports_coach/data/ir_attachment_pre.xml new file mode 100644 index 000000000..c2a186fbf --- /dev/null +++ b/sports_coach/data/ir_attachment_pre.xml @@ -0,0 +1,8 @@ + + + + 624-unsplash_hC7FL8_x12A_.jpg + + /unsplash/hC7FL8_x12A/.jpg + + diff --git a/sports_coach/data/knowledge_article.xml b/sports_coach/data/knowledge_article.xml new file mode 100644 index 000000000..c055387d0 --- /dev/null +++ b/sports_coach/data/knowledge_article.xml @@ -0,0 +1,137 @@ + + + + + Odoo for Sports Coach + ๐Ÿคธ + + write + workspace + + + + + diff --git a/sports_coach/data/knowledge_article_favorite.xml b/sports_coach/data/knowledge_article_favorite.xml new file mode 100644 index 000000000..3d5b6471e --- /dev/null +++ b/sports_coach/data/knowledge_article_favorite.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/sports_coach/data/knowledge_cover.xml b/sports_coach/data/knowledge_cover.xml new file mode 100644 index 000000000..c161b303c --- /dev/null +++ b/sports_coach/data/knowledge_cover.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/sports_coach/data/knowledge_tour.xml b/sports_coach/data/knowledge_tour.xml new file mode 100644 index 000000000..f0ac7a335 --- /dev/null +++ b/sports_coach/data/knowledge_tour.xml @@ -0,0 +1,8 @@ + + + + knowledge_tour + 2 + Welcome! Happy exploring. + + diff --git a/sports_coach/data/mail_message.xml b/sports_coach/data/mail_message.xml new file mode 100644 index 000000000..88b87f4ba --- /dev/null +++ b/sports_coach/data/mail_message.xml @@ -0,0 +1,15 @@ + + + + discuss.channel + + email + + + ๐Ÿš€ Get started with Odoo Sports Coach + + + diff --git a/sports_coach/data/product_product.xml b/sports_coach/data/product_product.xml new file mode 100644 index 000000000..2ec7c6851 --- /dev/null +++ b/sports_coach/data/product_product.xml @@ -0,0 +1,51 @@ + + + + 10-Session Personal Training Package + project_only + 800.0 + + service + order + + + + + Single Training Session + + 100.0 + + + + service + order + + + 3-Month Transformation Program + + project_only + 1500.0 + + service + order + + + + Sport-Specific Performance Package + + task_in_project + 1000.0 + + service + order + + + + Fitness Assessment + + 75.0 + + service + order + + diff --git a/sports_coach/data/project_project.xml b/sports_coach/data/project_project.xml new file mode 100644 index 000000000..304494d51 --- /dev/null +++ b/sports_coach/data/project_project.xml @@ -0,0 +1,21 @@ + + + + 10-Session Personal Training Package + + + + + + 3-Month Transformation Program + + + + + + Sport-Specific Performance Package + + + + + diff --git a/sports_coach/data/project_task_type.xml b/sports_coach/data/project_task_type.xml new file mode 100644 index 000000000..386193d15 --- /dev/null +++ b/sports_coach/data/project_task_type.xml @@ -0,0 +1,19 @@ + + + + New + + + + Done + + + + Done + + + + Done + + + diff --git a/sports_coach/demo/account_analytic_account.xml b/sports_coach/demo/account_analytic_account.xml new file mode 100644 index 000000000..12a592fbb --- /dev/null +++ b/sports_coach/demo/account_analytic_account.xml @@ -0,0 +1,32 @@ + + + + Internal + + + + 10-Session Personal Training Package + + + + + 3-Month Transformation Program + + + + + Sport-Specific Performance Package + + + + + S00001 + + + + + S00003 + + + + diff --git a/sports_coach/demo/account_analytic_line.xml b/sports_coach/demo/account_analytic_line.xml new file mode 100644 index 000000000..400ee0561 --- /dev/null +++ b/sports_coach/demo/account_analytic_line.xml @@ -0,0 +1,54 @@ + + + + + + + + billable_fixed + + + + + 2.0 + + + + + + + + billable_fixed + + + + + 2.0 + + + + + + + billable_fixed + + + + + 1.0 + + + + + + + + billable_fixed + + + + + 0.5 + + + diff --git a/sports_coach/demo/calendar_event.xml b/sports_coach/demo/calendar_event.xml new file mode 100644 index 000000000..35bae6ece --- /dev/null +++ b/sports_coach/demo/calendar_event.xml @@ -0,0 +1,69 @@ + + + + John Smith - 60-min Personal Training Session Booking + + + + https://sports-coach.odoo.com/calendar/join_videocall/a5ffa39f-ded7-4df8-a1b7-5aa536a13387 + + + + 1.0 + + +
  • Phone: +000
  • +
  • Email: John.smith@email.com
  • + + ]]>
    +
    + + Lena Martinez - 60-min Personal Training Session Booking + + + https://sports-coach.odoo.com/calendar/join_videocall/07ef501a-79b1-4a3b-9204-54ab23c89dc6 + + + + 1.0 + + + +
  • Phone: +00
  • +
  • Email: lena.martinez@email.com
  • + + ]]>
    +
    + + Clayton Smouth - 90-min Sport-Specific Coaching Booking + + + + https://sports-coach.odoo.com/calendar/join_videocall/f109633e-ca0a-47dc-91a3-b044528ec3b7 + + + + 1.5 + + +
  • Phone: +00
  • +
  • Email: clayton.smouth@email.com
  • + + ]]>
    +
    +
    diff --git a/sports_coach/demo/crm_lead.xml b/sports_coach/demo/crm_lead.xml new file mode 100644 index 000000000..c54ca9f95 --- /dev/null +++ b/sports_coach/demo/crm_lead.xml @@ -0,0 +1,121 @@ + + + + 12-week Transformation Program + + + + + 3 + + 1200.0 + john.smith@email.com + 91.67 + + + Marathon Training Plan + + + + + 3 + + 800.0 + emily.johnson@email.com + 91.67 + + + Golf Performance Enhancement + + + + + 2 + + 600.0 + mike.brown@email.com + 91.67 + + + Post-rehabilitation Fitness + + + + + 3 + + 1000.0 + sarah.davis@email.com + 100.0 + + + Youth Soccer Coaching + + + + + 2 + + 500.0 + tom.wilson@email.com + 91.67 + + + Corporate Wellness Program + + + + + 1 + + 2000.0 + lisa.anderson@email.com + 91.67 + + + Boxing Technique Sessions + + + + + 1 + + 400.0 + david.lee@email.com + 91.67 + + + Nutrition and Fitness Package + + + + + 2 + + 1500.0 + amanda.white@email.com + 91.67 + + + Senior Fitness Program + + + + + 1 + + 700.0 + chris.taylor@email.com + + + Pre-wedding Fitness Plan + + + + + 2 + + 900.0 + jessica.martinez@email.com + + diff --git a/sports_coach/demo/hr_employee.xml b/sports_coach/demo/hr_employee.xml new file mode 100644 index 000000000..442ac580d --- /dev/null +++ b/sports_coach/demo/hr_employee.xml @@ -0,0 +1,12 @@ + + + + Jean Boonen (boje) + + + + +00 + boje@odoo.com + + + diff --git a/sports_coach/demo/project_project.xml b/sports_coach/demo/project_project.xml new file mode 100644 index 000000000..f39daca8a --- /dev/null +++ b/sports_coach/demo/project_project.xml @@ -0,0 +1,39 @@ + + + + Internal + + + + + + + + + + + + + + + + S00001 - 3-Month Transformation Program + + + + + 1.0 + + + + + S00003 - 10-Session Personal Training Package + + + + + 1.0 + + + + diff --git a/sports_coach/demo/project_tags.xml b/sports_coach/demo/project_tags.xml new file mode 100644 index 000000000..76678cf68 --- /dev/null +++ b/sports_coach/demo/project_tags.xml @@ -0,0 +1,6 @@ + + + + Template + + diff --git a/sports_coach/demo/project_task.xml b/sports_coach/demo/project_task.xml new file mode 100644 index 000000000..c1ba48f49 --- /dev/null +++ b/sports_coach/demo/project_task.xml @@ -0,0 +1,1055 @@ + + + + Initial Consultation and Goal Setting + + 03_approved + + + + + + + Fitness Assessment and Baseline Measurements + 11 + + + + + + + + Customized Workout Plan Creation + 12 + + + + + + + + Session 1: Introduction to Program and Form Check + 13 + + + + + + + + Session 2: Strength Training Focus + + + + + + + + Session 3: Cardiovascular Endurance + + + + + + + + Session 4: Flexibility and Mobility + + + + + + + + Session 5: Progress Check and Plan Adjustment + + + + + + + + Session 6: Intensified Strength Training + + + + + + + + Session 7: High-Intensity Interval Training (HIIT) + + + + + + + + Session 8: Functional Movement and Balance + + + + + + + + Session 9: Nutrition Review and Guidance + + + + + + + + Session 10: Final Assessment and Future Planning + + + + + + + + Progress Report and Results Summary + + + + + + + + Client Feedback and Testimonial Request + + + + + + + + Initial Consultation and Goal Setting + + + + + + + + Comprehensive Fitness Assessment + 11 + + + + + + + + Body Composition Analysis + 12 + + + + + + + + Customized 3-Month Workout Plan Creation + 13 + + + + + + + + Personalized Nutrition Plan Development + 14 + + + + + + + + Week 1: Program Introduction and Technique Training + 15 + + + + + + + + Week 2: Establishing Workout Routine + + + + + + + + Week 3: Nutrition Habits Check-in + + + + + + + + Week 4: Progress Photos and Measurements + + + + + + + + Month 1 Review and Plan Adjustment + + + + + + + + Week 5: Increasing Workout Intensity + + + + + + + + Week 6: Addressing Weak Points + + + + + + + + Week 7: Nutrition Plan Refinement + + + + + + + + Week 8: Midpoint Assessment and Progress Review + + + + + + + + Month 2 Evaluation and Program Update + + + + + + + + Week 9: Advanced Training Techniques Introduction + + + + + + + + Week 10: Mental Health and Motivation Check + + + + + + + + Week 11: Final Push Strategy + + + + + + + + Week 12: Final Fitness Assessment + + + + + + + + Before and After Comparison + + + + + + + + Long-term Maintenance Plan Creation + + + + + + + + Client Success Story Documentation + + + + + + + + Follow-up Session Scheduling + + + + + + + + Initial Sport-Specific Assessment + 11 + + + + + + + + Performance Goal Setting + 15 + + + + + + + + Current Skill Level Evaluation + 12 + + + + + + + + Customized Training Plan Development + 13 + + + + + + + + Nutrition Plan for Athletic Performance + 14 + + + + + + + + Speed and Agility Baseline Testing + 16 + + + + + + + + Strength and Power Assessment + 17 + + + + + + + + Cardiovascular Endurance Evaluation + + + + + + + + Flexibility and Mobility Screening + + + + + + + + Sport-Specific Drill Design + + + + + + + + Technical Skills Enhancement Sessions + + + + + + + + Tactical Awareness Training + + + + + + + + Mental Preparation and Visualization Techniques + + + + + + + + Recovery and Injury Prevention Strategies + + + + + + + + Mid-Program Performance Review + + + + + + + + Advanced Skill Development + + + + + + + + Game Situation Simulations + + + + + + + + Video Analysis of Technique + + + + + + + + Team Integration Strategies (if applicable) + + + + + + + + Final Performance Assessment + + + + + + + + Personalized Off-Season Training Plan + + + + + + + + Competition Preparation Guidelines + + + + + + + + Long-term Athletic Development Roadmap + + + + + + + + Follow-up Session Scheduling + + + 2024-09-16 14:39:04 + + + + + + + + + + Client Success Story Documentation + + + 2024-09-16 14:39:04 + + + + + + + + + + Long-term Maintenance Plan Creation + + + 2024-09-16 14:39:04 + + + + + + + + + + Before and After Comparison + + + 2024-09-16 14:39:04 + + + + + + + + + + Week 12: Final Fitness Assessment + + + 2024-09-16 14:39:04 + + + + + + + + + + Week 11: Final Push Strategy + + + 2024-09-16 14:39:04 + + + + + + + + + + Week 10: Mental Health and Motivation Check + + + 2024-09-16 14:39:04 + + + + + + + + + + Week 9: Advanced Training Techniques Introduction + + + 2024-09-16 14:39:04 + + + + + + + + + + Month 2 Evaluation and Program Update + + + 2024-09-16 14:39:04 + + + + + + + + + + Week 8: Midpoint Assessment and Progress Review + + + 2024-09-16 14:39:04 + + + + + + + + + + Week 7: Nutrition Plan Refinement + + + 2024-09-16 14:39:04 + + + + + + + + + + Week 6: Addressing Weak Points + + + 2024-09-16 14:39:04 + + + + + + + + + + Week 5: Increasing Workout Intensity + + + 2024-09-16 14:39:04 + + + + + + + + + + Month 1 Review and Plan Adjustment + + + 2024-09-16 14:39:04 + + + + + + + + + + Week 4: Progress Photos and Measurements + + + 2024-09-16 14:39:04 + + + + + + + + + + Week 3: Nutrition Habits Check-in + + + 2024-09-16 14:39:04 + + + + + + + + + + Week 2: Establishing Workout Routine + + + 02_changes_requested + 2024-09-16 14:39:04 + + + + + + + + + + Initial Consultation and Goal Setting + + 02_changes_requested + + 2024-09-16 14:39:04 + + + + + 3.0 + -3.0 + 3.0 + + + + + + Comprehensive Fitness Assessment + 11 + 02_changes_requested + + + 2024-09-16 14:39:04 + + + + + + + + + + Body Composition Analysis + 12 + 02_changes_requested + + + 2024-09-16 14:39:04 + + + + + + + + + + Customized 3-Month Workout Plan Creation + 13 + 03_approved + + + 2024-09-16 14:39:04 + + + + + + + + + + Personalized Nutrition Plan Development + 14 + + 03_approved + + 2024-09-16 14:39:04 + + + + + + + + + + Week 1: Program Introduction and Technique Training + 15 + 03_approved + + + 2024-09-16 14:39:04 + + + + + + + + + + 3-Month Transformation Program + + + + 1.0 + + + + 1.0 + + + + + + Client Feedback and Testimonial Request + + + 2024-09-16 14:43:25 + + + + + + + + + + Progress Report and Results Summary + + + 2024-09-16 14:43:25 + + + + + + + + + + Session 10: Final Assessment and Future Planning + + + 2024-09-16 14:43:25 + + + + + + + + + + Session 9: Nutrition Review and Guidance + + + 2024-09-16 14:43:25 + + + + + + + + + + Session 8: Functional Movement and Balance + + + 2024-09-16 14:43:25 + + + + + + + + + + Session 7: High-Intensity Interval Training (HIIT) + + + 2024-09-16 14:43:25 + + + + + + + + + + Session 6: Intensified Strength Training + + + 2024-09-16 14:43:25 + + + + + + + + + + Session 5: Progress Check and Plan Adjustment + + + 2024-09-16 14:43:25 + + + + + + + + + + Session 4: Flexibility and Mobility + + + 2024-09-16 14:43:25 + + + + + + + + + + Session 3: Cardiovascular Endurance + + + 2024-09-16 14:43:25 + + + + + + + + + + Session 2: Strength Training Focus + + + 03_approved + 2024-09-16 14:43:25 + + + + + + + + + + Initial Consultation and Goal Setting + + 03_approved + + 2024-09-16 14:43:25 + + + + + 2.5 + -2.5 + 2.5 + + + + + + Fitness Assessment and Baseline Measurements + 11 + + 02_changes_requested + + 2024-09-16 14:43:25 + + + + + + + + + + Customized Workout Plan Creation + 12 + + 02_changes_requested + + 2024-09-16 14:43:25 + + + + + + + + + + Session 1: Introduction to Program and Form Check + 13 + + 02_changes_requested + + 2024-09-16 14:43:25 + + + + + + + + + + 10-Session Personal Training Package + + + + 1.0 + + + + 1.0 + + + + + diff --git a/sports_coach/demo/res_partner.xml b/sports_coach/demo/res_partner.xml new file mode 100644 index 000000000..17fbf6034 --- /dev/null +++ b/sports_coach/demo/res_partner.xml @@ -0,0 +1,85 @@ + + + + Sports Coach + + 0477472701 + http://odoo.com + 1160 + boje@odoo.com + +1 650-691-3277 + + + + + + John Smith + + + john.smith@email.com + + + + Emily Johnson + + + emily.johnson@email.com + + + + Mike Brown + + + mike.brown@email.com + + + + Sarah Davis + + + sarah.davis@email.com + + + + Tom Wilson + + + tom.wilson@email.com + + + + Lisa Anderson + + + lisa.anderson@email.com + + + + David Lee + + + david.lee@email.com + + + + Amanda White + + + amanda.white@email.com + + + + Chris Taylor + + + chris.taylor@email.com + + + + Jessica Martinez + + + jessica.martinez@email.com + + + diff --git a/sports_coach/demo/sale_order.xml b/sports_coach/demo/sale_order.xml new file mode 100644 index 000000000..e9bd04c3c --- /dev/null +++ b/sports_coach/demo/sale_order.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sports_coach/demo/sale_order_confirm.xml b/sports_coach/demo/sale_order_confirm.xml new file mode 100644 index 000000000..55e25e935 --- /dev/null +++ b/sports_coach/demo/sale_order_confirm.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/sports_coach/demo/sale_order_line.xml b/sports_coach/demo/sale_order_line.xml new file mode 100644 index 000000000..479833bb7 --- /dev/null +++ b/sports_coach/demo/sale_order_line.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sports_coach/static/description/index.html b/sports_coach/static/description/index.html new file mode 100644 index 000000000..993681753 --- /dev/null +++ b/sports_coach/static/description/index.html @@ -0,0 +1,26 @@ +

    Odoo for Sports Coaches

    +

    This industry package includes everything you need to run your coaching business efficiently with Odoo.

    +

    Basics

    + +

    Included Customizations

    + diff --git a/sports_coach/static/src/binary/ir_attachment/624-unsplash_hC7FL8_x12A_.jpg b/sports_coach/static/src/binary/ir_attachment/624-unsplash_hC7FL8_x12A_.jpg new file mode 100644 index 000000000..b485f6755 Binary files /dev/null and b/sports_coach/static/src/binary/ir_attachment/624-unsplash_hC7FL8_x12A_.jpg differ diff --git a/sports_coach/static/src/binary/product_template/10-image_1920 b/sports_coach/static/src/binary/product_template/10-image_1920 new file mode 100644 index 000000000..6186b68f3 Binary files /dev/null and b/sports_coach/static/src/binary/product_template/10-image_1920 differ diff --git a/sports_coach/static/src/binary/product_template/11-image_1920 b/sports_coach/static/src/binary/product_template/11-image_1920 new file mode 100644 index 000000000..58872c87d Binary files /dev/null and b/sports_coach/static/src/binary/product_template/11-image_1920 differ diff --git a/sports_coach/static/src/binary/product_template/7-image_1920 b/sports_coach/static/src/binary/product_template/7-image_1920 new file mode 100644 index 000000000..6186b68f3 Binary files /dev/null and b/sports_coach/static/src/binary/product_template/7-image_1920 differ diff --git a/sports_coach/static/src/binary/product_template/8-image_1920 b/sports_coach/static/src/binary/product_template/8-image_1920 new file mode 100644 index 000000000..58872c87d Binary files /dev/null and b/sports_coach/static/src/binary/product_template/8-image_1920 differ diff --git a/sports_coach/static/src/binary/product_template/9-image_1920 b/sports_coach/static/src/binary/product_template/9-image_1920 new file mode 100644 index 000000000..6186b68f3 Binary files /dev/null and b/sports_coach/static/src/binary/product_template/9-image_1920 differ diff --git a/sports_coach/static/src/binary/res_partner/1-image_1920 b/sports_coach/static/src/binary/res_partner/1-image_1920 new file mode 100644 index 000000000..1d3c8c4cb Binary files /dev/null and b/sports_coach/static/src/binary/res_partner/1-image_1920 differ diff --git a/sports_coach/static/src/binary/res_partner/13-image_1920 b/sports_coach/static/src/binary/res_partner/13-image_1920 new file mode 100644 index 000000000..2b9b555d1 Binary files /dev/null and b/sports_coach/static/src/binary/res_partner/13-image_1920 differ diff --git a/sports_coach/static/src/binary/res_partner/14-image_1920 b/sports_coach/static/src/binary/res_partner/14-image_1920 new file mode 100644 index 000000000..d74888f6b Binary files /dev/null and b/sports_coach/static/src/binary/res_partner/14-image_1920 differ diff --git a/sports_coach/static/src/binary/res_partner/15-image_1920 b/sports_coach/static/src/binary/res_partner/15-image_1920 new file mode 100644 index 000000000..e84f9ea36 Binary files /dev/null and b/sports_coach/static/src/binary/res_partner/15-image_1920 differ diff --git a/sports_coach/static/src/binary/res_partner/16-image_1920 b/sports_coach/static/src/binary/res_partner/16-image_1920 new file mode 100644 index 000000000..e12d00c73 Binary files /dev/null and b/sports_coach/static/src/binary/res_partner/16-image_1920 differ diff --git a/sports_coach/static/src/binary/res_partner/17-image_1920 b/sports_coach/static/src/binary/res_partner/17-image_1920 new file mode 100644 index 000000000..7c7073bba Binary files /dev/null and b/sports_coach/static/src/binary/res_partner/17-image_1920 differ diff --git a/sports_coach/static/src/binary/res_partner/18-image_1920 b/sports_coach/static/src/binary/res_partner/18-image_1920 new file mode 100644 index 000000000..d1fcbbe3b Binary files /dev/null and b/sports_coach/static/src/binary/res_partner/18-image_1920 differ diff --git a/sports_coach/static/src/binary/res_partner/19-image_1920 b/sports_coach/static/src/binary/res_partner/19-image_1920 new file mode 100644 index 000000000..a7792ad19 Binary files /dev/null and b/sports_coach/static/src/binary/res_partner/19-image_1920 differ diff --git a/sports_coach/static/src/binary/res_partner/20-image_1920 b/sports_coach/static/src/binary/res_partner/20-image_1920 new file mode 100644 index 000000000..d12d3a292 Binary files /dev/null and b/sports_coach/static/src/binary/res_partner/20-image_1920 differ diff --git a/sports_coach/static/src/binary/res_partner/21-image_1920 b/sports_coach/static/src/binary/res_partner/21-image_1920 new file mode 100644 index 000000000..02c9ae03f Binary files /dev/null and b/sports_coach/static/src/binary/res_partner/21-image_1920 differ diff --git a/sports_coach/static/src/binary/res_partner/22-image_1920 b/sports_coach/static/src/binary/res_partner/22-image_1920 new file mode 100644 index 000000000..379ea9586 Binary files /dev/null and b/sports_coach/static/src/binary/res_partner/22-image_1920 differ diff --git a/sports_coach/static/src/js/my_tour.js b/sports_coach/static/src/js/my_tour.js new file mode 100644 index 000000000..67d4667b7 --- /dev/null +++ b/sports_coach/static/src/js/my_tour.js @@ -0,0 +1,17 @@ +/** @odoo-module **/ + +import { _t } from "@web/core/l10n/translation"; +import { registry } from "@web/core/registry"; + +registry.category("web_tour.tours").add("knowledge_tour", { + url: "/odoo", + + steps: () => [ + { + trigger: '.o_app[data-menu-xmlid="knowledge.knowledge_menu_root"]', + content: _t("Get on track and explore our recommendations for your Odoo usage here!"), + position: "bottom", + run: "click", + }, + ], +});