mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-15 02:32:06 +00:00
31 lines
1014 B
Python
31 lines
1014 B
Python
# Copyright 2022 Tecnativa - David Vidal
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Announcement",
|
|
"version": "3.0.1.0.0",
|
|
"summary": "Notify internal users about relevant organization stuff",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"category": "Server UX",
|
|
"website": "https://gitlab.com/flectra-community/server-ux",
|
|
"depends": ["mail"],
|
|
"data": [
|
|
"security/announcement_security.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/announcement_views.xml",
|
|
"views/announcement_tag_views.xml",
|
|
"wizards/read_announcement_wizard.xml",
|
|
],
|
|
"demo": [
|
|
"demo/announcement_tag_demo.xml",
|
|
],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"announcement/static/src/js/announcement_dialog/**/*",
|
|
"announcement/static/src/js/announcement_menu/**/*",
|
|
"announcement/static/src/js/announcement_service/**/*",
|
|
],
|
|
},
|
|
}
|