Add 'Opportunity' field on a new 'CRM' notebook page on Calendar

This commit is contained in:
Arnaud LAYEC
2024-06-14 17:44:42 +02:00
committed by Alexis de Lattre
parent 9507be2943
commit 67ff087f6e
2 changed files with 17 additions and 1 deletions

View File

@@ -17,5 +17,5 @@ With this module, when Odoo sends an outgoing email, it adds the sender as Bcc (
'author': 'Akretion',
'website': 'https://github.com/akretion/odoo-usability',
'depends': ['base'],
'installable': False,
'installable': True,
}