-
-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC][ADD][stock_picking_sale_description] new module to support single product description #1067
Comments
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Please @OCA/logistics-maintainers could you re-open this issue? is actual, we have to work on this. Thank you! |
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
In many cases, customer's products don't have different descriptions as Odoo except like:
If you have a single description it is a nightmare to force user to fill all the different descriptions when all are the same. Furthermore, maintain this descriptions could be impossible when you have also translations for different languages.
In this cases having one single description for a product is enough to show in:
Odoo force the user to fill all fields, if not it only show and print the product name.
The scope of this new module is to propagate the "Sales description" to purchase orders, sales orders and picking orders (when they are created from PO/SO) because then, this description is show and printed in all the documents without any further development.
More or less like Odoo says but don't make:
Before opening this issue I've checked OCA modules and I haven't found the solutions. The "nearest" ones are:
https://github.com/OCA/sale-workflow/tree/15.0/sale_stock_picking_note
https://github.com/OCA/stock-logistics-workflow/tree/14.0/stock_picking_sale_order_link
Do you have any other options? I cannot image this is the first time this is a requirement.
Thank you
PD: Maybe this is not the best repository to open the issue. But the most important one.
@moduon
The text was updated successfully, but these errors were encountered: