initial commit
This commit is contained in:
18
odoo/addons/project_html_rtl/__manifest__.py
Normal file
18
odoo/addons/project_html_rtl/__manifest__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Project HTML editor + RTL",
|
||||
"version": "1.0.0",
|
||||
"summary": "Enable HTML editor for project task descriptions and notes, and force RTL when needed",
|
||||
"description": "This small addon configures project task description fields to use the HTML editor and injects a small JS to enable RTL rendering in the editor on project task forms.",
|
||||
"category": "Project",
|
||||
"author": "Automated",
|
||||
"depends": ["project", "html_editor"],
|
||||
"license": "LGPL-3",
|
||||
"data": [
|
||||
"views/project_task_view.xml",
|
||||
],
|
||||
"installable": True,
|
||||
"application": False,
|
||||
"assets": {
|
||||
"web.assets_backend": ["project_html_rtl/static/src/js/html_field_patch.js"],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user