Odoo Technical

Welcome!

This community is for professionals and enthusiasts of our products and services.
Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

0

In odoo 18, What does the below configuration for a storable product imply?

Avatar
Nithya

In odoo 18, What does the below configuration for a storable product imply?

A. When a reordering rule set on the product is triggered, a manufacturing order will be generated.

B. When a sales order is confirmed, an RFQ will be generated.

C. When a sales order is confirmed, a manufacturing order will be generated.


Avatar
Discard
1 Answer
0
Avatar
Kowsalya
Best Answer

Answer: When a sales order is confirmed, an RFQ will be generated.

Explanation:
1. Product Configuration
  * Go to Inventory > Products.
  * Open your product.
  * Under the Inventory tab:
        Enable both:
             1.  Replenish on Order (MTO)
              2. Buy
  * Under the Purchase tab:
  * Add at least one vendor with a valid price.

2. Create a Sales Order
    * Go to Sales > Orders > Create.

    * Add the configured product and confirm the order.

3. System Action
   * Upon confirmation:

       1. Odoo automatically creates a Purchase RFQ for the needed quantity
       2. This RFQ can be found under Purchases > Requests for Quotation.

4. Purchase Flow
   * Receive the product into inventory.
   * Review the RFQ.
   * Confirm it to generate a Purchase Order.

Avatar
Discard