From 0eab577b40cb1d253915655b84923911101b72f6 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Tue, 6 Dec 2011 12:21:27 +0100 Subject: [PATCH] [IMP] Core modules for apps bzr revid: fp@tinyerp.com-20111206112127-5lir7aovygx4a4oi --- addons/account/__openerp__.py | 1 + addons/account_accountant/__openerp__.py | 1 + addons/account_analytic_analysis/__openerp__.py | 3 ++- addons/account_asset/__openerp__.py | 1 + addons/association/__openerp__.py | 1 + addons/auction/__openerp__.py | 1 + addons/crm/__openerp__.py | 1 + addons/crm_claim/__openerp__.py | 1 + addons/crm_fundraising/__openerp__.py | 1 + addons/crm_helpdesk/__openerp__.py | 1 + addons/document_ftp/__openerp__.py | 1 + addons/event/__openerp__.py | 1 + addons/hr_evaluation/__openerp__.py | 1 + addons/hr_expense/__openerp__.py | 1 + addons/hr_holidays/__openerp__.py | 1 + addons/hr_payroll/__openerp__.py | 1 + addons/hr_recruitment/__openerp__.py | 1 + addons/hr_timesheet_sheet/__openerp__.py | 1 + addons/idea/__openerp__.py | 1 + addons/lunch/__openerp__.py | 1 + addons/marketing_campaign/__openerp__.py | 1 + addons/mrp/__openerp__.py | 1 + addons/mrp_repair/__openerp__.py | 1 + addons/point_of_sale/__openerp__.py | 1 + addons/project/__openerp__.py | 1 + addons/project_gtd/__openerp__.py | 1 + addons/project_issue/__openerp__.py | 1 + addons/project_long_term/__openerp__.py | 1 + addons/purchase/__openerp__.py | 1 + addons/stock/__openerp__.py | 1 + addons/survey/__openerp__.py | 1 + 31 files changed, 32 insertions(+), 1 deletion(-) diff --git a/addons/account/__openerp__.py b/addons/account/__openerp__.py index c8d17c2cf9e..a2562e8dc42 100644 --- a/addons/account/__openerp__.py +++ b/addons/account/__openerp__.py @@ -152,6 +152,7 @@ module named account_voucher. ], 'installable': True, 'active': False, + 'core': True, 'certificate': '0080331923549', } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/account_accountant/__openerp__.py b/addons/account_accountant/__openerp__.py index d808a38fa18..3230af26257 100644 --- a/addons/account_accountant/__openerp__.py +++ b/addons/account_accountant/__openerp__.py @@ -45,6 +45,7 @@ user rights to Demo user. 'test': [], 'installable': True, 'active': False, + 'core': True, 'certificate': '00395091383933390541', } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/account_analytic_analysis/__openerp__.py b/addons/account_analytic_analysis/__openerp__.py index 32642caf49c..9b6aef181bc 100644 --- a/addons/account_analytic_analysis/__openerp__.py +++ b/addons/account_analytic_analysis/__openerp__.py @@ -21,7 +21,7 @@ { - 'name' : 'Sales Contract Management', + 'name' : 'Contracts Management', 'version' : '1.1', 'category' : 'Sales Management', 'complexity': "normal", @@ -46,6 +46,7 @@ user-wise as well as month wise. ], 'demo_xml' : [], 'installable': True, + 'core': True, 'active' : False, 'certificate': '0042927202589', } diff --git a/addons/account_asset/__openerp__.py b/addons/account_asset/__openerp__.py index f3d00b08893..e7fd5a52efd 100644 --- a/addons/account_asset/__openerp__.py +++ b/addons/account_asset/__openerp__.py @@ -49,6 +49,7 @@ ], "active": False, "installable": True, + "core": True, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/association/__openerp__.py b/addons/association/__openerp__.py index 3dc6c03f94e..c191d40a365 100644 --- a/addons/association/__openerp__.py +++ b/addons/association/__openerp__.py @@ -37,6 +37,7 @@ It installs the profile for associations to manage events, registrations, member 'demo_xml': [], 'installable': True, 'active': False, + 'core': True, 'certificate': '0078696047261', 'images': ['images/association1.jpeg'], } diff --git a/addons/auction/__openerp__.py b/addons/auction/__openerp__.py index 3f6c6c35e31..0475890e1e9 100644 --- a/addons/auction/__openerp__.py +++ b/addons/auction/__openerp__.py @@ -68,6 +68,7 @@ The dashboard for auction includes: ], 'installable': True, + 'auction': True, 'active': False, 'certificate': '0039333102717', 'images': ['images/auction1.jpeg','images/auction2.jpeg','images/auction3.jpeg'], diff --git a/addons/crm/__openerp__.py b/addons/crm/__openerp__.py index fd6c7e6222a..f6a29817846 100644 --- a/addons/crm/__openerp__.py +++ b/addons/crm/__openerp__.py @@ -129,6 +129,7 @@ Creates a dashboard for CRM that includes: 'test/ui/delete_lead.yml' ], 'installable': True, + 'core': True, 'active': False, 'certificate': '0079056041421', 'images': ['images/sale_crm_crm_dashboard.png', 'images/crm_dashboard.jpeg','images/leads.jpeg','images/meetings.jpeg','images/opportunities.jpeg','images/outbound_calls.jpeg','images/stages.jpeg'], diff --git a/addons/crm_claim/__openerp__.py b/addons/crm_claim/__openerp__.py index 8c3854ffd2e..de526f5e5d3 100644 --- a/addons/crm_claim/__openerp__.py +++ b/addons/crm_claim/__openerp__.py @@ -52,6 +52,7 @@ automatically new claims based on incoming emails. 'test/ui/claim_demo.yml' ], 'installable': True, + 'core': True, 'active': False, 'certificate' : '00612027414703404749', 'images': ['images/claim_categories.jpeg','images/claim_stages.jpeg','images/claims.jpeg'], diff --git a/addons/crm_fundraising/__openerp__.py b/addons/crm_fundraising/__openerp__.py index 993b3dc6434..98a1fb393d5 100644 --- a/addons/crm_fundraising/__openerp__.py +++ b/addons/crm_fundraising/__openerp__.py @@ -53,6 +53,7 @@ fund status. ], 'test': ['test/process/fund-rising.yml'], 'installable': True, + 'core': True, 'active': False, 'certificate' : '00871545204231528989', 'images': ['images/fundraising_analysis.jpeg','images/fundraising_categories.jpeg','images/funds.jpeg'], diff --git a/addons/crm_helpdesk/__openerp__.py b/addons/crm_helpdesk/__openerp__.py index 2adf7d26dcc..0eda54228cd 100644 --- a/addons/crm_helpdesk/__openerp__.py +++ b/addons/crm_helpdesk/__openerp__.py @@ -51,6 +51,7 @@ and categorize your interventions with a channel and a priority level. ], 'test': ['test/process/help-desk.yml'], 'installable': True, + 'core': True, 'active': False, 'certificate' : '00830691522781519309', 'images': ['images/helpdesk_analysis.jpeg','images/helpdesk_categories.jpeg','images/helpdesk_requests.jpeg'], diff --git a/addons/document_ftp/__openerp__.py b/addons/document_ftp/__openerp__.py index 499a928c077..d70a14a433c 100644 --- a/addons/document_ftp/__openerp__.py +++ b/addons/document_ftp/__openerp__.py @@ -49,6 +49,7 @@ FTP client. ], 'installable': True, 'active': False, + 'core': True, 'certificate': '00934787762705016005', 'images': ['images/1_configure_ftp.jpeg','images/2_document_browse.jpeg','images/3_document_ftp.jpeg'], 'post_load': 'post_load', diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index 1890ed7bf84..0e8cd891813 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -56,6 +56,7 @@ Note that: 'demo_xml': ['event_demo.xml'], 'test': ['test/test_event.yml'], 'installable': True, + 'core': True, 'active': False, 'certificate': '0083059161581', 'images': ['images/1_event_type_list.jpeg','images/2_events.jpeg','images/3_registrations.jpeg'], diff --git a/addons/hr_evaluation/__openerp__.py b/addons/hr_evaluation/__openerp__.py index a834b4020ec..25949b23ea8 100644 --- a/addons/hr_evaluation/__openerp__.py +++ b/addons/hr_evaluation/__openerp__.py @@ -54,6 +54,7 @@ in the form of pdf file. Implements a dashboard for My Current Evaluations "active": False, "installable": True, "certificate" : "00883207679172998429", + 'core': True, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_expense/__openerp__.py b/addons/hr_expense/__openerp__.py index 4a22f00e076..5224eaacb6b 100644 --- a/addons/hr_expense/__openerp__.py +++ b/addons/hr_expense/__openerp__.py @@ -68,5 +68,6 @@ re-invoice your customer's expenses if your work by project. 'installable': True, 'active': False, 'certificate': '0062479841789', + 'core': True, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_holidays/__openerp__.py b/addons/hr_holidays/__openerp__.py index ec12b884201..55a6f2eb41f 100644 --- a/addons/hr_holidays/__openerp__.py +++ b/addons/hr_holidays/__openerp__.py @@ -72,6 +72,7 @@ Note that: 'test/hr_holidays_report.yml', ], 'installable': True, + 'core': True, 'active': False, 'certificate': '0086579209325', } diff --git a/addons/hr_payroll/__openerp__.py b/addons/hr_payroll/__openerp__.py index 5c78b80f095..b8287025f9b 100644 --- a/addons/hr_payroll/__openerp__.py +++ b/addons/hr_payroll/__openerp__.py @@ -71,6 +71,7 @@ Generic Payroll system. 'installable': True, 'active': False, 'certificate' : '001046261404562128861', + 'core': True, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index e41d24cf30b..e7e43d5264f 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -60,6 +60,7 @@ system to store and search in your CV base. 'installable': True, 'active': False, 'certificate' : '001073437025460275621', + 'core': True, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_timesheet_sheet/__openerp__.py b/addons/hr_timesheet_sheet/__openerp__.py index 403d435df71..3948653355b 100644 --- a/addons/hr_timesheet_sheet/__openerp__.py +++ b/addons/hr_timesheet_sheet/__openerp__.py @@ -69,5 +69,6 @@ The validation can be configured in the company: 'installable': True, 'active': False, 'certificate': '0073297700829', + 'core': True, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/idea/__openerp__.py b/addons/idea/__openerp__.py index 66709824c4a..7d9ecff5d9c 100644 --- a/addons/idea/__openerp__.py +++ b/addons/idea/__openerp__.py @@ -53,6 +53,7 @@ Once installed, check the menu 'Ideas' in the 'Tools' main menu.""", 'test/test_idea.yml' ], 'installable': True, + 'core': True, 'certificate': '0071515601309', 'images': ['images/1_ideas.jpeg','images/2_idea_categories.jpeg','images/3_vote_idea.jpeg'], } diff --git a/addons/lunch/__openerp__.py b/addons/lunch/__openerp__.py index 6d5cd576912..242916339bc 100644 --- a/addons/lunch/__openerp__.py +++ b/addons/lunch/__openerp__.py @@ -55,6 +55,7 @@ "demo_xml": ['lunch_demo.xml'], "test": ['test/test_lunch.yml', 'test/lunch_report.yml'], "installable": True, + 'core': True, "certificate" : "001292377792581874189", 'images': ['images/cash_moves.jpeg','images/lunch_orders.jpeg','images/products.jpeg'], } diff --git a/addons/marketing_campaign/__openerp__.py b/addons/marketing_campaign/__openerp__.py index 44a2f1e30bd..02256d8ffc3 100644 --- a/addons/marketing_campaign/__openerp__.py +++ b/addons/marketing_campaign/__openerp__.py @@ -60,6 +60,7 @@ Note: If you need demo data, you can install the marketing_campaign_crm_demo mod 'demo_xml': [ ], 'installable': True, + 'core': True, 'active': False, 'certificate' : '00421723279617928365', 'images': ['images/campaign.png', 'images/campaigns.jpeg','images/email_account.jpeg','images/email_templates.jpeg','images/segments.jpeg'], diff --git a/addons/mrp/__openerp__.py b/addons/mrp/__openerp__.py index 38c5fa9a9d1..2f132e03ed5 100644 --- a/addons/mrp/__openerp__.py +++ b/addons/mrp/__openerp__.py @@ -101,6 +101,7 @@ Dashboard provided by this module: ], 'installable': True, + 'core': True, 'active': False, 'certificate': '0032052481373', } diff --git a/addons/mrp_repair/__openerp__.py b/addons/mrp_repair/__openerp__.py index a1f060cf7c3..cb21831c1dd 100644 --- a/addons/mrp_repair/__openerp__.py +++ b/addons/mrp_repair/__openerp__.py @@ -51,6 +51,7 @@ The aim is to have a complete module to manage all products repairs. The followi 'demo_xml': [], 'test': ['test/test_mrp_repair.yml', 'test/mrp_repair_report.yml','test/mrp_repair_cancel.yml'], 'installable': True, + 'core': True, 'active': False, 'certificate': '0060814381277', } diff --git a/addons/point_of_sale/__openerp__.py b/addons/point_of_sale/__openerp__.py index 4daeabb9129..751305f05a2 100644 --- a/addons/point_of_sale/__openerp__.py +++ b/addons/point_of_sale/__openerp__.py @@ -79,6 +79,7 @@ Main features : 'test/point_of_sale_report.yml' ], 'installable': True, + 'core': True, 'certificate' : '001156338024966477869', # Web client 'js': ['static/lib/backbone/backbone-0.5.3.js', 'static/src/js/pos.js'], diff --git a/addons/project/__openerp__.py b/addons/project/__openerp__.py index 1913cc62c04..84cde80e0a3 100644 --- a/addons/project/__openerp__.py +++ b/addons/project/__openerp__.py @@ -67,6 +67,7 @@ Dashboard for project members that includes: ], 'installable': True, 'active': False, + 'core': True, 'certificate': '0075116868317', } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/project_gtd/__openerp__.py b/addons/project_gtd/__openerp__.py index 761b2b44708..701e0d3ca3b 100644 --- a/addons/project_gtd/__openerp__.py +++ b/addons/project_gtd/__openerp__.py @@ -60,6 +60,7 @@ performing those tasks. 'test/gtd_test.yml' ], 'installable': True, + 'core': True, 'active': False, 'certificate': '0043525236301', } diff --git a/addons/project_issue/__openerp__.py b/addons/project_issue/__openerp__.py index e77499df3d0..4f06222d76c 100644 --- a/addons/project_issue/__openerp__.py +++ b/addons/project_issue/__openerp__.py @@ -59,6 +59,7 @@ and decide on their status as they evolve. ], 'installable': True, 'active': False, + 'core': True, 'certificate' : '001236490750848623845', } diff --git a/addons/project_long_term/__openerp__.py b/addons/project_long_term/__openerp__.py index f4b8ce34ad0..56270266c40 100644 --- a/addons/project_long_term/__openerp__.py +++ b/addons/project_long_term/__openerp__.py @@ -60,6 +60,7 @@ Features "wizard/project_compute_tasks_view.xml", ], 'installable': True, + 'core': True, 'active': False, 'certificate': '001227470751077315069', } diff --git a/addons/purchase/__openerp__.py b/addons/purchase/__openerp__.py index b4f3a9adf30..1a774ceb0ee 100644 --- a/addons/purchase/__openerp__.py +++ b/addons/purchase/__openerp__.py @@ -78,5 +78,6 @@ Dashboard for purchase management that includes: 'installable': True, 'active': False, 'certificate': '0057234283549', + 'core': True, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/stock/__openerp__.py b/addons/stock/__openerp__.py index 9608aa9d8ad..6ea85face1e 100644 --- a/addons/stock/__openerp__.py +++ b/addons/stock/__openerp__.py @@ -88,6 +88,7 @@ Thanks to the double entry management, the inventory controlling is powerful and 'test/stock_demo_backorder.yml' ], 'installable': True, + 'core': True, 'active': False, 'certificate': '0055421559965', } diff --git a/addons/survey/__openerp__.py b/addons/survey/__openerp__.py index e9bd92f5840..3e2523dc702 100644 --- a/addons/survey/__openerp__.py +++ b/addons/survey/__openerp__.py @@ -52,6 +52,7 @@ Partners are also sent mails with user name and password for the invitation of t 'test/survey_report.yml', ], 'installable': True, + 'core': True, 'active': False, 'certificate' : '001131639736864143245', 'images': ['images/survey_answers.jpeg','images/survey_pages.jpeg','images/surveys.jpeg'],