Skip to content

Latest commit

 

History

History

stock_customer_deposit_elaboration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Stock Customer Deposit Elaboration

Alpha License: AGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runboat

This module extends the functionality of customer deposits and sale elaborations and allows the correct route selection in the order line.

Important

This is an alpha version, the data model and design can change at any time without warning. Only for development or testing purpose, do not use in production. More details on development status

Table of contents

This module was developed because the modules sale_elaboration and stock_customer_deposit create a compute method for the order line route_id field.

As odoo does not have a compute core method for this field, it cannot be inherited so if you install both modules, one method will be overwritten and one behaviour will be lost.

To configure this module, you need to:

Customer Deposits:

  1. Go to Inventory > Configuration > Settings.
  2. Enable Consignment.
  3. Enable Multi-Step Routes.
  4. Go to Inventory > Configuration > Warehouses.
  5. Select the warehouse where you want to manage customer deposits.
  6. Activate use customer deposits.

Sale elaboration:

  1. Go to Sale > Configuration > Products > Sale Elaboration.
  2. Create a new record.
  3. Set a product linked to the elaboration.
  4. Set a route to procure this elaboration.

To use this module, you need to:

  1. Go to Sales > Quotations.
  2. Create new quotation to the desired customer.
  3. Add storable product in order lines.
  4. Activate customer deposit in quotation.
  5. Check route in order line is customer deposit.
  6. Add elaboration with route in order line.
  7. Check route in order line is still customer deposit.
  8. Deactivate customer deposit in quotation.
  9. Check route in order line the route of elaboration.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • Moduon

This module is maintained by the OCA.

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.

Current maintainers:

EmilioPascual rafaelbn

This module is part of the OCA/stock-logistics-workflow project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.