[IMP]CRM Action : add date on crm lead form

This commit is contained in:
Fabien BOURGEOIS 2017-11-23 07:35:10 +01:00
parent 89ff8fa1b1
commit 60e997ee61
2 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,7 @@
{
'name': 'CRM Actions',
'summary': 'Action management, instead of new activity, in CRM',
'version': '10.0.1.2.3',
'version': '10.0.1.2.4',
'category': 'Sales',
'author': 'Fabien BOURGEOIS - Yaltik',
'license': 'AGPL-3',

View File

@ -43,6 +43,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<label for="contact_name" position="before">
<label for="next_action_id" />
<div class="oe_row">
<field name="next_action_date"
attrs="{'invisible': [('next_action_id', '=', False)]}" /><br />
<field name="next_action_id"
attrs="{'invisible': [('next_action_id', '=', False)]}" />
<button name="next_action_done" type="object"