Skip to content

Commit

Permalink
Merge PR #461 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by dreispt
  • Loading branch information
OCA-git-bot committed Aug 30, 2022
2 parents e24b1af + aa5a78b commit e3ce2b8
Show file tree
Hide file tree
Showing 35 changed files with 1,826 additions and 0 deletions.
117 changes: 117 additions & 0 deletions analytic_base_department/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
=======================================
Base Analytic Department Categorization
=======================================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--analytic-lightgray.png?logo=github
:target: https://github.com/OCA/account-analytic/tree/14.0/analytic_base_department
:alt: OCA/account-analytic
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-analytic-14-0/account-analytic-14-0-analytic_base_department
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/87/14.0
:alt: Try me on Runbot

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

This module allows users linked to a department on Analytic Accounts and Analytic Items.

**Table of contents**

.. contents::
:local:

Changelog
=========

13.0.1.0.0 (2020-01-07)
~~~~~~~~~~~~~~~~~~~~~~~

Migrated to odoo 13.

12.0.1.0.0 (2018-12-04)
~~~~~~~~~~~~~~~~~~~~~~~

Migrated to odoo 12.

11.0.1.0.0 (2017-12-27)
~~~~~~~~~~~~~~~~~~~~~~~

Migrated to odoo 11.

10.0.1.0.0 (2017-04-18)
~~~~~~~~~~~~~~~~~~~~~~~

Migrated to odoo 10.

9.0.1.0.0 (2016-01-28)
~~~~~~~~~~~~~~~~~~~~~~~

Migrated to odoo 9.

8.0.1.0.0 (2014-07-22)
~~~~~~~~~~~~~~~~~~~~~~~

First version.

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

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

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

Credits
=======

Authors
~~~~~~~

* Camptocamp
* Daniel Reis

Contributors
~~~~~~~~~~~~

* Joël Grand-Guillaume <joë[email protected]>
* Yannick Vaucher <[email protected]>
* Guewen Baconnier <[email protected]>
* Thomas Nowicki <[email protected]>
* Daniel Reis <[email protected]>
* Angel Moya <[email protected]>
* Dave Burkholder <[email protected]>
* Artem Kostyuk <[email protected]>
* Anand Kansagra <[email protected]>
* Pimolnat Suntian <[email protected]>
* Saran Lim. <[email protected]>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

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

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/account-analytic <https://github.com/OCA/account-analytic/tree/14.0/analytic_base_department>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions analytic_base_department/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
15 changes: 15 additions & 0 deletions analytic_base_department/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2011-2018 Camptocamp SA
# Copyright 2013 Daniel Reis
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Base Analytic Department Categorization",
"summary": "Add relationship between Analytic and Department",
"version": "15.0.1.0.0",
"author": "Camptocamp, Daniel Reis, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Generic Modules/Projects & Services",
"website": "https://github.com/OCA/account-analytic",
"depends": ["account", "hr"],
"data": ["views/analytic.xml", "views/hr_department_views.xml"],
"installable": True,
}
76 changes: 76 additions & 0 deletions analytic_base_department/i18n/analytic_base_department.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * analytic_base_department
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: analytic_base_department
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_line__account_department_id
#: model_terms:ir.ui.view,arch_db:analytic_base_department.view_account_analytic_line_filter
msgid "Account Department"
msgstr ""

#. module: analytic_base_department
#: model:ir.model.fields,help:analytic_base_department.field_account_analytic_line__account_department_id
msgid "Account's related department"
msgstr ""

#. module: analytic_base_department
#: model:ir.model,name:analytic_base_department.model_account_analytic_account
#: model:ir.model.fields,field_description:analytic_base_department.field_hr_department__analytic_account_ids
msgid "Analytic Account"
msgstr ""

#. module: analytic_base_department
#: model:ir.model,name:analytic_base_department.model_account_analytic_line
msgid "Analytic Line"
msgstr ""

#. module: analytic_base_department
#: model_terms:ir.ui.view,arch_db:analytic_base_department.view_department_form
msgid "Analytics"
msgstr ""

#. module: analytic_base_department
#: model:ir.model,name:analytic_base_department.model_hr_department
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_account__department_id
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_line__department_id
#: model_terms:ir.ui.view,arch_db:analytic_base_department.view_account_analytic_account_search
#: model_terms:ir.ui.view,arch_db:analytic_base_department.view_account_analytic_line_filter
msgid "Department"
msgstr ""

#. module: analytic_base_department
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_account__display_name
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_line__display_name
#: model:ir.model.fields,field_description:analytic_base_department.field_hr_department__display_name
msgid "Display Name"
msgstr ""

#. module: analytic_base_department
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_account__id
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_line__id
#: model:ir.model.fields,field_description:analytic_base_department.field_hr_department__id
msgid "ID"
msgstr ""

