[MIG] mail_restrict_follower_selection: Migrated to 10.0
This commit is contained in:
parent
98837c49ae
commit
0a49941448
@ -19,7 +19,7 @@ Usage
|
|||||||
|
|
||||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||||
:alt: Try me on Runbot
|
:alt: Try me on Runbot
|
||||||
:target: https://runbot.odoo-community.org/runbot/205/8.0
|
:target: https://runbot.odoo-community.org/runbot/205/10.0
|
||||||
|
|
||||||
For further information, please visit:
|
For further information, please visit:
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
{
|
{
|
||||||
"name": "Restrict follower selection",
|
"name": "Restrict follower selection",
|
||||||
"version": "8.0.1.0.0",
|
"version": "10.0.1.0.0",
|
||||||
"author": "Therp BV,Odoo Community Association (OCA)",
|
"author": "Therp BV,Odoo Community Association (OCA)",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"category": "Social Network",
|
"category": "Social Network",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
"data/ir_actions.xml",
|
"data/ir_actions.xml",
|
||||||
],
|
],
|
||||||
"auto_install": False,
|
"auto_install": False,
|
||||||
'installable': False,
|
'installable': True,
|
||||||
"application": False,
|
"application": False,
|
||||||
"external_dependencies": {
|
"external_dependencies": {
|
||||||
'python': [],
|
'python': [],
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<openerp>
|
<odoo>
|
||||||
<data>
|
|
||||||
<act_window id="action_setup" res_model="ir.config_parameter"
|
<act_window id="action_setup" res_model="ir.config_parameter"
|
||||||
name="Configure the restriction on followers" view_mode="form" />
|
name="Configure the restriction on followers" view_mode="form" />
|
||||||
<record id="action_setup" model="ir.actions.act_window">
|
<record id="action_setup" model="ir.actions.act_window">
|
||||||
@ -11,5 +10,4 @@
|
|||||||
<field name="type">automatic</field>
|
<field name="type">automatic</field>
|
||||||
<field name="action_id" ref="action_setup" />
|
<field name="action_id" ref="action_setup" />
|
||||||
</record>
|
</record>
|
||||||
</data>
|
</odoo>
|
||||||
</openerp>
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<openerp>
|
<odoo noupdate="1">
|
||||||
<data noupdate="1">
|
|
||||||
<record id="parameter_domain" model="ir.config_parameter">
|
<record id="parameter_domain" model="ir.config_parameter">
|
||||||
<field name="key">mail_restrict_follower_selection.domain</field>
|
<field name="key">mail_restrict_follower_selection.domain</field>
|
||||||
<field name="value">[('customer', '=', True)]</field>
|
<field name="value">[('customer', '=', True)]</field>
|
||||||
</record>
|
</record>
|
||||||
</data>
|
</odoo>
|
||||||
</openerp>
|
|
||||||
|
28
mail_restrict_follower_selection/i18n/en.po
Normal file
28
mail_restrict_follower_selection/i18n/en.po
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_restrict_follower_selection
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: social (8.0)\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2015-09-30 16:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2015-09-30 16:56+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||||
|
"Language-Team: English (http://www.transifex.com/oca/OCA-social-8-0/language/en/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: en\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_restrict_follower_selection
|
||||||
|
#: model:ir.actions.act_window,name:mail_restrict_follower_selection.action_setup
|
||||||
|
msgid "Configure the restriction on followers"
|
||||||
|
msgstr "Configure the restriction on followers"
|
||||||
|
|
||||||
|
#. module: mail_restrict_follower_selection
|
||||||
|
#: model:ir.model,name:mail_restrict_follower_selection.model_mail_wizard_invite
|
||||||
|
msgid "Invite wizard"
|
||||||
|
msgstr "Invite wizard"
|
29
mail_restrict_follower_selection/i18n/fr.po
Normal file
29
mail_restrict_follower_selection/i18n/fr.po
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_restrict_follower_selection
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Quentin THEURET <odoo@kerpeo.com>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-07-22 09:45+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-07-22 09:45+0000\n"
|
||||||
|
"Last-Translator: Quentin THEURET <odoo@kerpeo.com>, 2017\n"
|
||||||
|
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: fr\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_restrict_follower_selection
|
||||||
|
#: model:ir.actions.act_window,name:mail_restrict_follower_selection.action_setup
|
||||||
|
msgid "Configure the restriction on followers"
|
||||||
|
msgstr "Configurer les restrictions sur les abonnés"
|
||||||
|
|
||||||
|
#. module: mail_restrict_follower_selection
|
||||||
|
#: model:ir.model,name:mail_restrict_follower_selection.model_mail_wizard_invite
|
||||||
|
msgid "Invite wizard"
|
||||||
|
msgstr "Assistant d'invitation"
|
29
mail_restrict_follower_selection/i18n/hr.po
Normal file
29
mail_restrict_follower_selection/i18n/hr.po
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_restrict_follower_selection
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Bole <bole@dajmi5.com>, 2016
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2016-11-29 14:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2016-11-29 14:24+0000\n"
|
||||||
|
"Last-Translator: Bole <bole@dajmi5.com>, 2016\n"
|
||||||
|
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: hr\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: mail_restrict_follower_selection
|
||||||
|
#: model:ir.actions.act_window,name:mail_restrict_follower_selection.action_setup
|
||||||
|
msgid "Configure the restriction on followers"
|
||||||
|
msgstr "Postavi ograničenja na pratitelje"
|
||||||
|
|
||||||
|
#. module: mail_restrict_follower_selection
|
||||||
|
#: model:ir.model,name:mail_restrict_follower_selection.model_mail_wizard_invite
|
||||||
|
msgid "Invite wizard"
|
||||||
|
msgstr "Čarobnjak za pozivnce"
|
29
mail_restrict_follower_selection/i18n/it.po
Normal file
29
mail_restrict_follower_selection/i18n/it.po
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_restrict_follower_selection
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Marius Marolla <mariusmarolla@gmail.com>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: Marius Marolla <mariusmarolla@gmail.com>, 2017\n"
|
||||||
|
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: it\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_restrict_follower_selection
|
||||||
|
#: model:ir.actions.act_window,name:mail_restrict_follower_selection.action_setup
|
||||||
|
msgid "Configure the restriction on followers"
|
||||||
|
msgstr "Imposta restrizioni sui follower"
|
||||||
|
|
||||||
|
#. module: mail_restrict_follower_selection
|
||||||
|
#: model:ir.model,name:mail_restrict_follower_selection.model_mail_wizard_invite
|
||||||
|
msgid "Invite wizard"
|
||||||
|
msgstr "Wizard Creazione Invito"
|
29
mail_restrict_follower_selection/i18n/sl.po
Normal file
29
mail_restrict_follower_selection/i18n/sl.po
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_restrict_follower_selection
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: social (8.0)\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2015-09-30 16:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2015-10-01 13:00+0000\n"
|
||||||
|
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
|
||||||
|
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-social-8-0/language/sl/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sl\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: mail_restrict_follower_selection
|
||||||
|
#: model:ir.actions.act_window,name:mail_restrict_follower_selection.action_setup
|
||||||
|
msgid "Configure the restriction on followers"
|
||||||
|
msgstr "Nastavitev omejitev za sledilce"
|
||||||
|
|
||||||
|
#. module: mail_restrict_follower_selection
|
||||||
|
#: model:ir.model,name:mail_restrict_follower_selection.model_mail_wizard_invite
|
||||||
|
msgid "Invite wizard"
|
||||||
|
msgstr "Čarovnik za vabila"
|
@ -18,7 +18,7 @@
|
|||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
from lxml import etree
|
from lxml import etree
|
||||||
from openerp import models, api
|
from odoo import models, api
|
||||||
|
|
||||||
|
|
||||||
class MailWizardInvite(models.TransientModel):
|
class MailWizardInvite(models.TransientModel):
|
||||||
|
Loading…
Reference in New Issue
Block a user