mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-22 02:12:06 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 2022 Tecnativa - David Vidal
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Announcement",
|
||||
"version": "16.0.1.0.1",
|
||||
"summary": "Notify internal users about relevant organization stuff",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"category": "Server UX",
|
||||
"website": "https://github.com/OCA/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/**/*",
|
||||
],
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue