I taught:
diff --git a/deltatech_service_maintenance_plan/data/data.xml b/deltatech_service_maintenance_plan/data/data.xml
index 40c71c2581..0c28df24d1 100644
--- a/deltatech_service_maintenance_plan/data/data.xml
+++ b/deltatech_service_maintenance_plan/data/data.xml
@@ -1,14 +1,14 @@
-
+
-
+ name="Planing"
+ id="menu_service_planing"
+ groups="group_use_service_plan"
+ parent="deltatech_service_base.menu_service_app"
+ sequence="200"
+ />
+
diff --git a/deltatech_sms_sale/data/sms_data.xml b/deltatech_sms_sale/data/sms_data.xml
index aec6f56dfd..e5ee950ab0 100644
--- a/deltatech_sms_sale/data/sms_data.xml
+++ b/deltatech_sms_sale/data/sms_data.xml
@@ -1,6 +1,5 @@
-
-
+Sale Order confirm: Send by SMS Text Message
@@ -15,5 +14,5 @@
{{ (object.company_id.name + ': We are glad to inform you that your order n° ' + object.name + ' has been posted.' ) }}
-
+
diff --git a/deltatech_stock_inventory/data/data.xml b/deltatech_stock_inventory/data/data.xml
index 2e4066d630..86ed6ec836 100644
--- a/deltatech_stock_inventory/data/data.xml
+++ b/deltatech_stock_inventory/data/data.xml
@@ -1,6 +1,5 @@
-
-
+InventoryINV
@@ -8,5 +7,5 @@
11
-
+
diff --git a/deltatech_stock_inventory/models/stock_inventory.py b/deltatech_stock_inventory/models/stock_inventory.py
index 60835e0089..461db4c3c9 100644
--- a/deltatech_stock_inventory/models/stock_inventory.py
+++ b/deltatech_stock_inventory/models/stock_inventory.py
@@ -725,7 +725,7 @@ def _check_product_id(self):
if line.product_id.type != "product":
raise ValidationError(
_("You can only adjust storable products.")
- + "\n\n{} -> {}".format(line.product_id.display_name, line.product_id.type)
+ + f"\n\n{line.product_id.display_name} -> {line.product_id.type}"
)
def _get_move_values(self, qty, location_id, location_dest_id, out):
diff --git a/deltatech_stock_inventory/security/security.xml b/deltatech_stock_inventory/security/security.xml
index 6810d6ca8d..3c20f24103 100644
--- a/deltatech_stock_inventory/security/security.xml
+++ b/deltatech_stock_inventory/security/security.xml
@@ -1,6 +1,5 @@
-
-
+Allow to change inventory date
@@ -14,5 +13,5 @@
Can merge inventory documents
-
+
diff --git a/deltatech_stock_inventory/tests/test_stock_inventory.py b/deltatech_stock_inventory/tests/test_stock_inventory.py
index 8dd0a49d63..12d5ec3f8b 100644
--- a/deltatech_stock_inventory/tests/test_stock_inventory.py
+++ b/deltatech_stock_inventory/tests/test_stock_inventory.py
@@ -133,7 +133,7 @@ def test_stock_inventory_merge(self):
active_ids = [inventory_a.id, inventory_b.id]
wizard = Form(self.env["stock.inventory.merge"])
wizard = wizard.save()
- wizard.with_context(active_ids=active_ids).merge_inventory
+ wizard.with_context(active_ids=active_ids).merge_inventory()
def test_stock_quant_inventory(self):
quant = self.env["stock.quant"].create(
diff --git a/deltatech_stock_inventory/views/stock_inventory_views.xml b/deltatech_stock_inventory/views/stock_inventory_views.xml
index a0228e0506..e9ba706891 100644
--- a/deltatech_stock_inventory/views/stock_inventory_views.xml
+++ b/deltatech_stock_inventory/views/stock_inventory_views.xml
@@ -157,7 +157,7 @@
stock.inventory.treestock.inventory
-
+
-
+
res.config.settings.view.form.inherit.stockres.config.settings
@@ -14,17 +14,17 @@
+ class="fa fa-lg fa-building-o"
+ title="Values set here are company-specific."
+ aria-label="Values set here are company-specific."
+ groups="base.group_multi_company"
+ role="img"
+ />