-
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] website_event_contact: Migration to 16.0
- Loading branch information
Showing
16 changed files
with
704 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../website_event_contact |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,78 @@ | ||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
|
||
====================== | ||
Website Event Contacts | ||
====================== | ||
|
||
This module was written to extend the functionality of the website | ||
to allow users to publish his contacts on events page. | ||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:c83e703d041ba2f4216da69fffac11f79d9413929b55377b5114167b63fe41a1 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
Installation | ||
============ | ||
.. |badge_devstat| image:: https://img.shields.io/badge/maturity-beta-brightgreen.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
|
||
To install this module, you need to: | ||
.. |badge_license| image:: https://img.shields.io/badge/license-AGPL--3-blue.png | ||
:alt: AGPL-3 | ||
|
||
1. Clone the branch 8.0 of the repository https://github.com/OCA/event | ||
2. Add the path to this repository in your configuration (addons-path) | ||
3. Update the module list | ||
4. Go to menu *Setting -> Modules -> Local Modules* | ||
5. Search For *Website Event Contacts* | ||
6. Install the module | ||
|badge_devstat| |badge_license| | ||
|
||
Usage | ||
===== | ||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas | ||
:alt: Try me on Runbot | ||
:target: https://runbot.odoo-community.org/runbot/199/8.0 | ||
With this module, you can display Contact section on the Website Event | ||
page. | ||
|
||
**Table of contents** | ||
|
||
Bug Tracker | ||
=========== | ||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
Bugs are tracked on `GitHub Issues | ||
<https://github.com/OCA/event/issues>`_. In case of trouble, please | ||
check there if your issue has already been reported. If you spotted it first, | ||
help us smashing it by providing a detailed and welcomed `feedback | ||
<https://github.com/OCA/ | ||
event/issues/new?body=module:%20 | ||
website_event_contact%0Aversion:%20 | ||
8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
To use this module, you will need to: | ||
|
||
1. Go to an Event on the backend and add some Contacts on the Contacts | ||
field. | ||
2. Click on the "Go to website" smart button to view the event on the | ||
website. | ||
3. Click on "Edit" on the top right corner to enable the website editor. | ||
4. On the right panel, click on the "Customize" tab. | ||
5. Below the Event page section, click on "Show contact". | ||
6. Check the new section added at the bottom of the content section to | ||
see how the contacts are displayed. | ||
|
||
Credits | ||
======= | ||
|
||
Images | ||
------ | ||
Authors | ||
------- | ||
|
||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_. | ||
* Moduon | ||
* OpenSynergy Indonesia | ||
|
||
Contributors | ||
------------ | ||
|
||
* Michael Viriyananda <[email protected]> | ||
- Eduardo de Miguel (`Moduon <https://www.moduon.team/>`__) | ||
|
||
Maintainers | ||
----------- | ||
|
||
This module is maintained by Moduon. | ||
|
||
Contact the maintainer through their official support channels in case you find | ||
any issues with this module. | ||
|
||
Maintainer | ||
---------- | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
This module is maintained by the OCA. | ||
.. |maintainer-Shide| image:: https://github.com/Shide.png?size=40px | ||
:target: https://github.com/Shide | ||
:alt: Shide | ||
.. |maintainer-rafaelbn| image:: https://github.com/rafaelbn.png?size=40px | ||
:target: https://github.com/rafaelbn | ||
:alt: rafaelbn | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
Current maintainers: | ||
|
||
To contribute to this module, please visit https://odoo-community.org. | ||
|maintainer-Shide| |maintainer-rafaelbn| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# © 2016 OpenSynergy Indonesia | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "Website Event Contacts", | ||
"version": "16.0.1.0.0", | ||
"summary": "Display your event contacts on your event page", | ||
"author": "Moduon,OpenSynergy Indonesia,Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/event", | ||
"category": "Marketing", | ||
"depends": ["website_event", "event_contact"], | ||
"data": [ | ||
"views/event_templates_page_registration.xml", | ||
"views/snippets/snippets.xml", | ||
], | ||
"application": False, | ||
"installable": True, | ||
"maintainers": ["Shide", "rafaelbn"], | ||
"license": "AGPL-3", | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * website_event_contact | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-10-29 10:42+0000\n" | ||
"PO-Revision-Date: 2024-10-29 11:44+0100\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Generator: Poedit 3.4.4\n" | ||
|
||
#. module: website_event_contact | ||
#: model_terms:ir.ui.view,arch_db:website_event_contact.website_event_contact_details | ||
msgid "Contact" | ||
msgstr "Kontakt" | ||
|
||
#. module: website_event_contact | ||
#: model_terms:ir.ui.view,arch_db:website_event_contact.snippet_options | ||
msgid "Event Page" | ||
msgstr "Veranstaltungsseite" | ||
|
||
#. module: website_event_contact | ||
#: model_terms:ir.ui.view,arch_db:website_event_contact.snippet_options | ||
msgid "Show Contact" | ||
msgstr "Kontakt anzeigen" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * website_event_contact | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-10-29 10:42+0000\n" | ||
"PO-Revision-Date: 2024-10-29 11:43+0100\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Generator: Poedit 3.4.4\n" | ||
|
||
#. module: website_event_contact | ||
#: model_terms:ir.ui.view,arch_db:website_event_contact.website_event_contact_details | ||
msgid "Contact" | ||
msgstr "Contacto" | ||
|
||
#. module: website_event_contact | ||
#: model_terms:ir.ui.view,arch_db:website_event_contact.snippet_options | ||
msgid "Event Page" | ||
msgstr "Página de Evento" | ||
|
||
#. module: website_event_contact | ||
#: model_terms:ir.ui.view,arch_db:website_event_contact.snippet_options | ||
msgid "Show Contact" | ||
msgstr "Mostrar Contacto" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * website_event_contact | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-10-29 10:42+0000\n" | ||
"PO-Revision-Date: 2024-10-29 10:42+0000\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: website_event_contact | ||
#: model_terms:ir.ui.view,arch_db:website_event_contact.website_event_contact_details | ||
msgid "Contact" | ||
msgstr "" | ||
|
||
#. module: website_event_contact | ||
#: model_terms:ir.ui.view,arch_db:website_event_contact.snippet_options | ||
msgid "Event Page" | ||
msgstr "" | ||
|
||
#. module: website_event_contact | ||
#: model_terms:ir.ui.view,arch_db:website_event_contact.snippet_options | ||
msgid "Show Contact" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Eduardo de Miguel ([Moduon](https://www.moduon.team/)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
With this module, you can display Contact section on the Website Event page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
To use this module, you will need to: | ||
|
||
1. Go to an Event on the backend and add some Contacts on the Contacts field. | ||
2. Click on the "Go to website" smart button to view the event on the website. | ||
3. Click on "Edit" on the top right corner to enable the website editor. | ||
4. On the right panel, click on the "Customize" tab. | ||
5. Below the Event page section, click on "Show contact". | ||
6. Check the new section added at the bottom of the content section to see how the | ||
contacts are displayed. |
Oops, something went wrong.