mirror of
https://github.com/bringout/oca-crm.git
synced 2026-04-25 11:01:58 +02:00
Add oca-crm submodule with 26 CRM modules
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
0e924979be
commit
0608132c9e
1296 changed files with 142509 additions and 0 deletions
28
odoo-bringout-oca-crm-crm_claim/crm_claim/__manifest__.py
Normal file
28
odoo-bringout-oca-crm-crm_claim/crm_claim/__manifest__.py
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 2015-2017 Odoo S.A.
|
||||
# Copyright 2017 Tecnativa - Vicent Cubells
|
||||
# Copyright 2018 Tecnativa - Cristina Martin R.
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
|
||||
{
|
||||
"name": "Claims Management",
|
||||
"version": "16.0.1.2.0",
|
||||
"category": "Customer Relationship Management",
|
||||
"author": "Odoo S.A., Tecnativa, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/crm",
|
||||
"license": "AGPL-3",
|
||||
"summary": "Track your customers/vendors claims and grievances.",
|
||||
"depends": ["crm", "mail"],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"security/crm_claim_security.xml",
|
||||
"data/crm_claim_data.xml",
|
||||
"views/crm_claim_views.xml",
|
||||
"views/crm_claim_category_views.xml",
|
||||
"views/crm_claim_stage_views.xml",
|
||||
"views/res_partner_views.xml",
|
||||
"views/crm_claim_menu.xml",
|
||||
"report/crm_claim_report_view.xml",
|
||||
],
|
||||
"demo": ["demo/crm_claim_demo.xml"],
|
||||
"installable": True,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue