Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][MIG] analytic_partner_hr_timesheet: Migration to 14.0 #430

Merged
merged 22 commits into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d3f38c4
[ADD] analytic_partner_hr_timesheet
pedrobaeza Aug 13, 2015
ed7d7bd
[FIX] analytic_partner_hr_timesheet: Make write multi-record aware
pedrobaeza Sep 10, 2015
57bb066
[MIG] analytic_partner_hr_timesheet: Migrated to 10.0
luismontalba Jun 14, 2017
eee2fe5
Translated using Weblate (Catalan)
Oct 12, 2018
92a47a6
Translated using Weblate (Polish)
cierek Oct 23, 2018
6a45d3f
Translated using Weblate (Portuguese)
alvarorib Dec 28, 2018
ab7631d
[MIG] analytic_partner_hr_timesheet: Migration to 12.0
carlosdauden Jan 17, 2019
c9c5bff
Translated using Weblate (Galician)
mvrodriguez Feb 1, 2019
c5d8c66
Translated using Weblate (Spanish)
mvrodriguez Feb 1, 2019
0f189b7
Translated using Weblate (Dutch)
Apr 2, 2019
e5d54fe
Translated using Weblate (Catalan)
May 27, 2019
8ee9d04
Translated using Weblate (Portuguese (Brazil))
marcelsavegnago Aug 2, 2019
ea5b4f4
Translated using Weblate (Croatian)
badbole Nov 13, 2019
03b34cf
Translated using Weblate (German)
marylla Jan 29, 2020
c62363d
Translated using Weblate (Portuguese)
alvarorib Feb 18, 2020
fc0d186
Translated using Weblate (Slovenian)
sysadminmatmoz Mar 21, 2020
369b032
Translated using Weblate (Italian)
sysadminmatmoz Mar 23, 2020
64ca9e3
[FIX+IMP]: analytic_partner_hr_timesheet: Proper partner smart-button
pedrobaeza Jul 23, 2020
3d3c0ab
analytic_partner_hr_timesheet 12.0.1.1.0
OCA-git-bot Jul 23, 2020
93abd73
Translated using Weblate (Slovak)
jprokop1 Oct 13, 2020
a153134
[IMP] analytic_partner_hr_timesheet: black, isort, prettier
Jan 18, 2022
8b1b8fa
[MIG] analytic_partner_hr_timesheet: Migration to 14.0
Jan 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 95 additions & 0 deletions analytic_partner_hr_timesheet/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
========================
Partner in HR timesheets
========================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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_partner_hr_timesheet
: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_partner_hr_timesheet
: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 adds another partner on HR timesheets and propagate it to the
auto-generated analytic entries on the "Other partner" field.

**Table of contents**

.. contents::
:local:

Installation
============

This module is auto-installed by Odoo when *analytic_partner* and
*hr_timesheet* are installed.

Usage
=====

Go to Timesheets > My Timesheet > Detailed Activities, and you will find there
the partner field. You can set it, search for it or group by it.

You can also go to a partner, and click on the smart-button "Activities" to
see, edit or add the related timesheet activities.

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_partner_hr_timesheet%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
~~~~~~~

* Tecnativa

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

* `Tecnativa <https://www.tecnativa.com>`_:

* Pedro M. Baeza
* Rafael Blasco
* Luis M. Ontalba
* Carlos Dauden
* Ernesto Tejeda

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_partner_hr_timesheet>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions analytic_partner_hr_timesheet/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

from . import models
23 changes: 23 additions & 0 deletions analytic_partner_hr_timesheet/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2015 Tecnativa - Pedro M. Baeza
# Copyright 2017 Tecnativa - Luis M. Ontalba
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

{
"name": "Partner in HR timesheets",
"version": "14.0.1.0.0",
"summary": "Classify HR activities by partner",
"category": "Human Resources",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/account-analytic",
"depends": [
"analytic_partner",
"hr_timesheet",
],
"data": [
"views/hr_analytic_timesheet_views.xml",
"views/res_partner_views.xml",
],
"installable": True,
"auto_install": True,
}
59 changes: 59 additions & 0 deletions analytic_partner_hr_timesheet/i18n/am.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * analytic_partner_hr_timesheet
#
# Translators:
# OCA Transbot <[email protected]>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 23:05+0000\n"
"PO-Revision-Date: 2016-12-23 23:05+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2016\n"
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
"Language: am\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_partner_hr_timesheet
#: model_terms:ir.ui.view,arch_db:analytic_partner_hr_timesheet.hr_timesheet_line_search_partner
msgid "Account Partner"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model_terms:ir.ui.view,arch_db:analytic_partner_hr_timesheet.view_partner_form_timesheet
msgid "Activities"
msgstr ""

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

