[ADD] Simple OCA-style Readme to several modules (#114)

This commit is contained in:
Pierrick Brun
2020-03-18 15:55:42 +01:00
committed by GitHub
parent a545c8dbb6
commit e96c3d72eb
25 changed files with 1831 additions and 97 deletions

View File

@@ -8,22 +8,6 @@
'category': 'Partner',
'license': 'AGPL-3',
'summary': 'Better usability in base module',
'description': """
Base Usability
==============
This module adds *track_visibility='onchange'* on all the important fields of the Partner object.
By default, Odoo doesn't display the title field on all the partner form views. This module fixes it (it replaces the module base_title_on_partner).
It also adds a log message at INFO level when sending an email via SMTP.
It displays the local modules with installable filter.
A group by 'State' is added to module search view.
It provides a _display_report_header method on the res.company object and
_display_full_address on res.partner which are useful for reporting.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['base'],