$ 96.11
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
Lines of code | 149 |
Technical Name |
disable_shipping_method_vts |
License | OPL-1 |
Website | https://www.vrajatechnologies.com |
Versions | 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
Lines of code | 149 |
Technical Name |
disable_shipping_method_vts |
License | OPL-1 |
Website | https://www.vrajatechnologies.com |
Versions | 15.0 16.0 17.0 18.0 |
Disable Shipping Method
Dynamic field mapping in Odoo between CRM and Sales modules involves synchronizing data between the two modules, ensuring that specific fields in the CRM module are automatically updated or transferred to corresponding fields in the Sales module. This can be particularly useful for maintaining data consistency and streamlining workflows.
Simplify delivery for some products: You can conceal the others if some things just need to be shipped using a few specific ways. You can Disable shipping methods under various conditions such as product and product category.
Weight-based items: To guarantee proper delivery, restrict the shipping methods used for weight-based items.
Amount based: Disable shipping methods based on order amount; if the total order amount surpasses a specified amount, the associated shipping method will be disabled.
COD Conditions: Enable or disable Cash on Delivery (COD) based on specified order amounts and shipping method conditions.
VIP Clients: Provide special shipping options to certain user roles as a way to thank them.
Rule-based shipping: Customize shipping methods based on rule sets; any unmatched rules will result in disabling the respective shipping method.
In this shipping method we added condition on product category that if this category's product will come in Sale order then this shipping method disabled.
In this shipping method we added two condition i.e. - Parcel weight, if sale order's total product weight more then 2 KG then this shipping method disabled. - Based on particular product, if in sale order Coffee Mug product will come then this shipping method disable.
In this shipping method we added rule based on enable shipping method for particular customers, so in this case all other conditions get by-passed if available.
Based on disable configuration rules shipping methods display in checkout page.
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