#. module: analytic_partner_hr_timesheet
#: model:ir.model,name:analytic_partner_hr_timesheet.model_res_partner
msgid "Contact"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model_terms:ir.ui.view,arch_db:analytic_partner_hr_timesheet.hr_timesheet_line_search_partner
msgid "Other Partner"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_partner__timesheet_count
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_users__timesheet_count
msgid "Timesheet Activities Number"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_partner__timesheet_ids
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_users__timesheet_ids
msgid "Timesheet activities"
msgstr ""

#~ msgid "Partner"
#~ msgstr "ተባባሪ"
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * analytic_partner_hr_timesheet
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.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_partner_hr_timesheet
#: model_terms:ir.ui.view,arch_db:analytic_partner_hr_timesheet.hr_timesheet_line_search_partner
msgid "Account Partner"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model_terms:ir.ui.view,arch_db:analytic_partner_hr_timesheet.view_partner_form_timesheet
msgid "Activities"
msgstr ""

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

#. module: analytic_partner_hr_timesheet
#: model:ir.model,name:analytic_partner_hr_timesheet.model_res_partner
msgid "Contact"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model_terms:ir.ui.view,arch_db:analytic_partner_hr_timesheet.hr_timesheet_line_search_partner
msgid "Other Partner"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_partner__timesheet_count
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_users__timesheet_count
msgid "Timesheet Activities Number"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_partner__timesheet_ids
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_users__timesheet_ids
msgid "Timesheet activities"
msgstr ""

60 changes: 60 additions & 0 deletions analytic_partner_hr_timesheet/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * analytic_partner_hr_timesheet
#
# Translators:
# OCA Transbot <[email protected]>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 23:05+0000\n"
"PO-Revision-Date: 2016-12-23 23:05+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2016\n"
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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: analytic_partner_hr_timesheet
#: model_terms:ir.ui.view,arch_db:analytic_partner_hr_timesheet.hr_timesheet_line_search_partner
msgid "Account Partner"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model_terms:ir.ui.view,arch_db:analytic_partner_hr_timesheet.view_partner_form_timesheet
msgid "Activities"
msgstr ""

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

#. module: analytic_partner_hr_timesheet
#: model:ir.model,name:analytic_partner_hr_timesheet.model_res_partner
msgid "Contact"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model_terms:ir.ui.view,arch_db:analytic_partner_hr_timesheet.hr_timesheet_line_search_partner
msgid "Other Partner"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_partner__timesheet_count
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_users__timesheet_count
msgid "Timesheet Activities Number"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_partner__timesheet_ids
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_users__timesheet_ids
msgid "Timesheet activities"
msgstr ""

#~ msgid "Partner"
#~ msgstr "الشريك"
59 changes: 59 additions & 0 deletions analytic_partner_hr_timesheet/i18n/bg.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * analytic_partner_hr_timesheet
#
# Translators:
# Kaloyan Naumov <[email protected]>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-23 22:28+0000\n"
"PO-Revision-Date: 2016-09-23 22:28+0000\n"
"Last-Translator: Kaloyan Naumov <[email protected]>, 2016\n"
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"Language: bg\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_partner_hr_timesheet
#: model_terms:ir.ui.view,arch_db:analytic_partner_hr_timesheet.hr_timesheet_line_search_partner
msgid "Account Partner"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model_terms:ir.ui.view,arch_db:analytic_partner_hr_timesheet.view_partner_form_timesheet
msgid "Activities"
msgstr ""

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

#. module: analytic_partner_hr_timesheet
#: model:ir.model,name:analytic_partner_hr_timesheet.model_res_partner
msgid "Contact"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model_terms:ir.ui.view,arch_db:analytic_partner_hr_timesheet.hr_timesheet_line_search_partner
msgid "Other Partner"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_partner__timesheet_count
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_users__timesheet_count
msgid "Timesheet Activities Number"
msgstr ""

#. module: analytic_partner_hr_timesheet
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_partner__timesheet_ids
#: model:ir.model.fields,field_description:analytic_partner_hr_timesheet.field_res_users__timesheet_ids
msgid "Timesheet activities"
msgstr ""

#~ msgid "Partner"
#~ msgstr "Партньор"
Loading