fix lot of wearming

This commit is contained in:
Benoît Vézina 2025-09-25 13:50:32 -04:00
parent b779529d91
commit 9e7662ec7e
4 changed files with 8 additions and 6 deletions

View file

@ -12,6 +12,7 @@
<field name="account_hold" />
</xpath></field>
</record>
<record id="manual_reminder_view_form_inherit" model="ir.ui.view">
<field name="name">account_credit_hold.manual_reminder.form.inherit</field>
<field name="model">account_followup.manual_reminder</field>
@ -26,6 +27,7 @@
</div>
</xpath></field>
</record>
<record id="action_credit_hold" model="ir.actions.server">
<field name="name">action_credit_hold</field>
<field name="model_id" ref="base.model_res_partner" />

View file

@ -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.

View file

@ -1,2 +1 @@
from . import wizards
from . import tests

View file

@ -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
=================================