-
-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
30 changed files
with
1,557 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
============= | ||
CRM Timesheet | ||
============= | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:2c2e04192762ee88e81459f8692cd91bbc557c9e11a3377ab56cdbf5b79e3c48 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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%2Ftimesheet-lightgray.png?logo=github | ||
:target: https://github.com/OCA/timesheet/tree/15.0/crm_timesheet | ||
:alt: OCA/timesheet | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/timesheet-15-0/timesheet-15-0-crm_timesheet | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/timesheet&target_branch=15.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module allows to generate timesheets from leads/opportunities. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
* In pipeline/lead forms you have Timesheet tab. | ||
|
||
Known issues / Roadmap | ||
====================== | ||
|
||
* Window actions `crm.crm_lead_all_leads` and | ||
`crm.crm_lead_opportunities_tree_view` contexts are overwritten for | ||
hiding the lead field in timesheet embedded view. As this is not | ||
accumulative, this change might be lost by other module overwritting the | ||
same action, or this masks another module overwritting. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/timesheet/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/timesheet/issues/new?body=module:%20crm_timesheet%0Aversion:%2015.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>`_ | ||
|
||
* Antonio Espinosa | ||
* Rafael Blasco | ||
* Javier Iniesta | ||
* David Vidal | ||
* Vicent Cubells | ||
* Jairo Llopis | ||
|
||
* Foram Shah <foram.shah@initos.com> | ||
|
||
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/timesheet <https://github.com/OCA/timesheet/tree/15.0/crm_timesheet>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from . import models | ||
from . import wizards |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 2015 Antiun - Antonio Espinosa | ||
# Copyright 2015 Antiun - Javier Iniesta | ||
# Copyright 2017 Tecnativa - David Vidal | ||
# Copyright 2019 Tecnativa - Jairo Llopis | ||
# Copyright 2020 Tecnativa - Pedro M. Baeza | ||
# Copyright 2023 Tecnativa - Carolina Fernandez | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "CRM Timesheet", | ||
"category": "Customer Relationship Management", | ||
"version": "16.0.1.0.0", | ||
"depends": ["crm", "project_timesheet_time_control"], | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"views/crm_lead_view.xml", | ||
"views/hr_timesheet_view.xml", | ||
], | ||
"author": "Tecnativa, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/timesheet", | ||
"license": "AGPL-3", | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * crm_timesheet | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 15.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: crm_timesheet | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_kanban_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.view_crm_lead_kanban | ||
msgid "<i class=\"fa fa-lg fa-play-circle\" title=\"Start\"/>" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_kanban_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.view_crm_lead_kanban | ||
msgid "<i class=\"fa fa-lg fa-stop-circle\" title=\"Stop\"/>" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model,name:crm_timesheet.model_account_analytic_line | ||
msgid "Analytic Line" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model,name:crm_timesheet.model_hr_timesheet_switch | ||
msgid "Helper to quickly switch between timesheet lines" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model.fields,help:crm_timesheet.field_crm_lead__show_time_control | ||
msgid "Indicate which time control button to show, if any." | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model,name:crm_timesheet.model_crm_lead | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_account_analytic_line__lead_id | ||
msgid "Lead/Opportunity" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_crm_lead__project_id | ||
msgid "Project" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_crm_lead__show_time_control | ||
msgid "Show Time Control" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_kanban_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_oppor | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_lead_view_form | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.view_crm_lead_kanban | ||
msgid "Start work" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_kanban_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_oppor | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_lead_view_form | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.view_crm_lead_kanban | ||
msgid "Stop work" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_crm_lead__timesheet_ids | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_lead_view_form | ||
msgid "Timesheet" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * crm_timesheet | ||
# | ||
# Translators: | ||
# Lukáš Spurný <lukasspurny8@gmail.com>, 2018 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-02-23 01:55+0000\n" | ||
"PO-Revision-Date: 2018-02-23 01:55+0000\n" | ||
"Last-Translator: Lukáš Spurný <lukasspurny8@gmail.com>, 2018\n" | ||
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/" | ||
"teams/23907/cs_CZ/)\n" | ||
"Language: cs_CZ\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model,name:crm_timesheet.model_account_analytic_line | ||
msgid "Analytic Line" | ||
msgstr "Analytická linka" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model,name:crm_timesheet.model_hr_timesheet_switch | ||
msgid "Helper to quickly switch between timesheet lines" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model,name:crm_timesheet.model_crm_lead | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_account_analytic_line__lead_id | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_hr_timesheet_switch__lead_id | ||
msgid "Lead/Opportunity" | ||
msgstr "Vedoucí/příležitost" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_crm_lead__project_id | ||
msgid "Project" | ||
msgstr "Projekt" | ||
|
||
#. module: crm_timesheet | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_kanban_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_oppor | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_lead_view_form | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.view_crm_lead_kanban | ||
msgid "Start work" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_kanban_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_oppor | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_lead_view_form | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.view_crm_lead_kanban | ||
msgid "Stop work" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_crm_lead__timesheet_ids | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_lead_view_form | ||
msgid "Timesheet" | ||
msgstr "Rozvrh hodin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * crm_timesheet | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2019-07-11 12:43+0000\n" | ||
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n" | ||
"Language-Team: none\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" | ||
"X-Generator: Weblate 3.7.1\n" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model,name:crm_timesheet.model_account_analytic_line | ||
msgid "Analytic Line" | ||
msgstr "Kostenstellenbuchung" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model,name:crm_timesheet.model_hr_timesheet_switch | ||
msgid "Helper to quickly switch between timesheet lines" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model,name:crm_timesheet.model_crm_lead | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_account_analytic_line__lead_id | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_hr_timesheet_switch__lead_id | ||
msgid "Lead/Opportunity" | ||
msgstr "Interessent / Chance" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_crm_lead__project_id | ||
msgid "Project" | ||
msgstr "Projekt" | ||
|
||
#. module: crm_timesheet | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_kanban_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_oppor | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_lead_view_form | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.view_crm_lead_kanban | ||
msgid "Start work" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_kanban_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_oppor | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_lead_view_form | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.view_crm_lead_kanban | ||
msgid "Stop work" | ||
msgstr "" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_crm_lead__timesheet_ids | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_lead_view_form | ||
msgid "Timesheet" | ||
msgstr "Zeiterfassung" |
Oops, something went wrong.