[ADD] web_tab_title

This commit is contained in:
Raphaël Valyi
2021-10-26 02:30:21 -03:00
parent 2854d4fdda
commit ce2255623d
5 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 2021 Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Web Tab Title',
'description': """
Automatically set tab document.title when empty.
Important limitation: the tab will get its title only once you browse it.
""",
'version': '14.0.1.0.0',
'license': 'AGPL-3',
'author': 'Akretion',
'website': 'akretion.com',
'depends': [
'web',
],
'data': [
],
'demo': [
],
"data": ["views/web_tab_title.xml"],
"maintainers": ["rvalyi"],
}