From 6d349fb9e90a89c84bfaf26922e736eee1b50beb Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Mon, 9 Mar 2026 22:54:37 +0100 Subject: [PATCH] remove association - removed in OCB 19.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 assisted by claude --- odoo-bringout-oca-ocb-association/README.md | 52 ------------------- .../association/__init__.py | 2 - .../association/__manifest__.py | 20 ------- .../association/i18n/af.po | 21 -------- .../association/i18n/am.po | 21 -------- .../association/i18n/ar.po | 25 --------- .../association/i18n/association.pot | 21 -------- .../association/i18n/az.po | 21 -------- .../association/i18n/bg.po | 21 -------- .../association/i18n/bs.po | 21 -------- .../association/i18n/ca.po | 24 --------- .../association/i18n/cs.po | 25 --------- .../association/i18n/da.po | 24 --------- .../association/i18n/de.po | 25 --------- .../association/i18n/el.po | 24 --------- .../association/i18n/en_GB.po | 21 -------- .../association/i18n/es.po | 25 --------- .../association/i18n/es_BO.po | 21 -------- .../association/i18n/es_CL.po | 21 -------- .../association/i18n/es_CO.po | 21 -------- .../association/i18n/es_CR.po | 21 -------- .../association/i18n/es_DO.po | 21 -------- .../association/i18n/es_EC.po | 21 -------- .../association/i18n/es_PE.po | 21 -------- .../association/i18n/es_PY.po | 21 -------- .../association/i18n/es_VE.po | 21 -------- .../association/i18n/et.po | 25 --------- .../association/i18n/eu.po | 21 -------- .../association/i18n/fa.po | 24 --------- .../association/i18n/fi.po | 24 --------- .../association/i18n/fo.po | 21 -------- .../association/i18n/fr.po | 25 --------- .../association/i18n/fr_CA.po | 21 -------- .../association/i18n/gl.po | 21 -------- .../association/i18n/gu.po | 24 --------- .../association/i18n/he.po | 25 --------- .../association/i18n/hr.po | 25 --------- .../association/i18n/hu.po | 25 --------- .../association/i18n/id.po | 24 --------- .../association/i18n/is.po | 25 --------- .../association/i18n/it.po | 25 --------- .../association/i18n/ja.po | 24 --------- .../association/i18n/ka.po | 21 -------- .../association/i18n/kab.po | 21 -------- .../association/i18n/km.po | 24 --------- .../association/i18n/ko.po | 25 --------- .../association/i18n/lb.po | 25 --------- .../association/i18n/lo.po | 21 -------- .../association/i18n/lt.po | 25 --------- .../association/i18n/lv.po | 21 -------- .../association/i18n/mk.po | 21 -------- .../association/i18n/mn.po | 25 --------- .../association/i18n/nb.po | 25 --------- .../association/i18n/ne.po | 21 -------- .../association/i18n/nl.po | 25 --------- .../association/i18n/pl.po | 24 --------- .../association/i18n/pt.po | 21 -------- .../association/i18n/pt_BR.po | 25 --------- .../association/i18n/ro.po | 21 -------- .../association/i18n/ru.po | 25 --------- .../association/i18n/sk.po | 24 --------- .../association/i18n/sl.po | 21 -------- .../association/i18n/sq.po | 21 -------- .../association/i18n/sr.po | 24 --------- .../association/i18n/sr@latin.po | 24 --------- .../association/i18n/sv.po | 24 --------- .../association/i18n/th.po | 25 --------- .../association/i18n/tr.po | 25 --------- .../association/i18n/uk.po | 24 --------- .../association/i18n/vi.po | 24 --------- .../association/i18n/zh_CN.po | 25 --------- .../association/i18n/zh_TW.po | 24 --------- .../association/views/association_views.xml | 9 ---- .../doc/ARCHITECTURE.md | 32 ------------ .../doc/CONFIGURATION.md | 3 -- .../doc/CONTROLLERS.md | 3 -- .../doc/DEPENDENCIES.md | 7 --- odoo-bringout-oca-ocb-association/doc/FAQ.md | 4 -- .../doc/INSTALL.md | 7 --- .../doc/MODELS.md | 11 ---- .../doc/OVERVIEW.md | 6 --- .../doc/REPORTS.md | 3 -- .../doc/SECURITY.md | 8 --- .../doc/TROUBLESHOOTING.md | 5 -- .../doc/USAGE.md | 7 --- .../doc/WIZARDS.md | 3 -- .../pyproject.toml | 44 ---------------- 87 files changed, 1814 deletions(-) delete mode 100644 odoo-bringout-oca-ocb-association/README.md delete mode 100644 odoo-bringout-oca-ocb-association/association/__init__.py delete mode 100644 odoo-bringout-oca-ocb-association/association/__manifest__.py delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/af.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/am.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/ar.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/association.pot delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/az.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/bg.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/bs.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/ca.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/cs.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/da.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/de.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/el.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/en_GB.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/es.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/es_BO.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/es_CL.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/es_CO.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/es_CR.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/es_DO.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/es_EC.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/es_PE.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/es_PY.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/es_VE.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/et.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/eu.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/fa.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/fi.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/fo.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/fr.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/fr_CA.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/gl.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/gu.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/he.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/hr.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/hu.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/id.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/is.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/it.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/ja.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/ka.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/kab.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/km.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/ko.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/lb.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/lo.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/lt.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/lv.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/mk.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/mn.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/nb.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/ne.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/nl.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/pl.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/pt.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/pt_BR.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/ro.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/ru.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/sk.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/sl.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/sq.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/sr.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/sr@latin.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/sv.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/th.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/tr.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/uk.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/vi.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/zh_CN.po delete mode 100644 odoo-bringout-oca-ocb-association/association/i18n/zh_TW.po delete mode 100644 odoo-bringout-oca-ocb-association/association/views/association_views.xml delete mode 100644 odoo-bringout-oca-ocb-association/doc/ARCHITECTURE.md delete mode 100644 odoo-bringout-oca-ocb-association/doc/CONFIGURATION.md delete mode 100644 odoo-bringout-oca-ocb-association/doc/CONTROLLERS.md delete mode 100644 odoo-bringout-oca-ocb-association/doc/DEPENDENCIES.md delete mode 100644 odoo-bringout-oca-ocb-association/doc/FAQ.md delete mode 100644 odoo-bringout-oca-ocb-association/doc/INSTALL.md delete mode 100644 odoo-bringout-oca-ocb-association/doc/MODELS.md delete mode 100644 odoo-bringout-oca-ocb-association/doc/OVERVIEW.md delete mode 100644 odoo-bringout-oca-ocb-association/doc/REPORTS.md delete mode 100644 odoo-bringout-oca-ocb-association/doc/SECURITY.md delete mode 100644 odoo-bringout-oca-ocb-association/doc/TROUBLESHOOTING.md delete mode 100644 odoo-bringout-oca-ocb-association/doc/USAGE.md delete mode 100644 odoo-bringout-oca-ocb-association/doc/WIZARDS.md delete mode 100644 odoo-bringout-oca-ocb-association/pyproject.toml diff --git a/odoo-bringout-oca-ocb-association/README.md b/odoo-bringout-oca-ocb-association/README.md deleted file mode 100644 index 7ab10462..00000000 --- a/odoo-bringout-oca-ocb-association/README.md +++ /dev/null @@ -1,52 +0,0 @@ -# Associations Management - - -This module is to configure modules related to an association. -============================================================== - -It installs the profile for associations to manage events, registrations, memberships, -membership products (schemes). - - -## Installation - -```bash -pip install odoo-bringout-oca-ocb-association -``` - -## Dependencies - -This addon depends on: -- base_setup -- membership -- event - -## Manifest Information - -- **Name**: Associations Management -- **Version**: 0.1 -- **Category**: Marketing -- **License**: LGPL-3 -- **Installable**: True - -## Source - -Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `association`. - -## License - -This package maintains the original LGPL-3 license from the upstream Odoo project. - -## Documentation - -- Overview: doc/OVERVIEW.md -- Architecture: doc/ARCHITECTURE.md -- Models: doc/MODELS.md -- Controllers: doc/CONTROLLERS.md -- Wizards: doc/WIZARDS.md -- Install: doc/INSTALL.md -- Usage: doc/USAGE.md -- Configuration: doc/CONFIGURATION.md -- Dependencies: doc/DEPENDENCIES.md -- Troubleshooting: doc/TROUBLESHOOTING.md -- FAQ: doc/FAQ.md diff --git a/odoo-bringout-oca-ocb-association/association/__init__.py b/odoo-bringout-oca-ocb-association/association/__init__.py deleted file mode 100644 index 67dee8c6..00000000 --- a/odoo-bringout-oca-ocb-association/association/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. diff --git a/odoo-bringout-oca-ocb-association/association/__manifest__.py b/odoo-bringout-oca-ocb-association/association/__manifest__.py deleted file mode 100644 index 2c17ea43..00000000 --- a/odoo-bringout-oca-ocb-association/association/__manifest__.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - - -{ - 'name': 'Associations Management', - 'version': '0.1', - 'category': 'Marketing', - 'description': """ -This module is to configure modules related to an association. -============================================================== - -It installs the profile for associations to manage events, registrations, memberships, -membership products (schemes). - """, - 'depends': ['base_setup', 'membership', 'event'], - 'data': ['views/association_views.xml'], - 'installable': True, - 'license': 'LGPL-3', -} diff --git a/odoo-bringout-oca-ocb-association/association/i18n/af.po b/odoo-bringout-oca-ocb-association/association/i18n/af.po deleted file mode 100644 index f4638bfd..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/af.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: af\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/am.po b/odoo-bringout-oca-ocb-association/association/i18n/am.po deleted file mode 100644 index 507a6831..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/am.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: am\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/ar.po b/odoo-bringout-oca-ocb-association/association/i18n/ar.po deleted file mode 100644 index 967bc063..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/ar.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Mustafa Rawi , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Mustafa Rawi , 2019\n" -"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "إعداد" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/association.pot b/odoo-bringout-oca-ocb-association/association/i18n/association.pot deleted file mode 100644 index 640a5f56..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/association.pot +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 16.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-06 13:31+0000\n" -"PO-Revision-Date: 2024-02-06 13:31+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: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/az.po b/odoo-bringout-oca-ocb-association/association/i18n/az.po deleted file mode 100644 index df558ca2..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/az.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-08-24 09:15+0000\n" -"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: az\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/bg.po b/odoo-bringout-oca-ocb-association/association/i18n/bg.po deleted file mode 100644 index abea0caa..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/bg.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: bg\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/bs.po b/odoo-bringout-oca-ocb-association/association/i18n/bs.po deleted file mode 100644 index 99a43249..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/bs.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 16.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-06 13:31+0000\n" -"PO-Revision-Date: 2024-02-06 13:31+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: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Konfiguracija" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/ca.po b/odoo-bringout-oca-ocb-association/association/i18n/ca.po deleted file mode 100644 index 44109a4e..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/ca.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-09-18 09:49+0000\n" -"Last-Translator: Martin Trigaux, 2018\n" -"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: ca\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Configuració" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/cs.po b/odoo-bringout-oca-ocb-association/association/i18n/cs.po deleted file mode 100644 index 4a110cbf..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/cs.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# trendspotter , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: trendspotter , 2019\n" -"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: cs\n" -"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Konfigurace" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/da.po b/odoo-bringout-oca-ocb-association/association/i18n/da.po deleted file mode 100644 index c26672e8..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/da.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-09-18 09:49+0000\n" -"Last-Translator: Martin Trigaux, 2018\n" -"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: da\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Konfiguration" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/de.po b/odoo-bringout-oca-ocb-association/association/i18n/de.po deleted file mode 100644 index 8709853a..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/de.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Martin Trigaux, 2019\n" -"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: de\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Konfiguration" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/el.po b/odoo-bringout-oca-ocb-association/association/i18n/el.po deleted file mode 100644 index f9479358..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/el.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-09-18 09:49+0000\n" -"Last-Translator: Martin Trigaux, 2018\n" -"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: el\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Διαμόρφωση" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/en_GB.po b/odoo-bringout-oca-ocb-association/association/i18n/en_GB.po deleted file mode 100644 index 57f20470..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/en_GB.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: en_GB\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/es.po b/odoo-bringout-oca-ocb-association/association/i18n/es.po deleted file mode 100644 index fa5d7a65..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/es.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Martin Trigaux, 2019\n" -"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Configuración" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/es_BO.po b/odoo-bringout-oca-ocb-association/association/i18n/es_BO.po deleted file mode 100644 index 3bf32033..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/es_BO.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es_BO\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/es_CL.po b/odoo-bringout-oca-ocb-association/association/i18n/es_CL.po deleted file mode 100644 index 8a13ccf9..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/es_CL.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es_CL\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/es_CO.po b/odoo-bringout-oca-ocb-association/association/i18n/es_CO.po deleted file mode 100644 index 349d3970..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/es_CO.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es_CO\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/es_CR.po b/odoo-bringout-oca-ocb-association/association/i18n/es_CR.po deleted file mode 100644 index d60381c2..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/es_CR.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es_CR\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/es_DO.po b/odoo-bringout-oca-ocb-association/association/i18n/es_DO.po deleted file mode 100644 index 6a492617..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/es_DO.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es_DO\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/es_EC.po b/odoo-bringout-oca-ocb-association/association/i18n/es_EC.po deleted file mode 100644 index 8633dde2..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/es_EC.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es_EC\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/es_PE.po b/odoo-bringout-oca-ocb-association/association/i18n/es_PE.po deleted file mode 100644 index 647b808b..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/es_PE.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es_PE\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/es_PY.po b/odoo-bringout-oca-ocb-association/association/i18n/es_PY.po deleted file mode 100644 index 18cd0fbe..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/es_PY.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es_PY\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/es_VE.po b/odoo-bringout-oca-ocb-association/association/i18n/es_VE.po deleted file mode 100644 index d9a81fc8..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/es_VE.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es_VE\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/et.po b/odoo-bringout-oca-ocb-association/association/i18n/et.po deleted file mode 100644 index d7045406..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/et.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Eneli Õigus , 2018 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-08-24 09:15+0000\n" -"Last-Translator: Eneli Õigus , 2018\n" -"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: et\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Seadistused" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/eu.po b/odoo-bringout-oca-ocb-association/association/i18n/eu.po deleted file mode 100644 index 708e5413..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/eu.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: eu\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/fa.po b/odoo-bringout-oca-ocb-association/association/i18n/fa.po deleted file mode 100644 index 2020003b..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/fa.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-09-18 09:49+0000\n" -"Last-Translator: Martin Trigaux, 2018\n" -"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: fa\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "پیکربندی" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/fi.po b/odoo-bringout-oca-ocb-association/association/i18n/fi.po deleted file mode 100644 index e0f85fa1..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/fi.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Tuomo Aura , 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-22 14:10+0000\n" -"PO-Revision-Date: 2018-03-22 14:10+0000\n" -"Last-Translator: Tuomo Aura , 2018\n" -"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: fi\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Asetukset" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/fo.po b/odoo-bringout-oca-ocb-association/association/i18n/fo.po deleted file mode 100644 index 5397d34d..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/fo.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: fo\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/fr.po b/odoo-bringout-oca-ocb-association/association/i18n/fr.po deleted file mode 100644 index cbe7ed72..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/fr.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Martin Trigaux, 2019\n" -"Language-Team: French (https://www.transifex.com/odoo/teams/41243/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: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Configuration" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/fr_CA.po b/odoo-bringout-oca-ocb-association/association/i18n/fr_CA.po deleted file mode 100644 index 88b1789e..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/fr_CA.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: fr_CA\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/gl.po b/odoo-bringout-oca-ocb-association/association/i18n/gl.po deleted file mode 100644 index 8d1c2f5b..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/gl.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: gl\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/gu.po b/odoo-bringout-oca-ocb-association/association/i18n/gu.po deleted file mode 100644 index d43b6352..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/gu.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-22 14:10+0000\n" -"PO-Revision-Date: 2018-03-22 14:10+0000\n" -"Last-Translator: Martin Trigaux, 2018\n" -"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: gu\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "રુપરેખાંકન" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/he.po b/odoo-bringout-oca-ocb-association/association/i18n/he.po deleted file mode 100644 index 6814fda4..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/he.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# דודי מלכה , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: דודי מלכה , 2019\n" -"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: he\n" -"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "תצורה" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/hr.po b/odoo-bringout-oca-ocb-association/association/i18n/hr.po deleted file mode 100644 index ed7adf67..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/hr.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Martin Trigaux, 2019\n" -"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/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: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Postava" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/hu.po b/odoo-bringout-oca-ocb-association/association/i18n/hu.po deleted file mode 100644 index 21499ac3..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/hu.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Ákos Nagy , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Ákos Nagy , 2019\n" -"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: hu\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Konfiguráció" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/id.po b/odoo-bringout-oca-ocb-association/association/i18n/id.po deleted file mode 100644 index d6ab76b4..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/id.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Bonny Useful , 2017 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Last-Translator: Bonny Useful , 2017\n" -"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: id\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Konfigurasi" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/is.po b/odoo-bringout-oca-ocb-association/association/i18n/is.po deleted file mode 100644 index 87b5a57a..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/is.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Birgir Steinarsson , 2018 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-08-24 09:15+0000\n" -"Last-Translator: Birgir Steinarsson , 2018\n" -"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: is\n" -"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Uppsetning" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/it.po b/odoo-bringout-oca-ocb-association/association/i18n/it.po deleted file mode 100644 index 9e2d0306..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/it.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Paolo Valier, 2018 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-08-24 09:15+0000\n" -"Last-Translator: Paolo Valier, 2018\n" -"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/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: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Configurazione" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/ja.po b/odoo-bringout-oca-ocb-association/association/i18n/ja.po deleted file mode 100644 index d3074f9b..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/ja.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-09-18 09:49+0000\n" -"Last-Translator: Martin Trigaux, 2018\n" -"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: ja\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "設定" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/ka.po b/odoo-bringout-oca-ocb-association/association/i18n/ka.po deleted file mode 100644 index 027d2b96..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/ka.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: ka\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/kab.po b/odoo-bringout-oca-ocb-association/association/i18n/kab.po deleted file mode 100644 index 57a7263c..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/kab.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: kab\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/km.po b/odoo-bringout-oca-ocb-association/association/i18n/km.po deleted file mode 100644 index 34e602ad..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/km.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Sengtha Chay , 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-09-18 09:49+0000\n" -"Last-Translator: Sengtha Chay , 2018\n" -"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: km\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "កំណត់ផ្លាស់ប្តូរ" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/ko.po b/odoo-bringout-oca-ocb-association/association/i18n/ko.po deleted file mode 100644 index f14ffe96..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/ko.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Linkup , 2018 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-08-24 09:15+0000\n" -"Last-Translator: Linkup , 2018\n" -"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: ko\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "구성" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/lb.po b/odoo-bringout-oca-ocb-association/association/i18n/lb.po deleted file mode 100644 index b38d3c7f..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/lb.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Xavier ALT , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Xavier ALT , 2019\n" -"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: lb\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Konfiguratioun" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/lo.po b/odoo-bringout-oca-ocb-association/association/i18n/lo.po deleted file mode 100644 index 6a60db4c..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/lo.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: lo\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/lt.po b/odoo-bringout-oca-ocb-association/association/i18n/lt.po deleted file mode 100644 index f0b07586..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/lt.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Linas Versada , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Linas Versada , 2019\n" -"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: lt\n" -"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Konfigūracija" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/lv.po b/odoo-bringout-oca-ocb-association/association/i18n/lv.po deleted file mode 100644 index ac3f465e..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/lv.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/mk.po b/odoo-bringout-oca-ocb-association/association/i18n/mk.po deleted file mode 100644 index 9341f0f3..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/mk.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: mk\n" -"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/mn.po b/odoo-bringout-oca-ocb-association/association/i18n/mn.po deleted file mode 100644 index 822fc8db..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/mn.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Martin Trigaux, 2019\n" -"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: mn\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Тохиргоо" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/nb.po b/odoo-bringout-oca-ocb-association/association/i18n/nb.po deleted file mode 100644 index 7a1cb6ca..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/nb.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Martin Trigaux, 2019\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: nb\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Konfigurasjon" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/ne.po b/odoo-bringout-oca-ocb-association/association/i18n/ne.po deleted file mode 100644 index bc325dd8..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/ne.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: ne\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/nl.po b/odoo-bringout-oca-ocb-association/association/i18n/nl.po deleted file mode 100644 index 629c47a9..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/nl.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Yenthe Van Ginneken , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Yenthe Van Ginneken , 2019\n" -"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: nl\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Configuratie" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/pl.po b/odoo-bringout-oca-ocb-association/association/i18n/pl.po deleted file mode 100644 index f8731802..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/pl.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Marcin Młynarczyk , 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-09-18 09:49+0000\n" -"Last-Translator: Marcin Młynarczyk , 2018\n" -"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Konfiguracja" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/pt.po b/odoo-bringout-oca-ocb-association/association/i18n/pt.po deleted file mode 100644 index 3c0394e7..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/pt.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: pt\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/pt_BR.po b/odoo-bringout-oca-ocb-association/association/i18n/pt_BR.po deleted file mode 100644 index 1a05ddc0..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/pt_BR.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Martin Trigaux, 2019\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Configuração" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/ro.po b/odoo-bringout-oca-ocb-association/association/i18n/ro.po deleted file mode 100644 index c319b020..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/ro.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/ru.po b/odoo-bringout-oca-ocb-association/association/i18n/ru.po deleted file mode 100644 index 57c216f1..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/ru.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Martin Trigaux, 2019\n" -"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Настройка" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/sk.po b/odoo-bringout-oca-ocb-association/association/i18n/sk.po deleted file mode 100644 index 3aae8cee..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/sk.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# gebri , 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-09-18 09:49+0000\n" -"Last-Translator: gebri , 2018\n" -"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: sk\n" -"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Konfigurácia" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/sl.po b/odoo-bringout-oca-ocb-association/association/i18n/sl.po deleted file mode 100644 index a1fdd846..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/sl.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/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: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/sq.po b/odoo-bringout-oca-ocb-association/association/i18n/sq.po deleted file mode 100644 index eb4b3e4e..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/sq.po +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: sq\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/sr.po b/odoo-bringout-oca-ocb-association/association/i18n/sr.po deleted file mode 100644 index 4e55f49c..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/sr.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-09-18 09:49+0000\n" -"Last-Translator: Martin Trigaux, 2018\n" -"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: sr\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: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Konfiguracija" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/sr@latin.po b/odoo-bringout-oca-ocb-association/association/i18n/sr@latin.po deleted file mode 100644 index d10d1567..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/sr@latin.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Djordje Marjanovic , 2017 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 09:53+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Last-Translator: Djordje Marjanovic , 2017\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: sr@latin\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: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Postavka" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/sv.po b/odoo-bringout-oca-ocb-association/association/i18n/sv.po deleted file mode 100644 index 6188e15a..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/sv.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-22 14:10+0000\n" -"PO-Revision-Date: 2018-03-22 14:10+0000\n" -"Last-Translator: Martin Trigaux, 2018\n" -"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: sv\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Konfiguration" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/th.po b/odoo-bringout-oca-ocb-association/association/i18n/th.po deleted file mode 100644 index 3434dda6..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/th.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Khwunchai Jaengsawang , 2018 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-08-24 09:15+0000\n" -"Last-Translator: Khwunchai Jaengsawang , 2018\n" -"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: th\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "การกำหนดค่า" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/tr.po b/odoo-bringout-oca-ocb-association/association/i18n/tr.po deleted file mode 100644 index c9bfd958..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/tr.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Murat Kaplan , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: Murat Kaplan , 2019\n" -"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: tr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Yapılandırma" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/uk.po b/odoo-bringout-oca-ocb-association/association/i18n/uk.po deleted file mode 100644 index fc519f01..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/uk.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-09-18 09:49+0000\n" -"Last-Translator: Martin Trigaux, 2018\n" -"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: uk\n" -"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Налаштування" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/vi.po b/odoo-bringout-oca-ocb-association/association/i18n/vi.po deleted file mode 100644 index 61a9ac0d..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/vi.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# thanh nguyen , 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-09-18 09:49+0000\n" -"Last-Translator: thanh nguyen , 2018\n" -"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: vi\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "Cấu hình" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/zh_CN.po b/odoo-bringout-oca-ocb-association/association/i18n/zh_CN.po deleted file mode 100644 index bd4508aa..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/zh_CN.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# 张宏奎 , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Last-Translator: 张宏奎 , 2019\n" -"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: zh_CN\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "基础配置" diff --git a/odoo-bringout-oca-ocb-association/association/i18n/zh_TW.po b/odoo-bringout-oca-ocb-association/association/i18n/zh_TW.po deleted file mode 100644 index 590d645c..00000000 --- a/odoo-bringout-oca-ocb-association/association/i18n/zh_TW.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * association -# -# Translators: -# Martin Trigaux, 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-18 09:49+0000\n" -"PO-Revision-Date: 2018-09-18 09:49+0000\n" -"Last-Translator: Martin Trigaux, 2018\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: zh_TW\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: association -#: model:ir.ui.menu,name:association.menu_event_config -msgid "Configuration" -msgstr "配置" diff --git a/odoo-bringout-oca-ocb-association/association/views/association_views.xml b/odoo-bringout-oca-ocb-association/association/views/association_views.xml deleted file mode 100644 index 22045d19..00000000 --- a/odoo-bringout-oca-ocb-association/association/views/association_views.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - diff --git a/odoo-bringout-oca-ocb-association/doc/ARCHITECTURE.md b/odoo-bringout-oca-ocb-association/doc/ARCHITECTURE.md deleted file mode 100644 index 7132e608..00000000 --- a/odoo-bringout-oca-ocb-association/doc/ARCHITECTURE.md +++ /dev/null @@ -1,32 +0,0 @@ -# Architecture - -```mermaid -flowchart TD - U[Users] -->|HTTP| V[Views and QWeb Templates] - V --> C[Controllers] - V --> W[Wizards – Transient Models] - C --> M[Models and ORM] - W --> M - M --> R[Reports] - DX[Data XML] --> M - S[Security – ACLs and Groups] -. enforces .-> M - - subgraph Association Module - association - direction LR - M:::layer - W:::layer - C:::layer - V:::layer - R:::layer - S:::layer - DX:::layer - end - - classDef layer fill:#eef8ff,stroke:#6ea8fe,stroke-width:1px -``` - -Notes -- Views include tree/form/kanban templates and report templates. -- Controllers provide website/portal routes when present. -- Wizards are UI flows implemented with `models.TransientModel`. -- Data XML loads data/demo records; Security defines groups and access. diff --git a/odoo-bringout-oca-ocb-association/doc/CONFIGURATION.md b/odoo-bringout-oca-ocb-association/doc/CONFIGURATION.md deleted file mode 100644 index 85d56640..00000000 --- a/odoo-bringout-oca-ocb-association/doc/CONFIGURATION.md +++ /dev/null @@ -1,3 +0,0 @@ -# Configuration - -Refer to Odoo settings for association. Configure related models, access rights, and options as needed. diff --git a/odoo-bringout-oca-ocb-association/doc/CONTROLLERS.md b/odoo-bringout-oca-ocb-association/doc/CONTROLLERS.md deleted file mode 100644 index f628e770..00000000 --- a/odoo-bringout-oca-ocb-association/doc/CONTROLLERS.md +++ /dev/null @@ -1,3 +0,0 @@ -# Controllers - -This module does not define custom HTTP controllers. diff --git a/odoo-bringout-oca-ocb-association/doc/DEPENDENCIES.md b/odoo-bringout-oca-ocb-association/doc/DEPENDENCIES.md deleted file mode 100644 index c6cb384c..00000000 --- a/odoo-bringout-oca-ocb-association/doc/DEPENDENCIES.md +++ /dev/null @@ -1,7 +0,0 @@ -# Dependencies - -This addon depends on: - -- [base_setup](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_setup) -- [membership](https://github.com/bringout/oca-ocb-vertical-industry/tree/6d2de194fb6942c53f4c2858f1e032ed076bdb65/odoo-bringout-oca-ocb-membership) -- [event](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-event) diff --git a/odoo-bringout-oca-ocb-association/doc/FAQ.md b/odoo-bringout-oca-ocb-association/doc/FAQ.md deleted file mode 100644 index d50b183a..00000000 --- a/odoo-bringout-oca-ocb-association/doc/FAQ.md +++ /dev/null @@ -1,4 +0,0 @@ -# FAQ - -- Q: Which Odoo version? A: 16.0 (OCA/OCB packaged). -- Q: How to enable? A: Start server with --addon association or install in UI. diff --git a/odoo-bringout-oca-ocb-association/doc/INSTALL.md b/odoo-bringout-oca-ocb-association/doc/INSTALL.md deleted file mode 100644 index 0c72c574..00000000 --- a/odoo-bringout-oca-ocb-association/doc/INSTALL.md +++ /dev/null @@ -1,7 +0,0 @@ -# Install - -```bash -pip install odoo-bringout-oca-ocb-association" -# or -uv pip install odoo-bringout-oca-ocb-association" -``` diff --git a/odoo-bringout-oca-ocb-association/doc/MODELS.md b/odoo-bringout-oca-ocb-association/doc/MODELS.md deleted file mode 100644 index ee5ce687..00000000 --- a/odoo-bringout-oca-ocb-association/doc/MODELS.md +++ /dev/null @@ -1,11 +0,0 @@ -# Models - -Detected core models and extensions in association. - -```mermaid -classDiagram -``` - -Notes -- Classes show model technical names; fields omitted for brevity. -- Items listed under _inherit are extensions of existing models. diff --git a/odoo-bringout-oca-ocb-association/doc/OVERVIEW.md b/odoo-bringout-oca-ocb-association/doc/OVERVIEW.md deleted file mode 100644 index 7b6548de..00000000 --- a/odoo-bringout-oca-ocb-association/doc/OVERVIEW.md +++ /dev/null @@ -1,6 +0,0 @@ -# Overview - -Packaged Odoo addon: association. Provides features documented in upstream Odoo 16 under this addon. - -- Source: OCA/OCB 16.0, addon association -- License: LGPL-3 diff --git a/odoo-bringout-oca-ocb-association/doc/REPORTS.md b/odoo-bringout-oca-ocb-association/doc/REPORTS.md deleted file mode 100644 index e0ea35fb..00000000 --- a/odoo-bringout-oca-ocb-association/doc/REPORTS.md +++ /dev/null @@ -1,3 +0,0 @@ -# Reports - -This module does not define custom reports. diff --git a/odoo-bringout-oca-ocb-association/doc/SECURITY.md b/odoo-bringout-oca-ocb-association/doc/SECURITY.md deleted file mode 100644 index e07da9da..00000000 --- a/odoo-bringout-oca-ocb-association/doc/SECURITY.md +++ /dev/null @@ -1,8 +0,0 @@ -# Security - -This module does not define custom security rules or access controls beyond Odoo defaults. - -Default Odoo security applies: -- Base user access through standard groups -- Model access inherited from dependencies -- No custom row-level security rules diff --git a/odoo-bringout-oca-ocb-association/doc/TROUBLESHOOTING.md b/odoo-bringout-oca-ocb-association/doc/TROUBLESHOOTING.md deleted file mode 100644 index 56853cb7..00000000 --- a/odoo-bringout-oca-ocb-association/doc/TROUBLESHOOTING.md +++ /dev/null @@ -1,5 +0,0 @@ -# Troubleshooting - -- Ensure Python and Odoo environment matches repo guidance. -- Check database connectivity and logs if startup fails. -- Validate that dependent addons listed in DEPENDENCIES.md are installed. diff --git a/odoo-bringout-oca-ocb-association/doc/USAGE.md b/odoo-bringout-oca-ocb-association/doc/USAGE.md deleted file mode 100644 index 5ae2a57c..00000000 --- a/odoo-bringout-oca-ocb-association/doc/USAGE.md +++ /dev/null @@ -1,7 +0,0 @@ -# Usage - -Start Odoo including this addon (from repo root): - -```bash -python3 scripts/nix_odoo_web_server.py --db-name mydb --addon association -``` diff --git a/odoo-bringout-oca-ocb-association/doc/WIZARDS.md b/odoo-bringout-oca-ocb-association/doc/WIZARDS.md deleted file mode 100644 index 48e790dc..00000000 --- a/odoo-bringout-oca-ocb-association/doc/WIZARDS.md +++ /dev/null @@ -1,3 +0,0 @@ -# Wizards - -This module does not include UI wizards. diff --git a/odoo-bringout-oca-ocb-association/pyproject.toml b/odoo-bringout-oca-ocb-association/pyproject.toml deleted file mode 100644 index a2dcb48b..00000000 --- a/odoo-bringout-oca-ocb-association/pyproject.toml +++ /dev/null @@ -1,44 +0,0 @@ -[project] -name = "odoo-bringout-oca-ocb-association" -version = "16.0.0" -description = "Associations Management - Odoo addon" -authors = [ - { name = "Ernad Husremovic", email = "hernad@bring.out.ba" } -] -dependencies = [ - "odoo-bringout-oca-ocb-base_setup>=16.0.0", - "odoo-bringout-oca-ocb-membership>=16.0.0", - "odoo-bringout-oca-ocb-event>=16.0.0", - "requests>=2.25.1" -] -readme = "README.md" -requires-python = ">= 3.11" -classifiers = [ - "Development Status :: 5 - Production/Stable", - "Intended Audience :: Developers", - "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", - "Topic :: Office/Business", -] - -[project.urls] -homepage = "https://github.com/bringout/0" -repository = "https://github.com/bringout/0" - -[build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" - -[tool.hatch.metadata] -allow-direct-references = true - -[tool.hatch.build.targets.wheel] -packages = ["association"] - -[tool.rye] -managed = true -dev-dependencies = [ - "pytest>=8.4.1", -]