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