Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• Invoicing (account) • Discuss (mail) |
Lines of code | 140 |
Technical Name |
oe_cancel_sale_order |
License | OPL-1 |
Website | https://oe-dev.odoo.com/ |
Versions | 15.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• Invoicing (account) • Discuss (mail) |
Lines of code | 140 |
Technical Name |
oe_cancel_sale_order |
License | OPL-1 |
Website | https://oe-dev.odoo.com/ |
Versions | 15.0 |
How to use the module: Cancel Sale Order
The Odoo behavior has the limitation of cancel sale order when we already confirmed delivery order and create invoice. It always raises the user error if you are willing to cancel it. It required users to cancel each transfer and invoice first before cancel it which take time.
This is the reason why we build this module to support this need. Meaning that the salesperson could do the force cancel SO even it is already delivered or invoiced.
Ability to cancel all the delivery order and related invoice if any.
To make this module work in your database. You have to follow these steps as below:
Step 1: Purchase this module
Step 2: Copy and paste this module to your folder custom addons
Step 3: Rebuild your server
Step 4: Install app
After install the app, then you will be able to use the feature in this module as the below demonstration:
Step 1: Assign the permission to user which you want to do the force cancel SO
Step 2: After the user has that permission, he/she will be able to see another button in the sale order (In Confirmed State) called Force Cancel
Step 3: When clicking this button Force Cancel, it will open the popup as below screenshot to show all the related will be cancelled too, it will cancel all the transfer (Stock Picking, Stock Move and Product Move) and bill (journal entry, and journal item) as the below result:
Step 4: when click âForce Cancelâ, All stock transfer to that SO will be cancelled as below screenshot:
All invoice to that SO will be cancelled as below screenshot
You will get 90 days free support for any question, queries, and bug fixing (excluding data recovery) concerned with this module.
This support will be counted after the purchase date.
Please do not share it with the others after purchasing.
For any supports or help, do not hesitate to ask me by this email myodooexpert.gmail.com. We can help for your Odoo implementation and develop the custom module with low price.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module