From 980a8197e9b4846d563f6ec8e18ce0b0257c5627 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 23 May 2018 11:49:49 -0700 Subject: [PATCH 1/6] Initial commit of `timesheet_invoice` for 11.0 -- Include detailed timesheet entries on invoice PDF. --- timesheet_invoice/__init__.py | 0 timesheet_invoice/__manifest__.py | 20 +++++++++++++++++ timesheet_invoice/invoice_views.xml | 33 +++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 timesheet_invoice/__init__.py create mode 100644 timesheet_invoice/__manifest__.py create mode 100644 timesheet_invoice/invoice_views.xml diff --git a/timesheet_invoice/__init__.py b/timesheet_invoice/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/timesheet_invoice/__manifest__.py b/timesheet_invoice/__manifest__.py new file mode 100644 index 00000000..78374c94 --- /dev/null +++ b/timesheet_invoice/__manifest__.py @@ -0,0 +1,20 @@ +{ + 'name': 'Timesheet Invoice', + 'version': '11.0.1.0.0', + 'author': 'Hibou Corp. ', + 'website': 'https://hibou.io/', + 'license': 'AGPL-3', + 'category': 'Tools', + 'complexity': 'easy', + 'description': """ +Adds timesheet descriptions onto the invoice report/PDF. + """, + 'depends': [ + 'sale_timesheet', + ], + 'data': [ + 'invoice_views.xml', + ], + 'installable': True, + 'auto_install': False, +} diff --git a/timesheet_invoice/invoice_views.xml b/timesheet_invoice/invoice_views.xml new file mode 100644 index 00000000..0f74f435 --- /dev/null +++ b/timesheet_invoice/invoice_views.xml @@ -0,0 +1,33 @@ + + + + \ No newline at end of file From 7ee5a62d562880e7333c124b4efa3a1196aa5b1e Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Sat, 25 May 2019 17:12:04 -0600 Subject: [PATCH 2/6] MIG `timesheet_invoice` to 12.0 --- timesheet_invoice/__manifest__.py | 2 +- timesheet_invoice/invoice_views.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/timesheet_invoice/__manifest__.py b/timesheet_invoice/__manifest__.py index 78374c94..a06e83b4 100644 --- a/timesheet_invoice/__manifest__.py +++ b/timesheet_invoice/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Invoice', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3', diff --git a/timesheet_invoice/invoice_views.xml b/timesheet_invoice/invoice_views.xml index 0f74f435..ff017598 100644 --- a/timesheet_invoice/invoice_views.xml +++ b/timesheet_invoice/invoice_views.xml @@ -22,7 +22,7 @@ - + From 66a88dd95caa2f14f5f1dc807b8c9144bff6be6f Mon Sep 17 00:00:00 2001 From: Bhoomi Date: Wed, 9 Oct 2019 13:25:39 -0400 Subject: [PATCH 3/6] MIG `timesheet_invoice` For Odoo 13.0 --- timesheet_invoice/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet_invoice/__manifest__.py b/timesheet_invoice/__manifest__.py index a06e83b4..e3dca17c 100644 --- a/timesheet_invoice/__manifest__.py +++ b/timesheet_invoice/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Invoice', - 'version': '12.0.1.0.0', + 'version': '13.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3', From c1694b84e079dfcb2f70810bc4e4c0ac2df68ae9 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Sun, 21 Mar 2021 15:38:13 -0700 Subject: [PATCH 4/6] [MIG] timesheet_invoice: for Odoo 14.0 --- timesheet_invoice/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet_invoice/__manifest__.py b/timesheet_invoice/__manifest__.py index e3dca17c..847e9348 100644 --- a/timesheet_invoice/__manifest__.py +++ b/timesheet_invoice/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Invoice', - 'version': '13.0.1.0.0', + 'version': '14.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3', From f80e6a701ca05387d74405d632d411557f25379b Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 5 Jan 2022 08:03:26 -0800 Subject: [PATCH 5/6] [MIG] timesheet_invoice: to Odoo 15.0 --- timesheet_invoice/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet_invoice/__manifest__.py b/timesheet_invoice/__manifest__.py index 847e9348..2239c11a 100644 --- a/timesheet_invoice/__manifest__.py +++ b/timesheet_invoice/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Invoice', - 'version': '14.0.1.0.0', + 'version': '15.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3', From 08860c27df6db7fe163bb89ab72b2b6a8113a630 Mon Sep 17 00:00:00 2001 From: Jorge Che Date: Wed, 19 Oct 2022 18:05:19 +0000 Subject: [PATCH 6/6] [MIG] timesheet_invoice: to 16 --- timesheet_invoice/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet_invoice/__manifest__.py b/timesheet_invoice/__manifest__.py index 2239c11a..27ef5e6d 100644 --- a/timesheet_invoice/__manifest__.py +++ b/timesheet_invoice/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Invoice', - 'version': '15.0.1.0.0', + 'version': '16.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3',