diff --git a/sales_order_delivery_status/README.rst b/sales_order_delivery_status/README.rst new file mode 100644 index 000000000..ad176ddf4 --- /dev/null +++ b/sales_order_delivery_status/README.rst @@ -0,0 +1,47 @@ +.. image:: https://img.shields.io/badge/license-LGPL--3-green.svg + :target: https://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 + +Delivery Status on Sale Order +============================= +This module will help you to Delivery Status on Sale Order. + +Configuration +============= +* The Restrict Price List field in the Res Config Settings needs to be enabled. + +Company +------- +* `Cybrosys Techno Solutions `__ + +License +------- +Lesser General Public License v3.0 (LGPL v3) +(https://www.gnu.org/licenses/lgpl-3.0-standalone.html) + +Credits +------- +Developers : (V16) Ajith V +Contact: odoo@cybrosys.com + +Contacts +-------- +* Mail Contact : odoo@cybrosys.com +* Website : https://cybrosys.com + +Bug Tracker +----------- +Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. + +Maintainer +========== +.. image:: https://cybrosys.com/images/logo.png + :target: https://cybrosys.com + +This module is maintained by Cybrosys Technologies. + +For support and more information, please visit `Our Website `__ + +Further information +=================== +HTML Description: ``__ diff --git a/sales_order_delivery_status/__init__.py b/sales_order_delivery_status/__init__.py new file mode 100644 index 000000000..54c1e39de --- /dev/null +++ b/sales_order_delivery_status/__init__.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +############################################################################# +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2024-TODAY Cybrosys Technologies() +# Author: Ajith V(odoo@cybrosys.com) +# +# You can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# +# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE +# (LGPL v3) along with this program. +# If not, see . +# +############################################################################# +from . import models diff --git a/sales_order_delivery_status/__manifest__.py b/sales_order_delivery_status/__manifest__.py new file mode 100644 index 000000000..f98bd6f86 --- /dev/null +++ b/sales_order_delivery_status/__manifest__.py @@ -0,0 +1,39 @@ +# -*- coding: utf-8 -*- +############################################################################# +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2024-TODAY Cybrosys Technologies() +# Author: Ajith V(odoo@cybrosys.com) +# +# You can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# +# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE +# (LGPL v3) along with this program. +# If not, see . +# +############################################################################# +{ + 'name': "Delivery Status on Sale Order", + 'version': '16.0.1.0.0', + 'category': 'Sales', + 'summary': """Delivery Status on Sale Order""", + 'description': "This module adds Delivery Status on Purchase Order", + 'author': "Cybrosys Techno Solutions", + 'company': "Cybrosys Techno Solutions", + 'maintainer': 'Cybrosys Techno Solutions', + 'website': "https://www.cybrosys.com", + 'depends': ['sale_stock', 'sale_management'], + 'data': ['views/sale_order_views.xml'], + 'images': ['static/description/banner.png'], + 'license': 'LGPL-3', + 'installable': True, + 'auto_install': False, + 'application': False, +} diff --git a/sales_order_delivery_status/doc/RELEASE_NOTES.md b/sales_order_delivery_status/doc/RELEASE_NOTES.md new file mode 100644 index 000000000..b8b75d63b --- /dev/null +++ b/sales_order_delivery_status/doc/RELEASE_NOTES.md @@ -0,0 +1,8 @@ +## Module + +#### 01.08.2024 +#### Version 16.0.1.0.0 +#### ADD + +- Initial commit for Delivery Status on Sale Order + diff --git a/sales_order_delivery_status/models/__init__.py b/sales_order_delivery_status/models/__init__.py new file mode 100644 index 000000000..8cc2e464c --- /dev/null +++ b/sales_order_delivery_status/models/__init__.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +############################################################################# +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2024-TODAY Cybrosys Technologies() +# Author: Ajith V(odoo@cybrosys.com) +# +# You can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# +# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE +# (LGPL v3) along with this program. +# If not, see . +# +############################################################################# +from . import sale_order diff --git a/sales_order_delivery_status/models/sale_order.py b/sales_order_delivery_status/models/sale_order.py new file mode 100644 index 000000000..b7bef5be3 --- /dev/null +++ b/sales_order_delivery_status/models/sale_order.py @@ -0,0 +1,73 @@ +# -*- coding: utf-8 -*- +############################################################################# +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2024-TODAY Cybrosys Technologies() +# Author: Ajith V(odoo@cybrosys.com) +# +# You can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# +# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE +# (LGPL v3) along with this program. +# If not, see . +# +############################################################################# +from odoo import api, fields, models + + +class SaleOrder(models.Model): + """ + This class extends the 'sale.order' model to include a new field + 'delivery_status' which tracks the delivery status of the sale order. + """ + _inherit = 'sale.order' + + delivery_status = fields.Selection( + selection=[ + ('nothing', 'Nothing to Deliver'), + ('to_deliver', 'To Deliver'), + ('partial', 'Partially Delivered'), + ('delivered', 'Delivered'), + ('processing', 'Processing') + ], + string='Delivery Status', + compute='_compute_delivery_status', + store=True, + readonly=True, + copy=False, + default='nothing' + ) + + @api.depends('state', 'order_line.qty_delivered') + def _compute_delivery_status(self): + """ + Computes the delivery status of the sale order based on the state of + related stock pickings and quantities delivered in the order lines. + """ + for rec in self: + pickings = self.env['stock.picking'].search( + [('sale_id', '=', rec.id)]) + orderlines = rec.mapped('order_line').filtered( + lambda x: x.product_id.type != 'service') + service_orderlines = rec.mapped('order_line').filtered( + lambda x: x.product_id.type == 'service') + if not pickings and not service_orderlines: + rec.delivery_status = 'nothing' + elif all(o.qty_delivered == 0 for o in orderlines): + rec.delivery_status = 'to_deliver' + elif orderlines.filtered( + lambda x: x.qty_delivered < x.product_uom_qty): + rec.delivery_status = 'partial' + elif all(o.qty_delivered == o.product_uom_qty for o in orderlines): + rec.delivery_status = 'delivered' + if any(p.state in ('waiting', 'confirmed') for p in pickings): + rec.delivery_status = 'processing' + if not orderlines and service_orderlines and rec.state == 'sale': + rec.delivery_status = 'delivered' diff --git a/sales_order_delivery_status/static/description/assets/icons/check.png b/sales_order_delivery_status/static/description/assets/icons/check.png new file mode 100644 index 000000000..c8e85f51d Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/check.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/chevron.png b/sales_order_delivery_status/static/description/assets/icons/chevron.png new file mode 100644 index 000000000..2089293d6 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/chevron.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/cogs.png b/sales_order_delivery_status/static/description/assets/icons/cogs.png new file mode 100644 index 000000000..95d0bad62 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/cogs.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/consultation.png b/sales_order_delivery_status/static/description/assets/icons/consultation.png new file mode 100644 index 000000000..8319d4baa Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/consultation.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/ecom-black.png b/sales_order_delivery_status/static/description/assets/icons/ecom-black.png new file mode 100644 index 000000000..a9385ff13 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/ecom-black.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/education-black.png b/sales_order_delivery_status/static/description/assets/icons/education-black.png new file mode 100644 index 000000000..3eb09b27b Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/education-black.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/hotel-black.png b/sales_order_delivery_status/static/description/assets/icons/hotel-black.png new file mode 100644 index 000000000..130f613be Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/hotel-black.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/license.png b/sales_order_delivery_status/static/description/assets/icons/license.png new file mode 100644 index 000000000..a5869797e Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/license.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/lifebuoy.png b/sales_order_delivery_status/static/description/assets/icons/lifebuoy.png new file mode 100644 index 000000000..658d56ccc Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/lifebuoy.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/manufacturing-black.png b/sales_order_delivery_status/static/description/assets/icons/manufacturing-black.png new file mode 100644 index 000000000..697eb0e9f Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/manufacturing-black.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/pos-black.png b/sales_order_delivery_status/static/description/assets/icons/pos-black.png new file mode 100644 index 000000000..97c0f90c1 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/pos-black.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/puzzle.png b/sales_order_delivery_status/static/description/assets/icons/puzzle.png new file mode 100644 index 000000000..65cf854e7 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/puzzle.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/restaurant-black.png b/sales_order_delivery_status/static/description/assets/icons/restaurant-black.png new file mode 100644 index 000000000..4a35eb939 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/restaurant-black.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/service-black.png b/sales_order_delivery_status/static/description/assets/icons/service-black.png new file mode 100644 index 000000000..301ab51cb Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/service-black.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/trading-black.png b/sales_order_delivery_status/static/description/assets/icons/trading-black.png new file mode 100644 index 000000000..9398ba2f1 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/trading-black.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/training.png b/sales_order_delivery_status/static/description/assets/icons/training.png new file mode 100644 index 000000000..884ca024d Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/training.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/update.png b/sales_order_delivery_status/static/description/assets/icons/update.png new file mode 100644 index 000000000..ecbc5a01a Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/update.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/user.png b/sales_order_delivery_status/static/description/assets/icons/user.png new file mode 100644 index 000000000..6ffb23d9f Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/user.png differ diff --git a/sales_order_delivery_status/static/description/assets/icons/wrench.png b/sales_order_delivery_status/static/description/assets/icons/wrench.png new file mode 100644 index 000000000..6c04dea0f Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/icons/wrench.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/categories.png b/sales_order_delivery_status/static/description/assets/misc/categories.png new file mode 100644 index 000000000..bedf1e0b1 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/categories.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/check-box.png b/sales_order_delivery_status/static/description/assets/misc/check-box.png new file mode 100644 index 000000000..42caf24b9 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/check-box.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/compass.png b/sales_order_delivery_status/static/description/assets/misc/compass.png new file mode 100644 index 000000000..d5fed8faa Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/compass.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/corporate.png b/sales_order_delivery_status/static/description/assets/misc/corporate.png new file mode 100644 index 000000000..2eb13edbf Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/corporate.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/customer-support.png b/sales_order_delivery_status/static/description/assets/misc/customer-support.png new file mode 100644 index 000000000..79efc72ed Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/customer-support.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/cybrosys-logo.png b/sales_order_delivery_status/static/description/assets/misc/cybrosys-logo.png new file mode 100644 index 000000000..cc3cc0ccf Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/cybrosys-logo.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/features.png b/sales_order_delivery_status/static/description/assets/misc/features.png new file mode 100644 index 000000000..b41769f77 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/features.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/logo.png b/sales_order_delivery_status/static/description/assets/misc/logo.png new file mode 100644 index 000000000..478462d3e Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/logo.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/pictures.png b/sales_order_delivery_status/static/description/assets/misc/pictures.png new file mode 100644 index 000000000..56d255fe9 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/pictures.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/pie-chart.png b/sales_order_delivery_status/static/description/assets/misc/pie-chart.png new file mode 100644 index 000000000..426e05244 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/pie-chart.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/right-arrow.png b/sales_order_delivery_status/static/description/assets/misc/right-arrow.png new file mode 100644 index 000000000..730984a06 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/right-arrow.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/star.png b/sales_order_delivery_status/static/description/assets/misc/star.png new file mode 100644 index 000000000..2eb9ab29f Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/star.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/support.png b/sales_order_delivery_status/static/description/assets/misc/support.png new file mode 100644 index 000000000..4f18b8b82 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/support.png differ diff --git a/sales_order_delivery_status/static/description/assets/misc/whatsapp.png b/sales_order_delivery_status/static/description/assets/misc/whatsapp.png new file mode 100644 index 000000000..d513a5356 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/misc/whatsapp.png differ diff --git a/sales_order_delivery_status/static/description/assets/modules/1.png b/sales_order_delivery_status/static/description/assets/modules/1.png new file mode 100644 index 000000000..3add135c3 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/modules/1.png differ diff --git a/sales_order_delivery_status/static/description/assets/modules/2.png b/sales_order_delivery_status/static/description/assets/modules/2.png new file mode 100644 index 000000000..8658f1826 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/modules/2.png differ diff --git a/sales_order_delivery_status/static/description/assets/modules/3.png b/sales_order_delivery_status/static/description/assets/modules/3.png new file mode 100644 index 000000000..e571015b1 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/modules/3.png differ diff --git a/sales_order_delivery_status/static/description/assets/modules/4.png b/sales_order_delivery_status/static/description/assets/modules/4.png new file mode 100644 index 000000000..f6020a481 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/modules/4.png differ diff --git a/sales_order_delivery_status/static/description/assets/modules/5.png b/sales_order_delivery_status/static/description/assets/modules/5.png new file mode 100644 index 000000000..745d6db78 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/modules/5.png differ diff --git a/sales_order_delivery_status/static/description/assets/modules/6.png b/sales_order_delivery_status/static/description/assets/modules/6.png new file mode 100644 index 000000000..370d5aa83 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/modules/6.png differ diff --git a/sales_order_delivery_status/static/description/assets/screenshots/1.png b/sales_order_delivery_status/static/description/assets/screenshots/1.png new file mode 100644 index 000000000..0070c128f Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/screenshots/1.png differ diff --git a/sales_order_delivery_status/static/description/assets/screenshots/2.png b/sales_order_delivery_status/static/description/assets/screenshots/2.png new file mode 100644 index 000000000..975f6edc6 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/screenshots/2.png differ diff --git a/sales_order_delivery_status/static/description/assets/screenshots/hero.gif b/sales_order_delivery_status/static/description/assets/screenshots/hero.gif new file mode 100644 index 000000000..0c4d157b4 Binary files /dev/null and b/sales_order_delivery_status/static/description/assets/screenshots/hero.gif differ diff --git a/sales_order_delivery_status/static/description/banner.png b/sales_order_delivery_status/static/description/banner.png new file mode 100644 index 000000000..abe620f13 Binary files /dev/null and b/sales_order_delivery_status/static/description/banner.png differ diff --git a/sales_order_delivery_status/static/description/icon.png b/sales_order_delivery_status/static/description/icon.png new file mode 100644 index 000000000..9282d5d5b Binary files /dev/null and b/sales_order_delivery_status/static/description/icon.png differ diff --git a/sales_order_delivery_status/static/description/index.html b/sales_order_delivery_status/static/description/index.html new file mode 100644 index 000000000..0cb1acd62 --- /dev/null +++ b/sales_order_delivery_status/static/description/index.html @@ -0,0 +1,554 @@ +
+ +
+ +
+
+ Community +
+
+ Enterprise +
+
+ Odoo.sh +
+
+
+ +
+
+
+ +

