diff --git a/sdi_grouped_by_picking/__init__.py b/sdi_grouped_by_picking/__init__.py
new file mode 100644
index 0000000..0286dd9
--- /dev/null
+++ b/sdi_grouped_by_picking/__init__.py
@@ -0,0 +1,3 @@
+###############################################################################
+# For copyright and license notices, see __manifest__.py file in root directory
+###############################################################################
diff --git a/sdi_grouped_by_picking/__manifest__.py b/sdi_grouped_by_picking/__manifest__.py
new file mode 100644
index 0000000..5487525
--- /dev/null
+++ b/sdi_grouped_by_picking/__manifest__.py
@@ -0,0 +1,35 @@
+###############################################################################
+#
+# Sidoo, S.L.
+# Copyright (C) 2024-Today Sidoo, S.L. https://www.sdi.es/odoo-cloud/
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see .
+#
+###############################################################################
+{
+ 'name': 'SDi Grouped by Picking',
+ 'version': '11.0.1.0.0',
+ 'summary': 'Grouped by picking customization',
+ 'author': 'ValentÃn Georigan Castravete, Sidoo, S.L.',
+ 'website': 'https://www.sdi.es/odoo-cloud/',
+ 'license': 'AGPL-3',
+ 'category': 'Custom',
+ 'depends': [
+ 'sdi_sale_pack_uom_management_nocompute',
+ 'account_invoice_report_grouped_by_picking',
+ ],
+ 'data': [
+ 'report/account_reports.xml',
+ ],
+}
diff --git a/sdi_grouped_by_picking/report/account_reports.xml b/sdi_grouped_by_picking/report/account_reports.xml
new file mode 100644
index 0000000..759308e
--- /dev/null
+++ b/sdi_grouped_by_picking/report/account_reports.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+ lines_group['quantity'] * l.uom_id.factor_inv
+
+
+
diff --git a/sdi_grouped_by_picking/static/description/icon.png b/sdi_grouped_by_picking/static/description/icon.png
new file mode 100644
index 0000000..efe2c9e
Binary files /dev/null and b/sdi_grouped_by_picking/static/description/icon.png differ