-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[16.0][ADD] Duplication Sale Order #3175
base: 16.0
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks !
261f786
to
8f39f5c
Compare
duplication_sale_order/README.rst
Outdated
User define: | ||
|
||
* a begin date | ||
* a frequency (week, monthly) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@quentinDupont @legalsylvain IMHO, you should explain a little bit more this one. As I understand (after having read the code), the wizard will create several quotations based on dates.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for your review ! what do you think about the changes on this last commit ?
@quentinDupont Great! My last question is from a functional point of view. Could you explain briefly in which context this is necessary and in which manner this differs from contract flow (that could generates sales or invoices) ? Thanks |
Hello and thanks for your time ! However, I think this module fits better "my" users need. But I think we're still looking for a simple way of creating sales in advance, and that the solution I'm proposing in this "PR" is more simple and effective than adding a new contract concept for the user. To answer your question about the process more directly. A baker knows that he's going to sell bread to a shop once a week during the month: he wants to anticipate his administrative work by creating the 4 sales of the month so that he can easily generate the stock pickings each week. |
ping @rousseldenis :-) |
Yes. Busy on other things. FYI, there is also another way to do those flows: Could you check also ? I want to avoid too much modules with same functionalities. IMHO, Maybe a better name could be great like |
This module provides a wizard that facilitates the duplication of sales with a certain recurrence.
User defines a begin date and recurrence (week, monthly) and the wizard creates draft quotations with the dates selected in the wizard
It's useful for users who regularly sell the same products to the same customer, such as bakers who receive the same orders from shops every week.
It's a custom module that we migrate from 12.0 to 16.0. We use it since several years in production