diff --git a/sale_consignment/__manifest__.py b/sale_consignment/__manifest__.py index b7073f456..aeb7068c0 100644 --- a/sale_consignment/__manifest__.py +++ b/sale_consignment/__manifest__.py @@ -21,7 +21,7 @@ ################################################################################ { 'name': "Sale Consignment", - 'version': "17.0.1.0.0", + 'version': "17.0.1.0.1", 'category': 'Sales', 'summary': """Consignment Sale Order""", 'description': """Sale Order with consignment option""", diff --git a/sale_consignment/doc/RELEASE_NOTES.md b/sale_consignment/doc/RELEASE_NOTES.md index 44ff87853..51d877bdc 100644 --- a/sale_consignment/doc/RELEASE_NOTES.md +++ b/sale_consignment/doc/RELEASE_NOTES.md @@ -3,3 +3,8 @@ #### Version 17.0.1.0.0 ##### ADD - Initial Commit for Sale Consignment + +#### 10.09.2024 +#### Version 17.0.1.0.1 +##### ADD +- Initial Commit for Sale Consignment diff --git a/sale_consignment/models/res_config_settings.py b/sale_consignment/models/res_config_settings.py index 8519465af..424dfdbce 100644 --- a/sale_consignment/models/res_config_settings.py +++ b/sale_consignment/models/res_config_settings.py @@ -42,7 +42,7 @@ class ResConfigSettings(models.TransientModel): consignment_product_only = fields.Boolean(help='Enable Product ' 'Filtered in ' 'consignment by ' - 'Consignment Prodduct', + 'Consignment Product', string='Consignment Product', config_parameter='sale_consignment.consignment_product_only', ) consignment_customer_only = fields.Boolean(help='Enable Customer ' diff --git a/sale_consignment/models/stock_picking.py b/sale_consignment/models/stock_picking.py index 1a3aaaa95..7d2d88c7f 100644 --- a/sale_consignment/models/stock_picking.py +++ b/sale_consignment/models/stock_picking.py @@ -35,6 +35,9 @@ class StockPicking(models.Model): related to the consignment order""" res = super().button_validate() consignment_id = self.sale_id.consignment_id + if consignment_id: + self.location_id = consignment_id.location_dest_id + self.move_line_ids.location_id = consignment_id.location_dest_id sale_order = self.env['sale.order'].search([ ('consignment_id', '=', consignment_id.id)]) for record in consignment_id.consignment_line_ids: diff --git a/sale_consignment/static/description/assets/screenshots/1.png b/sale_consignment/static/description/assets/screenshots/1.png new file mode 100644 index 000000000..25f7cd24f Binary files /dev/null and b/sale_consignment/static/description/assets/screenshots/1.png differ diff --git a/sale_consignment/static/description/assets/screenshots/10.png b/sale_consignment/static/description/assets/screenshots/10.png new file mode 100644 index 000000000..a91ce0ee0 Binary files /dev/null and b/sale_consignment/static/description/assets/screenshots/10.png differ diff --git a/sale_consignment/static/description/assets/screenshots/2.png b/sale_consignment/static/description/assets/screenshots/2.png new file mode 100644 index 000000000..6d0d00a97 Binary files /dev/null and b/sale_consignment/static/description/assets/screenshots/2.png differ diff --git a/sale_consignment/static/description/assets/screenshots/3.png b/sale_consignment/static/description/assets/screenshots/3.png new file mode 100644 index 000000000..d66c5f766 Binary files /dev/null and b/sale_consignment/static/description/assets/screenshots/3.png differ diff --git a/sale_consignment/static/description/assets/screenshots/4.png b/sale_consignment/static/description/assets/screenshots/4.png new file mode 100644 index 000000000..f05501c97 Binary files /dev/null and b/sale_consignment/static/description/assets/screenshots/4.png differ diff --git a/sale_consignment/static/description/assets/screenshots/5.png b/sale_consignment/static/description/assets/screenshots/5.png new file mode 100644 index 000000000..a9b10eda2 Binary files /dev/null and b/sale_consignment/static/description/assets/screenshots/5.png differ diff --git a/sale_consignment/static/description/assets/screenshots/6.png b/sale_consignment/static/description/assets/screenshots/6.png new file mode 100644 index 000000000..20b66fb78 Binary files /dev/null and b/sale_consignment/static/description/assets/screenshots/6.png differ diff --git a/sale_consignment/static/description/assets/screenshots/7.png b/sale_consignment/static/description/assets/screenshots/7.png new file mode 100644 index 000000000..8a60fcc0e Binary files /dev/null and b/sale_consignment/static/description/assets/screenshots/7.png differ diff --git a/sale_consignment/static/description/assets/screenshots/8.png b/sale_consignment/static/description/assets/screenshots/8.png new file mode 100644 index 000000000..a44d73502 Binary files /dev/null and b/sale_consignment/static/description/assets/screenshots/8.png differ diff --git a/sale_consignment/static/description/assets/screenshots/9.png b/sale_consignment/static/description/assets/screenshots/9.png new file mode 100644 index 000000000..35cb0005d Binary files /dev/null and b/sale_consignment/static/description/assets/screenshots/9.png differ diff --git a/sale_consignment/static/description/assets/screenshots/GIF.gif b/sale_consignment/static/description/assets/screenshots/GIF.gif new file mode 100644 index 000000000..fa0a9a7e9 Binary files /dev/null and b/sale_consignment/static/description/assets/screenshots/GIF.gif differ diff --git a/sale_consignment/static/description/index.html b/sale_consignment/static/description/index.html index 1009ab5ef..31f8a22c4 100644 --- a/sale_consignment/static/description/index.html +++ b/sale_consignment/static/description/index.html @@ -22,7 +22,13 @@
+ +
+
+ Enterprise +
Community @@ -41,7 +47,7 @@ Customer Can Sell Product as a Consignment Order.

- +
@@ -166,7 +172,7 @@
- +

- +

- +

- +

- +

- +

- + +
+
+

+ Moves History

+
Moves History. +
+
+

+

+
+
+
+