Skip to content

Commit

Permalink
[MIG] mgmtsystem_survey: Migration to 18.0
Browse files Browse the repository at this point in the history
[IMP] mgmtsystem_survey: pre-commit execution
  • Loading branch information
Kimkhoi3010 committed Nov 12, 2024
1 parent b4a70e8 commit 669c5e4
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 13 deletions.
22 changes: 19 additions & 3 deletions mgmtsystem_survey/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,23 @@ Contributors
------------

- Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>

- Daniel Reis <dgreis@sapo.pt>

- Loïc Lacroix <loic.lacroix@savoirfairelinux.com>

- Stéphane Bidoul <stephane.bidoul@acsone.eu>

- Gervais Naoussi <gervaisnaoussi@gmail.com>

- Luk Vermeylen <luk@allmas-it.be>

- Eugen Don <eugen.don@don-systems.de>

- Jose Maria Alzaga <jose.alzaga@aselcis.com>

- Julien Coux <julien.coux@camptocamp.com>

- `Tecnativa <https://www.tecnativa.com>`__:

- Ernesto Tejeda
Expand All @@ -94,18 +103,25 @@ Contributors

- David Luis Mora <d.luis@binhex.cloud>

Trobz

- Dung Tran <dungtd@trobz.com>
- Yvan Dotet <yvan.dotet@logicasoft.eu>

- `Trobz <https://www.trobz.com>`__:

- Dung Tran <dungtd@trobz.com>
- Khoi (Kien Kim) <khoikk@trobz.com>

Other credits
-------------

The development of this module has been financially supported by:

- Camptocamp

The migration of this module from 17.0 to 18.0 was financially supported
by:

- Camptocamp.

Maintainers
-----------

Expand Down
2 changes: 1 addition & 1 deletion mgmtsystem_survey/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Management System - Survey",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
Expand Down
8 changes: 4 additions & 4 deletions mgmtsystem_survey/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
- Pedro M. Baeza
- [Binhex](https://binhex.cloud//com):
- David Luis Mora \<<d.luis@binhex.cloud>\>

Trobz

- Dung Tran \<<dungtd@trobz.com>\>
- Yvan Dotet \<<yvan.dotet@logicasoft.eu>\>

- [Trobz](https://www.trobz.com):
- Dung Tran \<<dungtd@trobz.com>\>
- Khoi (Kien Kim) \<<khoikk@trobz.com>\>
4 changes: 4 additions & 0 deletions mgmtsystem_survey/readme/CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
The development of this module has been financially supported by:

- Camptocamp

The migration of this module from 17.0 to 18.0 was financially supported by:

- Camptocamp.
14 changes: 10 additions & 4 deletions mgmtsystem_survey/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,11 +443,12 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
<li>David Luis Mora &lt;<a class="reference external" href="mailto:d.luis&#64;binhex.cloud">d.luis&#64;binhex.cloud</a>&gt;</li>
</ul>
</li>
</ul>
<p>Trobz</p>
<ul class="simple">
<li>Dung Tran &lt;<a class="reference external" href="mailto:dungtd&#64;trobz.com">dungtd&#64;trobz.com</a>&gt;</li>
<li>Yvan Dotet &lt;<a class="reference external" href="mailto:yvan.dotet&#64;logicasoft.eu">yvan.dotet&#64;logicasoft.eu</a>&gt;</li>
<li><a class="reference external" href="https://www.trobz.com">Trobz</a>:<ul>
<li>Dung Tran &lt;<a class="reference external" href="mailto:dungtd&#64;trobz.com">dungtd&#64;trobz.com</a>&gt;</li>
<li>Khoi (Kien Kim) &lt;<a class="reference external" href="mailto:khoikk&#64;trobz.com">khoikk&#64;trobz.com</a>&gt;</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="other-credits">
Expand All @@ -456,6 +457,11 @@ <h2><a class="toc-backref" href="#toc-entry-7">Other credits</a></h2>
<ul class="simple">
<li>Camptocamp</li>
</ul>
<p>The migration of this module from 17.0 to 18.0 was financially supported
by:</p>
<ul class="simple">
<li>Camptocamp.</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion mgmtsystem_survey/views/survey_survey.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<record id="action_survey_form" model="ir.actions.act_window">
<field name="name">Surveys</field>
<field name="res_model">survey.survey</field>
<field name="view_mode">tree,form</field>
<field name="view_mode">list,form</field>
</record>
<menuitem
id="menu_open_survey"
Expand Down

0 comments on commit 669c5e4

Please sign in to comment.