diff --git a/sale_elaboration/README.rst b/sale_elaboration/README.rst index 6c2e6b30a28..481f97df986 100644 --- a/sale_elaboration/README.rst +++ b/sale_elaboration/README.rst @@ -50,6 +50,10 @@ To configure this module you need to: #. Create a new record. #. Set a product linked to the elaboration. #. Also you can select a route to procure this elaboration. +#. Go to *Settings > Inventory > Traceability* and select *Display Elaboration + notes on Delivery Slips* if you want to show elaborations on Delivery Slips + or *Display Elaboration notes on Picking Operations* if you want to show + elaborations on Picking Operations. Usage ===== @@ -60,6 +64,7 @@ Usage #. Select an elaboration in the line. #. Confirm the sales order. #. Go to the picking created by this sales order and validate it. +#. Print Delivery Slip and Picking Operations. #. Go back to the sales order. A new line is created with the product linked to the elaboration. diff --git a/sale_elaboration/readme/CONFIGURE.rst b/sale_elaboration/readme/CONFIGURE.rst index 319139264f4..b94811ce719 100644 --- a/sale_elaboration/readme/CONFIGURE.rst +++ b/sale_elaboration/readme/CONFIGURE.rst @@ -4,3 +4,7 @@ To configure this module you need to: #. Create a new record. #. Set a product linked to the elaboration. #. Also you can select a route to procure this elaboration. +#. Go to *Settings > Inventory > Traceability* and select *Display Elaboration + notes on Delivery Slips* if you want to show elaborations on Delivery Slips + or *Display Elaboration notes on Picking Operations* if you want to show + elaborations on Picking Operations. diff --git a/sale_elaboration/readme/USAGE.rst b/sale_elaboration/readme/USAGE.rst index 1dc2e2ccb27..1d8b5a30833 100644 --- a/sale_elaboration/readme/USAGE.rst +++ b/sale_elaboration/readme/USAGE.rst @@ -4,5 +4,6 @@ #. Select an elaboration in the line. #. Confirm the sales order. #. Go to the picking created by this sales order and validate it. +#. Print Delivery Slip and Picking Operations. #. Go back to the sales order. A new line is created with the product linked to the elaboration. diff --git a/sale_elaboration/reports/report_base.xml b/sale_elaboration/reports/report_base.xml index a1f4b0aafd0..963e2afe123 100644 --- a/sale_elaboration/reports/report_base.xml +++ b/sale_elaboration/reports/report_base.xml @@ -4,15 +4,14 @@ diff --git a/sale_elaboration/reports/report_deliveryslip.xml b/sale_elaboration/reports/report_deliveryslip.xml index c8369c430c0..e7ef507a409 100644 --- a/sale_elaboration/reports/report_deliveryslip.xml +++ b/sale_elaboration/reports/report_deliveryslip.xml @@ -33,6 +33,7 @@ @@ -47,8 +48,9 @@ - + diff --git a/sale_elaboration/reports/report_picking_operations.xml b/sale_elaboration/reports/report_picking_operations.xml index 4ac39388fb3..de5d3894767 100644 --- a/sale_elaboration/reports/report_picking_operations.xml +++ b/sale_elaboration/reports/report_picking_operations.xml @@ -3,15 +3,17 @@ License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl-3.0) --> diff --git a/sale_elaboration/static/description/index.html b/sale_elaboration/static/description/index.html index 87dcdee3d0d..838fe044ea6 100644 --- a/sale_elaboration/static/description/index.html +++ b/sale_elaboration/static/description/index.html @@ -8,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. @@ -274,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 } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -397,6 +398,10 @@

Configuration

  • Create a new record.
  • Set a product linked to the elaboration.
  • Also you can select a route to procure this elaboration.
  • +
  • Go to Settings > Inventory > Traceability and select Display Elaboration +notes on Delivery Slips if you want to show elaborations on Delivery Slips +or Display Elaboration notes on Picking Operations if you want to show +elaborations on Picking Operations.
  • @@ -408,6 +413,7 @@

    Usage

  • Select an elaboration in the line.
  • Confirm the sales order.
  • Go to the picking created by this sales order and validate it.
  • +
  • Print Delivery Slip and Picking Operations.
  • Go back to the sales order. A new line is created with the product linked to the elaboration.
  • @@ -445,7 +451,9 @@

    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.