diff --git a/account_credit_hold/views/account_followup_views.xml b/account_credit_hold/views/account_followup_views.xml index 72b0ed9..ee05612 100644 --- a/account_credit_hold/views/account_followup_views.xml +++ b/account_credit_hold/views/account_followup_views.xml @@ -12,6 +12,7 @@ + account_credit_hold.manual_reminder.form.inherit account_followup.manual_reminder @@ -26,6 +27,7 @@ + action_credit_hold diff --git a/bemade_partner_email_domain/__manifest__.py b/bemade_partner_email_domain/__manifest__.py index 83d7854..3e9e073 100644 --- a/bemade_partner_email_domain/__manifest__.py +++ b/bemade_partner_email_domain/__manifest__.py @@ -14,6 +14,7 @@ in the records. - If a match is detected, the partner will automatically be linked with that company. + This module also takes care of instances where there are multiple companies with the same email domain. In such cases, an email is dispatched to the partner with a selection interface to finalize the association. diff --git a/stock_quant_reserved_fix/__init__.py b/stock_quant_reserved_fix/__init__.py index 52f2c76..5cb1c49 100644 --- a/stock_quant_reserved_fix/__init__.py +++ b/stock_quant_reserved_fix/__init__.py @@ -1,2 +1 @@ from . import wizards -from . import tests diff --git a/stock_quant_reserved_fix/__manifest__.py b/stock_quant_reserved_fix/__manifest__.py index 478c9af..7036d0f 100644 --- a/stock_quant_reserved_fix/__manifest__.py +++ b/stock_quant_reserved_fix/__manifest__.py @@ -1,9 +1,9 @@ { - "name": "Stock Quant Reserved Quantity Fix", - "version": "18.0.1.0.0", - "category": "Inventory/Inventory", - "summary": "Admin tool to manually correct stock quant reserved quantities", - "description": """ + "name": "Stock Quant Reserved Quantity Fix", + "version": "18.0.1.0.0", + "category": "Inventory/Inventory", + "summary": "Admin tool to manually correct stock quant reserved quantities", + "description": """ Stock Quant Reserved Quantity Fix =================================