[6807][ADD] sale_order_secondary_unit_convert#256
Conversation
|
I will add translation when I find the approach is appropriate through reviewing. |
|
@smorita7749 Please update the PR title. Seem like wrong. |
4d89059 to
9302ca8
Compare
AungKoKoLin1997
left a comment
There was a problem hiding this comment.
@smorita7749 I failed to understand the usage of this module. Why we need a new secondary uom field for sale order line since we already have sale_order_secondary_unit module. Am I missing something?
Some products are managed with a base unit, kg and some secondary units, bundle and bag. Originally, I thought the conversion should be on the wizard, but since it should be saved, I decided is should be on the lines. |
| string="Input Unit", | ||
| ) | ||
| input_secondary_qty = fields.Float( | ||
| string="Input Qty", |
249cba0 to
8efea2a
Compare
QT6807
This module lets users enter sale order line quantities in a convenient input secondary unit while the line keeps being displayed in another secondary unit.
For example, a product may be handled internally in "Bundle" but sold to the customer in "Bag". Users can enter the quantity in "Bundle", and it is automatically converted so that the line shows the quantity in "Bag".