Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
8
sale_exception/readme/CONFIGURE.md
Executable file
8
sale_exception/readme/CONFIGURE.md
Executable file
@@ -0,0 +1,8 @@
|
||||
If you are going to use Customer sale warning and Product warning, for
|
||||
setting corresponding information, you need to:
|
||||
|
||||
1. Go to *Settings \> User & Companies \> Users*.
|
||||
2. Edit your user.
|
||||
3. Check "A warning can be set on a product or a customer (Sale)"
|
||||
group.
|
||||
4. Install sale_management addon.
|
||||
12
sale_exception/readme/CONTRIBUTORS.md
Executable file
12
sale_exception/readme/CONTRIBUTORS.md
Executable file
@@ -0,0 +1,12 @@
|
||||
- Raphaël Valyi \<<raphael.valyi@akretion.com>\>
|
||||
- Renato Lima \<<renato.lima@akretion.com>\>
|
||||
- Sébastien BEAU \<<sebastien.beau@akretion.com>\>
|
||||
- Guewen Baconnier \<<guewen.baconnier@camptocamp.com>\>
|
||||
- Yannick Vaucher \<<yannick.vaucher@camptocamp.com>\>
|
||||
- Simone Orsi \<<simahawk@gmail.com>\>
|
||||
- SodexisTeam \<<dev@sodexis.com>\>
|
||||
- Mourad EL HADJ MIMOUNE \<<mourad.elhadj.mimoune@akretion.com>\>
|
||||
- Raphaël Reverdy \<<raphael.reverdy@akretion.com>\>
|
||||
- Florian da Costa \<<florian.dacosta@akretion.com>\>
|
||||
- Iván Todorovich \<<ivan.todorovich@druidoo.io>\>
|
||||
- Nguyen Minh Chien \<<chien@trobz.com>\>
|
||||
7
sale_exception/readme/DESCRIPTION.md
Executable file
7
sale_exception/readme/DESCRIPTION.md
Executable file
@@ -0,0 +1,7 @@
|
||||
This module allows you attach several customizable exceptions to your
|
||||
sale order in a way that you can filter orders by exceptions type and
|
||||
fix them.
|
||||
|
||||
This is especially useful in an scenario for mass sales order import
|
||||
because it's likely some orders have errors when you import them (like
|
||||
product not found in Odoo, wrong line format etc.)
|
||||
22
sale_exception/readme/USAGE.md
Executable file
22
sale_exception/readme/USAGE.md
Executable file
@@ -0,0 +1,22 @@
|
||||
Not Enough Virtual Stock: \#. Go to *Sales \> Products \> Products*. \#.
|
||||
Create new storable product without stock available. \#. Go to *Sales \>
|
||||
Orders \> Quotations* \#. Create new quotation. \#. Add product without
|
||||
stock available. \#. An exception will be displayed.
|
||||
|
||||
No ZIP code on destination: \#. Go to *Contacts*. \#. Edit or create new
|
||||
contact. \#. Set empty zip code. \#. Go to *Sales \> Orders \>
|
||||
Quotations* \#. Create new quotation. \#. Set delivery address with no
|
||||
zip code. \#. An exception will be displayed.
|
||||
|
||||
Product warning: \#. Go to *Sales \> Products \> Products*. \#. Edit or
|
||||
create new product. \#. Go to *Sales* tab. \#. Set your desired warning
|
||||
option under the *Warning when Selling this Product* group. \#. Set some
|
||||
warning message. \#. Go to *Sales \> Orders \> Quotations* \#. Create
|
||||
new quotation. \#. Add product with warning message. \#. An exception
|
||||
will be displayed.
|
||||
|
||||
Partner warning: \#. Go to *Contacts*. \#. Edit or create new contact.
|
||||
\#. Go to *Internal notes* tab. \#. Set warning option according to
|
||||
*Warning on the Sales Order* group. \#. Set some warning message. \#. Go
|
||||
to *Sales \> Orders \> Quotations* \#. Create new quotation. \#. Set
|
||||
partner with warning message. \#. An exception will be displayed.
|
||||
Reference in New Issue
Block a user