diff --git a/stock_move_propagate_first_move/README.rst b/stock_move_propagate_first_move/README.rst index 2890e3482202..ddbc68083d93 100644 --- a/stock_move_propagate_first_move/README.rst +++ b/stock_move_propagate_first_move/README.rst @@ -66,6 +66,7 @@ Contributors ~~~~~~~~~~~~ * Souheil Bejaoui (ACSONE SA/NV) +* Adriana Saiz Maintainers ~~~~~~~~~~~ diff --git a/stock_move_propagate_first_move/__manifest__.py b/stock_move_propagate_first_move/__manifest__.py index 0583195faefd..0187a7a894ff 100644 --- a/stock_move_propagate_first_move/__manifest__.py +++ b/stock_move_propagate_first_move/__manifest__.py @@ -6,7 +6,7 @@ "summary": """ This addon propagate the picking type of the original move to all next moves created from procurement""", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-workflow", diff --git a/stock_move_propagate_first_move/models/stock_move.py b/stock_move_propagate_first_move/models/stock_move.py index d9b940894c81..807b64874b88 100644 --- a/stock_move_propagate_first_move/models/stock_move.py +++ b/stock_move_propagate_first_move/models/stock_move.py @@ -13,6 +13,7 @@ class StockMove(models.Model): string="First Move", readonly=True, help="The original move which generated this one.", + index="btree_not_null", ) first_picking_type_id = fields.Many2one( comodel_name="stock.picking.type", diff --git a/stock_move_propagate_first_move/readme/CONTRIBUTORS.rst b/stock_move_propagate_first_move/readme/CONTRIBUTORS.rst index 4086b7a2bfc9..5fdfe1daeb3a 100644 --- a/stock_move_propagate_first_move/readme/CONTRIBUTORS.rst +++ b/stock_move_propagate_first_move/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ * Souheil Bejaoui (ACSONE SA/NV) +* Adriana Saiz diff --git a/stock_move_propagate_first_move/static/description/index.html b/stock_move_propagate_first_move/static/description/index.html index 381317b94ab3..bb28055c4131 100644 --- a/stock_move_propagate_first_move/static/description/index.html +++ b/stock_move_propagate_first_move/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -411,12 +411,15 @@

Authors

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.