#. module: analytic_base_department
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_account____last_update
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_line____last_update
#: model:ir.model.fields,field_description:analytic_base_department.field_hr_department____last_update
msgid "Last Modified on"
msgstr ""

#. module: analytic_base_department
#: model:ir.model.fields,help:analytic_base_department.field_account_analytic_line__department_id
msgid "User's related department"
msgstr ""
53 changes: 53 additions & 0 deletions analytic_base_department/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * analytic_base_department
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 02:40+0000\n"
"PO-Revision-Date: 2018-10-12 20:24+0000\n"
"Last-Translator: Harald Panten <[email protected]>\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.1.1\n"

#. module: analytic_base_department
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_line__account_department_id
#: model_terms:ir.ui.view,arch_db:analytic_base_department.view_account_analytic_line_filter
msgid "Account Department"
msgstr "Departament comptable"

#. module: analytic_base_department
#: model:ir.model.fields,help:analytic_base_department.field_account_analytic_line__account_department_id
msgid "Account's related department"
msgstr "Departament vinculat al compte"

#. module: analytic_base_department
#: model:ir.model,name:analytic_base_department.model_account_analytic_account
msgid "Analytic Account"
msgstr "Compte analític"

#. module: analytic_base_department
#: model:ir.model,name:analytic_base_department.model_account_analytic_line
msgid "Analytic Line"
msgstr "Línia analítica"

#. module: analytic_base_department
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_account__department_id
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_line__department_id
#: model_terms:ir.ui.view,arch_db:analytic_base_department.view_account_analytic_line_filter
msgid "Department"
msgstr "Departament"

#. module: analytic_base_department
#: model:ir.model.fields,help:analytic_base_department.field_account_analytic_line__department_id
msgid "User's related department"
msgstr "Departament vinculat a l'usuari"
53 changes: 53 additions & 0 deletions analytic_base_department/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * analytic_base_department
#
# Translators:
# OCA Transbot <[email protected]>, 2018
# Ricardo Gross <[email protected]>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-05-18 15:08+0000\n"
"PO-Revision-Date: 2018-05-18 15:08+0000\n"
"Last-Translator: Ricardo Gross <[email protected]>, 2018\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: analytic_base_department
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_line__account_department_id
#: model_terms:ir.ui.view,arch_db:analytic_base_department.view_account_analytic_line_filter
msgid "Account Department"
msgstr "Abteilungskosten"

#. module: analytic_base_department
#: model:ir.model.fields,help:analytic_base_department.field_account_analytic_line__account_department_id
msgid "Account's related department"
msgstr "Abteilungsbezogene Kosten"

#. module: analytic_base_department
#: model:ir.model,name:analytic_base_department.model_account_analytic_account
msgid "Analytic Account"
msgstr "Kostenstelle"

#. module: analytic_base_department
#: model:ir.model,name:analytic_base_department.model_account_analytic_line
msgid "Analytic Line"
msgstr "Kostenposition"

#. module: analytic_base_department
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_account__department_id
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_line__department_id
#: model_terms:ir.ui.view,arch_db:analytic_base_department.view_account_analytic_line_filter
msgid "Department"
msgstr "Abteilung"

#. module: analytic_base_department
#: model:ir.model.fields,help:analytic_base_department.field_account_analytic_line__department_id
msgid "User's related department"
msgstr "Benutzerbezogene Abteilung"
53 changes: 53 additions & 0 deletions analytic_base_department/i18n/el_GR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * analytic_base_department
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 02:40+0000\n"
"PO-Revision-Date: 2017-06-30 02:40+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
"el_GR/)\n"
"Language: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: analytic_base_department
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_line__account_department_id
#: model_terms:ir.ui.view,arch_db:analytic_base_department.view_account_analytic_line_filter
msgid "Account Department"
msgstr ""

#. module: analytic_base_department
#: model:ir.model.fields,help:analytic_base_department.field_account_analytic_line__account_department_id
msgid "Account's related department"
msgstr ""

#. module: analytic_base_department
#: model:ir.model,name:analytic_base_department.model_account_analytic_account
msgid "Analytic Account"
msgstr "Αναλυτικός Λογαριασμός"

#. module: analytic_base_department
#: model:ir.model,name:analytic_base_department.model_account_analytic_line
msgid "Analytic Line"
msgstr ""

#. module: analytic_base_department
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_account__department_id
#: model:ir.model.fields,field_description:analytic_base_department.field_account_analytic_line__department_id
#: model_terms:ir.ui.view,arch_db:analytic_base_department.view_account_analytic_line_filter
msgid "Department"
msgstr ""

#. module: analytic_base_department
#: model:ir.model.fields,help:analytic_base_department.field_account_analytic_line__department_id
msgid "User's related department"
msgstr ""
Loading

0 comments on commit e3ce2b8

Please sign in to comment.