|
| 1 | +{ |
| 2 | + 'name': 'Nonprofit organization', |
| 3 | + 'version': '2.0', |
| 4 | + 'category': 'Services', |
| 5 | + 'depends': [ |
| 6 | + 'base_industry_data', |
| 7 | + 'documents_project', |
| 8 | + 'hr_expense', |
| 9 | + 'hr_sign', |
| 10 | + 'knowledge', |
| 11 | + 'mass_mailing', |
| 12 | + 'partnership', |
| 13 | + 'sale_pdf_quote_builder', |
| 14 | + 'sale_planning', |
| 15 | + 'sale_subscription', |
| 16 | + 'survey', |
| 17 | + 'web_studio', |
| 18 | + 'website_crm', |
| 19 | + 'website_event_sale', |
| 20 | + ], |
| 21 | + 'data': [ |
| 22 | + 'data/ir_attachment.xml', |
| 23 | + 'data/crm_tag.xml', |
| 24 | + 'data/crm_stage.xml', |
| 25 | + 'data/ir_model.xml', |
| 26 | + 'data/ir_model_fields.xml', |
| 27 | + 'data/ir_default.xml', |
| 28 | + 'data/account_report.xml', |
| 29 | + 'data/account_journal.xml', |
| 30 | + 'data/ir_actions_act_window.xml', |
| 31 | + 'data/res_partner_category.xml', |
| 32 | + 'data/ir_actions_server.xml', |
| 33 | + 'data/ir_ui_view.xml', |
| 34 | + 'data/hr_employee_category.xml', |
| 35 | + 'data/product_category.xml', |
| 36 | + 'data/product_public_category.xml', |
| 37 | + 'data/res_partner_grade.xml', |
| 38 | + 'data/product_template.xml', |
| 39 | + 'data/product_product.xml', |
| 40 | + 'data/qweb_view.xml', |
| 41 | + 'data/ir_ui_menu.xml', |
| 42 | + 'data/base_automation.xml', |
| 43 | + 'data/res_config_settings.xml', |
| 44 | + 'data/ir_model_access.xml', |
| 45 | + 'data/knowledge_cover.xml', |
| 46 | + 'data/knowledge_article.xml', |
| 47 | + 'data/knowledge_article_favorite.xml', |
| 48 | + 'data/mail_message.xml', |
| 49 | + 'data/planning_role.xml', |
| 50 | + 'data/website_page.xml', |
| 51 | + 'data/website_controller_page.xml', |
| 52 | + 'data/website_menu.xml', |
| 53 | + 'data/website_theme_apply.xml', |
| 54 | + 'data/x_petition_tag.xml', |
| 55 | + 'data/mail_template.xml', |
| 56 | + 'data/product_pricelist.xml', |
| 57 | + 'data/product_pricelist_item.xml', |
| 58 | + ], |
| 59 | + 'demo': [ |
| 60 | + 'demo/qweb_view.xml', |
| 61 | + 'demo/website_page.xml', |
| 62 | + 'demo/website_menu.xml', |
| 63 | + 'demo/website_theme_apply.xml', |
| 64 | + 'demo/product_template.xml', |
| 65 | + 'demo/project_task_type.xml', |
| 66 | + 'demo/project_project.xml', |
| 67 | + 'demo/x_petition.xml', |
| 68 | + 'demo/event_tag.xml', |
| 69 | + 'demo/event_event.xml', |
| 70 | + 'demo/event_event_ticket.xml', |
| 71 | + 'demo/payment_provider_demo_post.xml', |
| 72 | + 'demo/res_partner.xml', |
| 73 | + 'demo/crm_lead.xml', |
| 74 | + 'demo/hr_employee.xml', |
| 75 | + 'demo/hr_job.xml', |
| 76 | + 'demo/hr_expense.xml', |
| 77 | + 'demo/planning_recurrency.xml', |
| 78 | + 'demo/planning_slot_template.xml', |
| 79 | + 'demo/planning_slot.xml', |
| 80 | + 'demo/project_tags.xml', |
| 81 | + 'demo/project_task.xml', |
| 82 | + 'demo/mail_activity.xml', |
| 83 | + 'demo/sale_order.xml', |
| 84 | + 'demo/sale_order_line.xml', |
| 85 | + 'demo/survey_survey.xml', |
| 86 | + 'demo/survey_question.xml', |
| 87 | + 'demo/survey_question_answer.xml', |
| 88 | + 'demo/x_signature.xml', |
| 89 | + 'demo/sale_order_confirm.xml', |
| 90 | + 'demo/mailing_mailing.xml', |
| 91 | + 'demo/website.xml', |
| 92 | + ], |
| 93 | + 'license': 'OPL-1', |
| 94 | + 'author': 'Odoo S.A.', |
| 95 | + "cloc_exclude": [ |
| 96 | + "data/knowledge_article.xml", |
| 97 | + "data/qweb_view.xml", |
| 98 | + "demo/qweb_view.xml", |
| 99 | + ], |
| 100 | + 'images': ['images/main.png'], |
| 101 | +} |
0 commit comments