+ Delivery Status on Sale Order

+

+ A Module for adding delivery status on sales order

+ + +
+
+
+
+ +
+
+ +
+

+ Explore This Module

+
+ + + + +
+
+ +
+

+ Overview

+
+
+
The delivery status on sales order module helps + to find out the delivery status of each sales order. Delivery status is + added in tree view and in the form view of sales order. The different + delivery status are: (i) Nothing to Deliver - If no delivery is created + for a sales order (ii) To Deliver - Delivery is still to receive (iii) + Partially Deliver - If More than one delivery is created for a sales + order and some of them received and some still to receive (iv) Delivered + - If all delivery are done (v) Processing - If any delivery is in + waiting state +
+
+ + + +
+
+ +
+

+ Features

+
+
+
+
+ + Community & Enterprise Support +
+
+ + Additional Configuration +
+
+ + Delivery Status +
+
+
+ + + +
+
+ +
+

+ Screenshots

+
+
+
+
+

+ Tree view +

+

+ Delivery Status on sales order tree view

+ +
+
+

+ Form View +

+

+ Delivery Status on sales order form view

+ +
+
+
+ + + +
+
+ +
+

+ Related Products

+
+
+
+ +
+
+ + + +
+
+ +
+

+ Our Services

+
+
+
+
+
+ +
+
+ Odoo Customization
+
+
+
+ +
+
+ Odoo Implementation
+
+
+
+ +
+
+ Odoo Support
+
+
+
+ +
+
+ Hire Odoo Developer
+
+
+
+ +
+
+ Odoo Integration
+
+
+
+ +
+
+ Odoo Migration
+
+
+
+ +
+
+ Odoo Consultancy
+
+
+
+ +
+
+ Odoo Implementation
+
+
+
+ +
+
+ Odoo Licensing Consultancy
+
+
+
+ + + +
+
+ +
+

