diff --git a/stock_barcodes_picking_batch_revision/README.rst b/stock_barcodes_picking_batch_revision/README.rst
index fc899ffd94a3..5d87d3b9f7b6 100644
--- a/stock_barcodes_picking_batch_revision/README.rst
+++ b/stock_barcodes_picking_batch_revision/README.rst
@@ -7,7 +7,7 @@ Stock Barcodes Picking Batch Revision
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:010cc1362ea2da2e03ecb286e09fe28539b81b7c069609ca91a65737d284b097
+ !! source digest: sha256:93ae07fd7b54293bbb2c2c3c9f0cbca33e2a54e9feda8d71ab34b4c57c01a989
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -67,6 +67,7 @@ Contributors
* Sergio Teruel
* Carlos Dauden
+ * Carlos Roca
Maintainers
~~~~~~~~~~~
diff --git a/stock_barcodes_picking_batch_revision/__manifest__.py b/stock_barcodes_picking_batch_revision/__manifest__.py
index 98b9e88ce6dc..9604b169ea9d 100644
--- a/stock_barcodes_picking_batch_revision/__manifest__.py
+++ b/stock_barcodes_picking_batch_revision/__manifest__.py
@@ -15,4 +15,10 @@
"wizard/stock_barcodes_read_picking_batch_views.xml",
],
"installable": True,
+ "assets": {
+ "web.assets_backend": [
+ "stock_barcodes_picking_batch_revision/static/src/js/boolean_toggle_big.js",
+ "stock_barcodes_picking_batch_revision/static/src/scss/boolean_toggle_big.scss",
+ ],
+ },
}
diff --git a/stock_barcodes_picking_batch_revision/readme/CONTRIBUTORS.rst b/stock_barcodes_picking_batch_revision/readme/CONTRIBUTORS.rst
index 315c0d61e808..df5958191743 100644
--- a/stock_barcodes_picking_batch_revision/readme/CONTRIBUTORS.rst
+++ b/stock_barcodes_picking_batch_revision/readme/CONTRIBUTORS.rst
@@ -3,3 +3,4 @@
* Sergio Teruel
* Carlos Dauden
+ * Carlos Roca
diff --git a/stock_barcodes_picking_batch_revision/static/description/index.html b/stock_barcodes_picking_batch_revision/static/description/index.html
index 95eb27ef4599..002c1a616299 100644
--- a/stock_barcodes_picking_batch_revision/static/description/index.html
+++ b/stock_barcodes_picking_batch_revision/static/description/index.html
@@ -367,7 +367,7 @@
Stock Barcodes Picking Batch Revision
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:010cc1362ea2da2e03ecb286e09fe28539b81b7c069609ca91a65737d284b097
+!! source digest: sha256:93ae07fd7b54293bbb2c2c3c9f0cbca33e2a54e9feda8d71ab34b4c57c01a989
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module extends barcode reader interface to allow to review batch picking from other
@@ -411,6 +411,7 @@