Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

14.0 website corrections #8

Merged
merged 2 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,16 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[muskathlon](muskathlon/) | 14.0.1.0.0 | [![ecino](https://github.com/ecino.png?size=30px)](https://github.com/ecino) | Muskathlon
[my_compassion](my_compassion/) | 14.0.1.0.0 | | MyCompassion - Sponsor portal website
[my_compassion_segmentation](my_compassion_segmentation/) | 14.0.1.0.0 | | MyCompassion - Segmentation
[theme_compassion](theme_compassion/) | 14.0.1.0.0 | | Compassion Blue Theme
[theme_muskathlon](theme_muskathlon/) | 14.0.1.0.0 | | Compassion Muskathlon Theme
[website_child_protection](website_child_protection/) | 14.0.1.0.0 | [![ecino](https://github.com/ecino.png?size=30px)](https://github.com/ecino) | Adds a form for letting partners agree with the child protection
[website_event_compassion](website_event_compassion/) | 14.0.1.0.0 | [![ecino](https://github.com/ecino.png?size=30px)](https://github.com/ecino) | Public website pages for Compassion Events with registration
[website_crm_request](website_crm_request/) | 14.0.1.0.0 | | Website CRM Request
[website_event_compassion](website_event_compassion/) | 14.0.1.1.0 | [![ecino](https://github.com/ecino.png?size=30px)](https://github.com/ecino) | Public website pages for Compassion Events with registration
[website_sponsorship](website_sponsorship/) | 14.0.1.0.0 | | Website - Sponsor a child form


Unported addons
---------------
addon | version | maintainers | summary
--- | --- | --- | ---
[website_crm_request](website_crm_request/) | 14.0.1.0.0 (unported) | | Website CRM Request
[website_switzerland](website_switzerland/) | 14.0.1.0.0 | | Website - Compassion Switzerland custom views

[//]: # (end addons)
<!-- prettier-ignore-end -->
1 change: 1 addition & 0 deletions muskathlon/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"data/event_type_mail.xml",
"data/order_material_mail_template.xml",
"data/queue_job.xml",
"data/website.xml",
"reports/muskathlon_view.xml",
"views/event_compassion_view.xml",
"views/recurring_contracts_view.xml",
Expand Down
18 changes: 18 additions & 0 deletions muskathlon/data/website.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<odoo>
<data noupdate="1">
<record id="muskathlon_website" model="website">
<field name="name">Muskathlon</field>
<field name="domain">muskathlon.compassion.ch</field>
<field
name="homepage_id"
ref="website_event_compassion.events_page"
/>
<field name="default_lang_id" ref="base.lang_en" />
<field
name="logo"
type="base64"
file="muskathlon/static/src/img/muskathlon.png"
/>
</record>
</data>
</odoo>
Loading
Loading