From b3f12e21bf701339f03bc524531bcd4b525d9a9c Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 23 May 2018 11:49:49 -0700 Subject: [PATCH 1/8] 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 0294f7919954369d86434d99b28a3b264e7351f8 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Sat, 25 May 2019 17:12:04 -0600 Subject: [PATCH 2/8] 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 da36012248a3f5cf98b9c12cb821d4603c59fe72 Mon Sep 17 00:00:00 2001 From: Bhoomi Date: Wed, 9 Oct 2019 13:25:39 -0400 Subject: [PATCH 3/8] 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 03eaad2ec02beefe8da530939fa52c08b4ab5a4d Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Sun, 21 Mar 2021 15:38:13 -0700 Subject: [PATCH 4/8] [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 276e0891e807a78524d9de4fff2ec1979f30e40b Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 5 Jan 2022 08:03:26 -0800 Subject: [PATCH 5/8] [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 9030aa0f33acd9267cdf350a85c8f5183a6400fd Mon Sep 17 00:00:00 2001 From: Jorge Che Date: Wed, 19 Oct 2022 18:05:19 +0000 Subject: [PATCH 6/8] [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', From 2c40edb3ff7f72ee522c7066b880df15eb292db2 Mon Sep 17 00:00:00 2001 From: Juan Pablo Ticse Date: Mon, 30 Oct 2023 22:22:08 +0000 Subject: [PATCH 7/8] [MIG] timesheet_invoice: module migration --- timesheet_invoice/__manifest__.py | 4 ++-- timesheet_invoice/{ => views}/invoice_views.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename timesheet_invoice/{ => views}/invoice_views.xml (96%) diff --git a/timesheet_invoice/__manifest__.py b/timesheet_invoice/__manifest__.py index 27ef5e6d..24af7215 100644 --- a/timesheet_invoice/__manifest__.py +++ b/timesheet_invoice/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Invoice', - 'version': '16.0.1.0.0', + 'version': '17.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3', @@ -13,7 +13,7 @@ Adds timesheet descriptions onto the invoice report/PDF. 'sale_timesheet', ], 'data': [ - 'invoice_views.xml', + 'views/invoice_views.xml', ], 'installable': True, 'auto_install': False, diff --git a/timesheet_invoice/invoice_views.xml b/timesheet_invoice/views/invoice_views.xml similarity index 96% rename from timesheet_invoice/invoice_views.xml rename to timesheet_invoice/views/invoice_views.xml index ff017598..baadc84a 100644 --- a/timesheet_invoice/invoice_views.xml +++ b/timesheet_invoice/views/invoice_views.xml @@ -1,7 +1,7 @@