-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
[17.0][IMP] sale_order_type: improve readme #3336
base: 17.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.
Can you rename the title of your PR :
[17.0][IMP] sale_order_type : improve Readme
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
@gurneyalex The merge process could not be finalized, because command
|
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.
I made some suggestion to fix an error about duplicated alt text tags.
@@ -1,4 +1,12 @@ | |||
To configure Sale Order Types you need to: | |||
|
|||
1. Go to **Sales \> Configuration \> Sales Orders Types** | |||
2. Create a new sale order type with all the settings you want | |||
|
|||
![alt text](../static/description/Sale_type_confi_1.png) |
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.
![alt text](../static/description/Sale_type_confi_1.png) | |
![Sale type configuration](../static/description/Sale_type_confi_1.png) |
![alt text](../static/description/Sale_type_confi_1.png) | ||
|
||
2. The list of already existing "types" will be displayed | ||
![alt text](../static/description/Sale_type_config_2.png) |
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.
![alt text](../static/description/Sale_type_config_2.png) | |
![List of sale types](../static/description/Sale_type_config_2.png) |
|
||
3. Create a new Sale Order type with all the settings you want using the available fields: | ||
|
||
![Alt text](../static/description/Sale_type_config_3.png) |
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.
![Alt text](../static/description/Sale_type_config_3.png) | |
![Sale type creation](../static/description/Sale_type_config_3.png) |
@@ -1,5 +1,13 @@ | |||
1. Go to **Sales \> Sales Orders** and create a new sale order. Select | |||
the new type you have created before and all settings will be | |||
propagated. | |||
|
|||
![alt text](../static/description/Sale_type_usage_1.png) |
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.
![alt text](../static/description/Sale_type_usage_1.png) | |
![Sale type usage](../static/description/Sale_type_usage_1.png) |
*Sales & Purchases* and set a sale order type. | ||
*Sales & Purchases* tab of the partner and set a sale order type: | ||
|
||
![alt text](../static/description/Sale_type_usage_2.png) |
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.
![alt text](../static/description/Sale_type_usage_2.png) | |
![Sale type for a partner](../static/description/Sale_type_usage_2.png) |
![alt text](../static/description/Sale_type_usage_2.png) | ||
|
||
Scroll down to find the "Sale order Type" field: | ||
![alt text](../static/description/Sale_type_usage_3.png) |
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.
![alt text](../static/description/Sale_type_usage_3.png) | |
![Setting the sale type on a partner](../static/description/Sale_type_usage_3.png) |
Hello, here are some suggested modification concerning the readme part of the module.
Thanks