-
-
Notifications
You must be signed in to change notification settings - Fork 388
[19.0][MIG] crm_timesheet #843
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
Open
norlinhenrik
wants to merge
28
commits into
OCA:19.0
Choose a base branch
from
norlinhenrik:19.0-mig-crm_timesheet
base: 19.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
b058e86
[ADD] crm_timesheet
cdb769a
[MIG] crm_timesheet: Migration 10.0
chienandalu e48a8a0
[IMP] crm_timesheet: Better layout
pedrobaeza bdbedd3
[IMP] crm_timesheet: Handle better project/analytic account duality
pedrobaeza 60b0085
[FIX][crm_timesheet] Do not restrict project
yajo f868129
[IMP] crm_timesheet: Use projects
pedrobaeza d6129c8
[MIG] crm_timesheet: Migration to 11.0
cubells 5f65efd
[IMP] crm_timesheet: Improve views:
pedrobaeza 43d5eaa
[12.0] crm_timesheet: Migration to 12.0
458c99f
[IMP] crm_timesheet: ❤️ 4 UX
yajo 9345902
[IMP] crm_timesheet: Tell the user no running line was found
yajo 62c6ab2
[IMP] project_timesheet_time_control: Refactor with mixin
yajo e4ff97d
[IMP] crm_timesheet: black, isort, prettier
pedrobaeza 3a3a154
[MIG] crm_timesheet: Migration to 13.0
pedrobaeza 5ffd0c8
[IMP] crm_timesheet: Black, isort, prettier.
fshah-initos 10e4eaa
[MIG] Migrate module crm_timesheet to v14.
hkapatel-initos 49e318d
[MIG] crm_timesheet: Migration to 15.0
991a2bd
[MIG] crm_timesheet: Migration to 16.0
carolinafernandez-tecnativa c82ae4c
Translated using Weblate (Italian)
mymage bdf918e
Translated using Weblate (Spanish)
Ivorra78 c8605d3
Translated using Weblate (Portuguese (Brazil))
adrianojprado 2547097
[IMP]crm_timesheet: Make lead optionnal
flotho 943a750
[IMP] crm_timesheet: pre-commit auto fixes
05007e5
[MIG] crm_timesheet: Migration to 17.0
d4b4d1f
[FIX] crm_timesheet: Correctly hide lead_id column with column_invisible
victoralmau 1f0952b
[IMP] crm_timesheet: pre-commit auto fixes
victoralmau 641d802
[MIG] crm_timesheet: Migration to 18.0
victoralmau 1e9b862
[MIG] crm_timesheet: Migration to 19.0
norlinhenrik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,111 @@ | ||
| .. image:: https://odoo-community.org/readme-banner-image | ||
| :target: https://odoo-community.org/get-involved?utm_source=readme | ||
| :alt: Odoo Community Association | ||
|
|
||
| ============= | ||
| CRM Timesheet | ||
| ============= | ||
|
|
||
| .. | ||
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
| !! This file is generated by oca-gen-addon-readme !! | ||
| !! changes will be overwritten. !! | ||
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
| !! source digest: sha256:ce17327f1c679c48ee3e0e77909a88efa1f4d21c3ad7ce5c05b25d119a08ef36 | ||
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
|
||
| .. |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/license-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/19.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-19-0/timesheet-19-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=19.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:%2019.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 | ||
| - Carolina Fernandez | ||
| - Víctor Martínez | ||
|
|
||
| - Foram Shah <[email protected]> | ||
|
|
||
| - `Sygel <https://www.sygel.es>`__ | ||
|
|
||
| - Harald Panten | ||
| - Valentin Vinagre | ||
| - Roger Sans | ||
|
|
||
| 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/19.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 hidden or 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 hidden or 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": "19.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 hidden or 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 18.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 hidden or 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,87 @@ | ||
| # Translation of Odoo Server. | ||
| # This file contains the translation of the following modules: | ||
| # * crm_timesheet | ||
| # | ||
| # Translators: | ||
| # Lukáš Spurný <[email protected]>, 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ý <[email protected]>, 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_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 "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.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 "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: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 "Rozvrh hodin" |
This file contains hidden or 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,84 @@ | ||
| # 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 <[email protected]>\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_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 "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.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 "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: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 "Zeiterfassung" |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've renamed project_timesheet_time_control to hr_timesheet_time_control
You can add a temporary link to this PR, so that you can test.