fix lot of wearming
This commit is contained in:
parent
b779529d91
commit
9e7662ec7e
4 changed files with 8 additions and 6 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
from . import wizards
|
||||
from . import tests
|
||||
|
|
|
|||
|
|
@ -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
|
||||
=================================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue