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

[17.0][MIG] disable_odoo_online #79

Merged
merged 30 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8f62140
[FIX] Rename the module disable_openerp_online to disable_odoo_online…
tungocbui Mar 29, 2016
1d55830
[PORT] disable_odoo_online. [REF] remove obsolete code. OCA conventio…
legalsylvain Oct 23, 2016
af3f9ab
[MIG] Disable_odoo_online: Migration to 11.0
hieulucky111 Nov 23, 2017
9858c5d
disable_odoo_online: make it clear in README, that feature works in o…
Apr 9, 2018
b959453
Refactor in customized template and alter menu app location (#3)
aldo774 Apr 9, 2018
4051b95
porting disable_odoo_online to 12
eLBati Oct 21, 2018
43baa04
[UPD] Update disable_odoo_online.pot
oca-travis Nov 2, 2018
df52886
Translated using Weblate (French)
gurneyalex Dec 11, 2018
b9d16b3
Translated using Weblate (Spanish)
mvrodriguez Mar 1, 2019
2e10221
[UPD] README.rst
OCA-git-bot Jul 29, 2019
8361343
Translated using Weblate (Portuguese (Brazil))
Aug 30, 2019
9d040cb
Translated using Weblate (Croatian)
badbole Nov 18, 2019
a05dfc3
[IMP] disable_odoo_online: black, isort
tarteo Dec 6, 2019
dfbe36b
[MIG] disable_odoo_online: Migration to 13.0
tarteo Dec 6, 2019
334d0b5
[UPD] Update disable_odoo_online.pot
oca-travis Apr 16, 2020
003ed7d
[UPD] README.rst
OCA-git-bot Apr 16, 2020
460791d
[MIG] Migrate module disable_odoo_online to v14.
dsolanki-initos Oct 21, 2020
d42ce24
[UPD] Update disable_odoo_online.pot
oca-travis Jan 25, 2021
53bcdf9
[UPD] README.rst
OCA-git-bot Jan 25, 2021
1e2460c
[MIG] disable_odoo_online: Migration to 15.0
vincent-hatakeyama Mar 14, 2022
20d7918
[UPD] Update disable_odoo_online.pot
Apr 21, 2022
3f9890e
[UPD] README.rst
OCA-git-bot Apr 21, 2022
3a8a35b
Translated using Weblate (Italian)
mymage Dec 20, 2022
57d0bc1
[MIG] disable_odoo_online: Migration to 16.0
remi-filament Feb 8, 2023
4d0bbf8
[UPD] Update disable_odoo_online.pot
Feb 9, 2023
fc920ed
[UPD] README.rst
OCA-git-bot Feb 9, 2023
86837f6
Update translation files
weblate Feb 9, 2023
d261892
[UPD] README.rst
OCA-git-bot Sep 3, 2023
4dfe64e
[IMP] disable_odoo_online: pre-commit auto fixes
lojanet Nov 17, 2023
24c4db7
[MIG] disable_odoo_online: Migration to 17.0
lojanet Nov 17, 2023
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
97 changes: 97 additions & 0 deletions disable_odoo_online/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
========================
Remove odoo.com Bindings
========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:778b7d9984ee7dfa7e3b47cdd9ecf6ed00eb8eaf0e76b6bbf51877485b02484b
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--brand-lightgray.png?logo=github
:target: https://github.com/OCA/server-brand/tree/17.0/disable_odoo_online
:alt: OCA/server-brand
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-brand-17-0/server-brand-17-0-disable_odoo_online
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-brand&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module deactivates all bindings to odoo.com that come with the
standard code:

- update notifier code is deactivated and the function is overwritten.
It's deactivated only in community version, because `it's not
legal <https://www.odoo.com/documentation/user/12.0/legal/terms/enterprise.html#customer-obligations>`__
to deactivate notifier code in odoo enterprise
- apps and updates menu items in settings are hidden inside Technical
Parameters
- documentation, support and odoo.com account are removed from user
menu

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-brand/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/server-brand/issues/new?body=module:%20disable_odoo_online%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Therp BV
* GRAP

Contributors
------------

- Holger Brunn <hbrunn@therp.nl>
- Stefan Rijnhart <stefan@opener.am>
- Sylvain LE GAL
(`https://twitter.com/legalsylvain <https://twitter.com/legalsylvain>`__)
- Hieu, Vo Minh Bao <hieu.vmb@komit-consulting.com>
- Lorenzo Battistini
<`https://github.com/eLBati <https://github.com/eLBati>`__>
- Dennis Sluijk <d.sluijk@onestein.nl>
- Dhara Solanki <dhara.solanki@initos.com>
(`http://www.initos.com <http://www.initos.com>`__)
- Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>

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

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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.

This module is part of the `OCA/server-brand <https://github.com/OCA/server-brand/tree/17.0/disable_odoo_online>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions disable_odoo_online/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (C) 2013 Therp BV (<http://therp.nl>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import models
19 changes: 19 additions & 0 deletions disable_odoo_online/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright (C) 2013 Therp BV (<http://therp.nl>).
# Copyright (C) 2022 XCG Consulting (<https://xcg-consulting.fr/>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Remove odoo.com Bindings",
"version": "17.0.1.0.0",
"author": "Therp BV,GRAP,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-brand",
"license": "AGPL-3",
"category": "Hidden",
"depends": ["mail"],
"data": ["views/ir_ui_menu.xml"],
"assets": {
"web.assets_backend": [
"disable_odoo_online/static/src/js/user_menu_items.esm.js"
],
},
"installable": True,
}
26 changes: 26 additions & 0 deletions disable_odoo_online/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * disable_odoo_online
#
# Translators:
# Rudolf Schnapka <rs@techno-flex.de>, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-17 12:15+0000\n"
"PO-Revision-Date: 2016-04-21 09:16+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-9-0/"
"language/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: disable_odoo_online
#: model:ir.model,name:disable_odoo_online.model_publisher_warranty_contract
#, fuzzy
msgid "Publisher Warranty Contract"
msgstr "publisher_warranty.contract"
19 changes: 19 additions & 0 deletions disable_odoo_online/i18n/disable_odoo_online.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * disable_odoo_online
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \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: disable_odoo_online
#: model:ir.model,name:disable_odoo_online.model_publisher_warranty_contract
msgid "Publisher Warranty Contract"
msgstr ""
26 changes: 26 additions & 0 deletions disable_odoo_online/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * disable_odoo_online
#
# Translators:
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (10.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 02:01+0000\n"
"PO-Revision-Date: 2019-03-01 15:53+0000\n"
"Last-Translator: Marta Vázquez Rodríguez <vazrodmar@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-10-0/"
"language/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.4\n"

#. module: disable_odoo_online
#: model:ir.model,name:disable_odoo_online.model_publisher_warranty_contract
msgid "Publisher Warranty Contract"
msgstr "'publisher_warranty.contract'"
37 changes: 37 additions & 0 deletions disable_odoo_online/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * disable_odoo_online
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-29 11:14+0000\n"
"PO-Revision-Date: 2018-12-12 19:58+0000\n"
"Last-Translator: Alexandre Fayolle <alexandre.fayolle@camptocamp.com>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.3\n"

#. module: disable_odoo_online
#: model:ir.model,name:disable_odoo_online.model_publisher_warranty_contract
msgid "Publisher Warranty Contract"
msgstr "Contrat de garantie fournisseur"

#~ msgid "Created by"
#~ msgstr "Créé par"

#~ msgid "Created on"
#~ msgstr "Date"

#~ msgid "Last Updated by"
#~ msgstr "Dernière mise à jour par"

#~ msgid "Last Updated on"
#~ msgstr "Dernière mise à jour le"
27 changes: 27 additions & 0 deletions disable_odoo_online/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * disable_odoo_online
#
# Translators:
# Bole <bole@dajmi5.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-01 13:12+0000\n"
"PO-Revision-Date: 2019-11-18 14:35+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-server-tools-9-0/"
"language/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.8\n"

#. module: disable_odoo_online
#: model:ir.model,name:disable_odoo_online.model_publisher_warranty_contract
msgid "Publisher Warranty Contract"
msgstr "Ugovor o održavanju Izdavača"
27 changes: 27 additions & 0 deletions disable_odoo_online/i18n/hr_HR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * disable_odoo_online
#
# Translators:
# Bole <bole@dajmi5.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-09 12:31+0000\n"
"PO-Revision-Date: 2016-05-31 20:16+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-server-"
"tools-9-0/language/hr_HR/)\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: disable_odoo_online
#: model:ir.model,name:disable_odoo_online.model_publisher_warranty_contract
#, fuzzy
msgid "Publisher Warranty Contract"
msgstr "publisher_warranty.contract"
26 changes: 26 additions & 0 deletions disable_odoo_online/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * disable_odoo_online
#
# Translators:
# Paolo Valier, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (10.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 02:01+0000\n"
"PO-Revision-Date: 2022-12-20 15:44+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-10-0/"
"language/it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.14.1\n"

#. module: disable_odoo_online
#: model:ir.model,name:disable_odoo_online.model_publisher_warranty_contract
msgid "Publisher Warranty Contract"
msgstr "Contratto garanzia editore"
26 changes: 26 additions & 0 deletions disable_odoo_online/i18n/nl_NL.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * disable_odoo_online
#
# Translators:
# Peter Hageman <hageman.p@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: server-tools (10.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 12:21+0000\n"
"PO-Revision-Date: 2017-06-29 07:30+0000\n"
"Last-Translator: Peter Hageman <hageman.p@gmail.com>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-server-"
"tools-10-0/language/nl_NL/)\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: disable_odoo_online
#: model:ir.model,name:disable_odoo_online.model_publisher_warranty_contract
#, fuzzy
msgid "Publisher Warranty Contract"
msgstr "publisher_warranty.contract"
37 changes: 37 additions & 0 deletions disable_odoo_online/i18n/pt_BR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * disable_openerp_online
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-29 11:14+0000\n"
"PO-Revision-Date: 2019-08-30 18:23+0000\n"
"Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.8\n"

#. module: disable_odoo_online
#: model:ir.model,name:disable_odoo_online.model_publisher_warranty_contract
msgid "Publisher Warranty Contract"
msgstr "Contrato de Garantia Publicado"

#~ msgid "Created by"
#~ msgstr "Criado por"

#~ msgid "Created on"
#~ msgstr "Criado em"

#~ msgid "Last Updated by"
#~ msgstr "Última atualização por"

#~ msgid "Last Updated on"
#~ msgstr "Última atualização em"
Loading
Loading