+ Our Industries

+
+
+
+
+
+ +
+ Trading
+

+ Easily procure and sell your products

+
+
+
+
+ +
+ POS
+

+ Easy configuration and convivial experience

+
+
+
+
+ +
+ Education
+

+ A platform for educational management

+
+
+
+
+ +
+ Manufacturing
+

+ Plan, track and schedule your operations

+
+
+
+
+ +
+ E-commerce & Website
+

+ Mobile friendly, awe-inspiring product pages

+
+
+
+
+ +
+ Service Management
+

+ Keep track of services and invoice

+
+
+
+
+ +
+ Restaurant
+

+ Run your bar or restaurant methodically

+
+
+
+
+ +
+ Hotel Management
+

+ An all-inclusive hotel management application

+
+
+
+
+ + + +
+
+ +
+

+ Support

+
+
+
+
+
+
+ +
+
+

Need Help?

+

Got questions or need help? + Get in touch.

+ +

+ odoo@cybrosys.com

+
+
+
+
+
+
+
+ +
+
+

WhatsApp

+

Say hi to us on WhatsApp!

+ +

+ +91 86068 27707

+
+
+
+
+
+
+
+ +
+
+
+ diff --git a/sales_order_delivery_status/views/sale_order_views.xml b/sales_order_delivery_status/views/sale_order_views.xml new file mode 100644 index 000000000..90f8446fa --- /dev/null +++ b/sales_order_delivery_status/views/sale_order_views.xml @@ -0,0 +1,55 @@ + + + + + + sale.order.view.form.inherit.sale.order.delivery.status + + sale.order + + + + + + + + + + + + sale.order.view.tree.inherit.sale.order.delivery.status + + sale.order + + + + + + + + + + + + sale.order.onboarding.view.tree.inherit.sale.order.delivery.status + + sale.order + + + + + + + + +