This module extends the functionality of the consignment stock to
support customer deposits and allows the management of customer deposits
in warehouses.
Lines that consume customer deposits will have a 100% discount.
Otherwise, they will use the discount rules provided by Odoo.
It is possible to activate the use of customer deposits per warehouse.
This will allow the use of an operation type and a route to create
customer deposits in the warehouse.
This module was developed because Odoo does not have a customer deposit
management behaviour.
It will be useful for you if customers place orders and the orders are
to be invoiced, but you store the stock in your warehouses for delivery
to the customer at a later date.
To use this module, you need to:
Create Customer deposits:
- Go to Sales > Quotations.
- Create new quotation to the desired customer.
- Activate customer deposit in quotation.
- Add storable product in order lines.
- Add quantity you will keep as a deposit.
- Discount will be applied following Odoo rules.
- Confirm quotation.
- Sale is now ready for invoicing.
- A picking will be created. This picking is an operation Customer
Deposit and it’s internal operation.
- Click on smart button with delivery.
- Set quantity done in operations or click on Set Quantities.
- Update location destination if it’s necessary in operations
detailed.
- Click on Validate.
View Customer deposits:
- Go to Inventory > Reporting > Locations.
- Filter the owner by the customer you created the order.
- Go to Sales > Customers.
- A smart button with deposits is shown if customer has deposits in
some warehouse.
Deliver customer deposits:
- Go to Sales > Quotation.
- Create a new quotation.
- Select customer who has a deposit in your warehouse.
- In page Other Info choose warehouse where deposit is located. (Only
if multi-warehouse is activated)
- Smart button Deposits with deposits is displayed if the customer
has deposits in the chosen warehouse.
- Add line with product in deposit.
- As a product in deposit, a button Customer deposit will appear.
If you do not have enough in deposit, button will be grey. If you
click on the button Customer deposit, you can view the deposits
for that product.
- You will only be able to confirm the order if you use less quantity
than you have in the deposit.
- If you try to confirm the order with more quantity than you have in
deposit, a validation error will show.
- Check the deposit line has 100% discount.
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.