-
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
24 changed files
with
920 additions
and
0 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,93 @@ | ||
======================== | ||
Remove odoo.com Bindings | ||
======================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:275c91041814b41930927bd0e2a89ef1996091ff52075a7016db7102b54113c4 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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/18.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-18-0/server-brand-18-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=18.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:%2018.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) | ||
- Hieu, Vo Minh Bao <hieu.vmb@komit-consulting.com> | ||
- Lorenzo Battistini <https://github.com/eLBati> | ||
- Dennis Sluijk <d.sluijk@onestein.nl> | ||
- Dhara Solanki <dhara.solanki@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/18.0/disable_odoo_online>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
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,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 |
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,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": "18.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, | ||
} |
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,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" |
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,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 "" |
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,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'" |
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,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" |
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,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" |
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,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" |
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,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" |
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,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" |
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,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" |
Oops, something went wrong.