From 8123ab4264efebe5ece0fafe3e9a3664e2ef68d9 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 23 Jan 2025 16:28:56 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + sale_purchase_force_vendor/README.rst | 18 +++++++++--------- .../static/description/index.html | 18 ++++++++++-------- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 22 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index ac2fa7b4a44..a0afef16cba 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ addon | version | maintainers | summary [purchase_tag](purchase_tag/) | 17.0.1.1.1 | | Allows to add multiple tags to purchase orders [purchase_tier_validation](purchase_tier_validation/) | 17.0.1.0.0 | | Extends the functionality of Purchase Orders to support a tier validation process. [purchase_warn_message](purchase_warn_message/) | 17.0.1.0.0 | | Add a popup warning on purchase to ensure warning is populated +[sale_purchase_force_vendor](sale_purchase_force_vendor/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Sale Purchase Force Vendor [supplier_calendar](supplier_calendar/) | 17.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Supplier Calendar [//]: # (end addons) diff --git a/sale_purchase_force_vendor/README.rst b/sale_purchase_force_vendor/README.rst index 6846645906d..004b34ff578 100644 --- a/sale_purchase_force_vendor/README.rst +++ b/sale_purchase_force_vendor/README.rst @@ -7,7 +7,7 @@ Sale Purchase Force Vendor !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8678b6d5d6e7372634d34098dda476890ee6563468e6f6478614fb18fb752bdd + !! source digest: sha256:4ca24f3c0cb460f04dc85d07fe41b35a541fa0d4a58e5c0fbfde7a90b6e02af2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -51,9 +51,9 @@ To configure this module, you need to: 5. Go to *Sale -> Products -> Products*. 6. Create a new product with the following options: - - [Puchase tab] \`Vendors\`: Set different vendors (Vendor A + - Vendor B). - - [Iventory tab] \`Routes\`: Buy and MTO + - [Puchase tab] \`Vendors\`: Set different vendors (Vendor A + Vendor + B). + - [Iventory tab] \`Routes\`: Buy and MTO Usage ===== @@ -61,8 +61,8 @@ Usage 1. Go to *Sale -> Orders -> Quotations* and create a new Quotation. 2. Create a new line with the following options: - - \`Route\`: MTO. - - \`Vendor\`: Vendor B. + - \`Route\`: MTO. + - \`Vendor\`: Vendor B. 3. Confirm sale order. 4. A new purchase order will have been created to Vendor B. @@ -91,10 +91,10 @@ Authors Contributors ------------ -- `Tecnativa `__: +- `Tecnativa `__: - - Víctor Martínez - - Pedro M. Baeza + - Víctor Martínez + - Pedro M. Baeza Maintainers ----------- diff --git a/sale_purchase_force_vendor/static/description/index.html b/sale_purchase_force_vendor/static/description/index.html index 5ed87b9de1f..9390f893172 100644 --- a/sale_purchase_force_vendor/static/description/index.html +++ b/sale_purchase_force_vendor/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 { @@ -367,7 +367,7 @@

Sale Purchase Force Vendor

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8678b6d5d6e7372634d34098dda476890ee6563468e6f6478614fb18fb752bdd +!! source digest: sha256:4ca24f3c0cb460f04dc85d07fe41b35a541fa0d4a58e5c0fbfde7a90b6e02af2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/purchase-workflow Translate me on Weblate Try me on Runboat

This module allows you to select a vendor at the sale order line level @@ -399,8 +399,8 @@

Configuration

“Unarchived” MTO route.
  • Go to Sale -> Products -> Products.
  • Create a new product with the following options:
      -
    • [Puchase tab] `Vendors`: Set different vendors (Vendor A + -Vendor B).
    • +
    • [Puchase tab] `Vendors`: Set different vendors (Vendor A + Vendor +B).
    • [Iventory tab] `Routes`: Buy and MTO
  • @@ -451,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.

    diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index b4f9ee9e27e..05ac617adce 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-purchase-workflow" -version = "17.0.20250121.0" +version = "17.0.20250123.0" dependencies = [ "odoo-addon-procurement_purchase_no_grouping>=17.0dev,<17.1dev", "odoo-addon-purchase_advance_payment>=17.0dev,<17.1dev", @@ -38,6 +38,7 @@ dependencies = [ "odoo-addon-purchase_tag>=17.0dev,<17.1dev", "odoo-addon-purchase_tier_validation>=17.0dev,<17.1dev", "odoo-addon-purchase_warn_message>=17.0dev,<17.1dev", + "odoo-addon-sale_purchase_force_vendor>=17.0dev,<17.1dev", "odoo-addon-supplier_calendar>=17.0dev,<17.1dev", ] classifiers=[