[IMP]CRM Action : add date on crm lead form
This commit is contained in:
parent
89ff8fa1b1
commit
60e997ee61
@ -18,7 +18,7 @@
|
|||||||
{
|
{
|
||||||
'name': 'CRM Actions',
|
'name': 'CRM Actions',
|
||||||
'summary': 'Action management, instead of new activity, in CRM',
|
'summary': 'Action management, instead of new activity, in CRM',
|
||||||
'version': '10.0.1.2.3',
|
'version': '10.0.1.2.4',
|
||||||
'category': 'Sales',
|
'category': 'Sales',
|
||||||
'author': 'Fabien BOURGEOIS - Yaltik',
|
'author': 'Fabien BOURGEOIS - Yaltik',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
|
@ -43,6 +43,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<label for="contact_name" position="before">
|
<label for="contact_name" position="before">
|
||||||
<label for="next_action_id" />
|
<label for="next_action_id" />
|
||||||
<div class="oe_row">
|
<div class="oe_row">
|
||||||
|
<field name="next_action_date"
|
||||||
|
attrs="{'invisible': [('next_action_id', '=', False)]}" /><br />
|
||||||
<field name="next_action_id"
|
<field name="next_action_id"
|
||||||
attrs="{'invisible': [('next_action_id', '=', False)]}" />
|
attrs="{'invisible': [('next_action_id', '=', False)]}" />
|
||||||
<button name="next_action_done" type="object"
|
<button name="next_action_done" type="object"
|
||||||
|
Loading…
Reference in New Issue
Block a user