mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-18 23:52:06 +02:00
Initial commit: Technical packages
This commit is contained in:
commit
3473fa71a0
873 changed files with 297766 additions and 0 deletions
39
odoo-bringout-oca-ocb-note/note/__manifest__.py
Normal file
39
odoo-bringout-oca-ocb-note/note/__manifest__.py
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
'name': 'Notes',
|
||||
'version': '1.0',
|
||||
'category': 'Productivity/Notes',
|
||||
'summary': 'Organize your work with memos',
|
||||
'sequence': 260,
|
||||
'depends': [
|
||||
'mail',
|
||||
],
|
||||
'data': [
|
||||
'security/note_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'data/mail_activity_type_data.xml',
|
||||
'data/note_data.xml',
|
||||
'data/res_users_data.xml',
|
||||
'views/note_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
'data/note_demo.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'assets': {
|
||||
'mail.assets_messaging': [
|
||||
'note/static/src/models/*.js',
|
||||
],
|
||||
'web.assets_backend': [
|
||||
'note/static/src/components/**/*',
|
||||
'note/static/src/scss/note.scss',
|
||||
],
|
||||
'web.qunit_suite_tests': [
|
||||
'note/static/tests/**/*',
|
||||
],
|
||||
},
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue