Stock Customer Deposit Elaboration
Glue module betwen stock_customer_deposit and sale_elaboration
Stock Customer Deposit Elaboration
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
Use Cases / Context
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.
Configuration
To configure this module, you need to:
Customer Deposits:
- Go to Inventory > Configuration > Settings.
- Enable Consignment.
- Enable Multi-Step Routes.
- Go to Inventory > Configuration > Warehouses.
- Select the warehouse where you want to manage customer deposits.
- Activate use customer deposits.
Sale elaboration:
- Go to Sale > Configuration > Products > Sale Elaboration.
- Create a new record.
- Set a product linked to the elaboration.
- Set a route to procure this elaboration.
Usage
To use this module, you need to:
- Go to Sales > Quotations.
- Create new quotation to the desired customer.
- Add storable product in order lines.
- Activate customer deposit in quotation.
- Check route in order line is customer deposit.
- Add elaboration with route in order line.
- Check route in order line is still customer deposit.
- Deactivate customer deposit in quotation.
- Check route in order line the route of elaboration.
Bug Tracker
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.
Credits
Authors
- Moduon
Maintainers
This module is maintained by the OCA.
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:
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.
Once the user has seen at least one product this snippet will be visible.