diff --git a/addons/account/__openerp__.py b/addons/account/__openerp__.py index b5aa1cbb20d..91dfbead0a1 100644 --- a/addons/account/__openerp__.py +++ b/addons/account/__openerp__.py @@ -47,7 +47,7 @@ Creates a dashboard for accountants that includes: Processes like maintaining general ledgers are done through the defined Financial Journals (entry move line or grouping is maintained through a journal) for a particular financial year and for preparation of vouchers there is a module named account_voucher. """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/billing', 'images' : ['images/accounts.jpeg','images/bank_statement.jpeg','images/cash_register.jpeg','images/chart_of_accounts.jpeg','images/customer_invoice.jpeg','images/journal_entries.jpeg'], 'depends' : ['base_setup', 'product', 'analytic', 'board', 'edi', 'report'], 'data': [ diff --git a/addons/account_accountant/__openerp__.py b/addons/account_accountant/__openerp__.py index 980f565b3e5..99f0240eadb 100644 --- a/addons/account_accountant/__openerp__.py +++ b/addons/account_accountant/__openerp__.py @@ -32,7 +32,7 @@ It gives the Administrator user access to all accounting features such as journa It assigns manager and user access rights to the Administrator and only user rights to the Demo user. """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/accounting', 'depends' : ['account_voucher'], 'data': [ 'security/account_security.xml', diff --git a/addons/account_analytic_analysis/__openerp__.py b/addons/account_analytic_analysis/__openerp__.py index 70a21692804..2049875f0f1 100644 --- a/addons/account_analytic_analysis/__openerp__.py +++ b/addons/account_analytic_analysis/__openerp__.py @@ -30,8 +30,8 @@ This module is for modifying account analytic view to show important data to pro Adds menu to show relevant information to each manager.You can also view the report of account analytic summary user-wise as well as month-wise. """, - 'author': 'Camptocamp', - 'website': 'http://www.camptocamp.com/', + 'author': 'Camptocamp / Odoo', + 'website': 'https://www.odoo.com/page/billing', 'images': ['images/bill_tasks_works.jpeg','images/overpassed_accounts.jpeg'], 'depends': ['hr_timesheet_invoice', 'sale'], #although sale is technically not required to install this module, all menuitems are located under 'Sales' application 'data': [ diff --git a/addons/account_analytic_default/__openerp__.py b/addons/account_analytic_default/__openerp__.py index 0af606821ce..003682f1549 100644 --- a/addons/account_analytic_default/__openerp__.py +++ b/addons/account_analytic_default/__openerp__.py @@ -36,7 +36,7 @@ Allows to automatically select analytic accounts based on criterions: * Date """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/accounting', 'images': ['images/analytic_defaults.jpeg'], 'depends': ['sale_stock'], 'data': [ diff --git a/addons/account_analytic_plans/__openerp__.py b/addons/account_analytic_plans/__openerp__.py index 19f3788910d..a9110ddb4e4 100644 --- a/addons/account_analytic_plans/__openerp__.py +++ b/addons/account_analytic_plans/__openerp__.py @@ -63,7 +63,7 @@ So when this line of invoice will be confirmed, it will generate 3 analytic line The analytic plan validates the minimum and maximum percentage at the time of creation of distribution models. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/accounting', 'images': ['images/analytic_plan.jpeg'], 'depends': ['account', 'account_analytic_default'], 'data': [ diff --git a/addons/account_anglo_saxon/__openerp__.py b/addons/account_anglo_saxon/__openerp__.py index 4fc15bba4f5..49d432d7d2c 100644 --- a/addons/account_anglo_saxon/__openerp__.py +++ b/addons/account_anglo_saxon/__openerp__.py @@ -22,7 +22,7 @@ 'name': 'Anglo-Saxon Accounting', 'version': '1.2', 'author': 'OpenERP SA, Veritos', - 'website': 'http://openerp.com - http://veritos.nl', + 'website': 'https://www.odoo.com', 'description': """ This module supports the Anglo-Saxon accounting methodology by changing the accounting logic with stock transactions. ===================================================================================================================== diff --git a/addons/account_asset/__openerp__.py b/addons/account_asset/__openerp__.py index 93bfd18a7cb..f4e2a4f221b 100644 --- a/addons/account_asset/__openerp__.py +++ b/addons/account_asset/__openerp__.py @@ -33,7 +33,7 @@ track of depreciation's occurred on those assets. And it allows to create Move's of the depreciation lines. """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/accounting', 'category': 'Accounting & Finance', 'sequence': 32, 'demo': [ 'account_asset_demo.xml'], diff --git a/addons/account_budget/__openerp__.py b/addons/account_budget/__openerp__.py index 695fd794b9f..2597f65d58c 100644 --- a/addons/account_budget/__openerp__.py +++ b/addons/account_budget/__openerp__.py @@ -47,7 +47,7 @@ Three reports are available: the spreading, for the selected Analytic Accounts of Budgets. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/accounting', 'images': ['images/budget.jpeg','images/budgetary_position.jpeg'], 'depends': ['account'], 'data': [ diff --git a/addons/account_cancel/__openerp__.py b/addons/account_cancel/__openerp__.py index 468840c19d5..90fe83b0f36 100644 --- a/addons/account_cancel/__openerp__.py +++ b/addons/account_cancel/__openerp__.py @@ -31,7 +31,7 @@ Allows canceling accounting entries. This module adds 'Allow Canceling Entries' field on form view of account journal. If set to true it allows user to cancel entries & invoices. """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/accounting', 'images': ['images/account_cancel.jpeg'], 'depends' : ['account'], 'data': ['account_cancel_view.xml' ], diff --git a/addons/account_chart/__openerp__.py b/addons/account_chart/__openerp__.py index 8f619cd1471..52a922b94ca 100644 --- a/addons/account_chart/__openerp__.py +++ b/addons/account_chart/__openerp__.py @@ -31,7 +31,7 @@ Remove minimal account chart. Deactivates minimal chart of accounts. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/accounting', 'depends': ['account'], 'data': [], 'demo': [], diff --git a/addons/account_check_writing/__openerp__.py b/addons/account_check_writing/__openerp__.py index 3311a7c03b3..88afe54c149 100644 --- a/addons/account_check_writing/__openerp__.py +++ b/addons/account_check_writing/__openerp__.py @@ -27,7 +27,7 @@ Module for the Check Writing and Check Printing. ================================================ """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/accounting', 'depends' : ['account_voucher'], 'data': [ 'wizard/account_check_batch_printing_view.xml', diff --git a/addons/account_followup/__openerp__.py b/addons/account_followup/__openerp__.py index f85ecc4ee90..ea9395eb3ad 100644 --- a/addons/account_followup/__openerp__.py +++ b/addons/account_followup/__openerp__.py @@ -44,7 +44,7 @@ Note that if you want to check the follow-up level for a given partner/account e """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/billing', 'images': ['images/follow_ups.jpeg','images/send_followups.jpeg'], 'depends': ['account_accountant', 'mail'], 'data': [ diff --git a/addons/account_sequence/__openerp__.py b/addons/account_sequence/__openerp__.py index 2c4b157303f..3e8495c5c4a 100644 --- a/addons/account_sequence/__openerp__.py +++ b/addons/account_sequence/__openerp__.py @@ -38,7 +38,7 @@ You can customize the following attributes of the sequence: * Number Padding """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'images': ['images/internal_sequence_number.jpeg'], 'depends': ['account'], 'data': [ diff --git a/addons/account_test/__openerp__.py b/addons/account_test/__openerp__.py index 51b47bace7a..3463d1473a2 100644 --- a/addons/account_test/__openerp__.py +++ b/addons/account_test/__openerp__.py @@ -25,7 +25,7 @@ 'version': '1.0', 'author': 'OpenERP', 'category': 'Accounting & Finance', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/accounting', 'description': """ Asserts on accounting. ====================== diff --git a/addons/account_voucher/__openerp__.py b/addons/account_voucher/__openerp__.py index 073128c14d3..caf864412b0 100644 --- a/addons/account_voucher/__openerp__.py +++ b/addons/account_voucher/__openerp__.py @@ -41,7 +41,7 @@ This module manages: """, 'category': 'Accounting & Finance', 'sequence': 4, - 'website' : 'http://openerp.com', + 'website' : 'https://www.odoo.com/page/billing', 'images' : ['images/customer_payment.jpeg','images/journal_voucher.jpeg','images/sales_receipt.jpeg','images/supplier_voucher.jpeg','images/customer_invoice.jpeg','images/customer_refunds.jpeg'], 'depends' : ['account'], 'demo' : [], diff --git a/addons/analytic/__openerp__.py b/addons/analytic/__openerp__.py index eaff26df197..e2196789317 100644 --- a/addons/analytic/__openerp__.py +++ b/addons/analytic/__openerp__.py @@ -23,7 +23,7 @@ 'name' : 'Analytic Accounting', 'version': '1.1', 'author' : 'OpenERP SA', - 'website' : 'http://www.openerp.com', + 'website' : 'https://www.odoo.com/page/accounting', 'category': 'Hidden/Dependency', 'depends' : ['base', 'decimal_precision', 'mail'], 'description': """ diff --git a/addons/analytic_contract_hr_expense/__openerp__.py b/addons/analytic_contract_hr_expense/__openerp__.py index 9689154e613..fd88c4c6e46 100644 --- a/addons/analytic_contract_hr_expense/__openerp__.py +++ b/addons/analytic_contract_hr_expense/__openerp__.py @@ -29,7 +29,7 @@ This module is for modifying account analytic view to show some data related to ====================================================================================================== """, 'author': 'OpenERP S.A.', - 'website': 'http://www.openerp.com/', + 'website': 'https://www.odoo.com/', 'depends': ['hr_expense','account_analytic_analysis'], 'data': ['analytic_contract_hr_expense_view.xml'], 'demo': [], diff --git a/addons/analytic_user_function/__openerp__.py b/addons/analytic_user_function/__openerp__.py index d788342648c..4e7d6d9e437 100644 --- a/addons/analytic_user_function/__openerp__.py +++ b/addons/analytic_user_function/__openerp__.py @@ -38,7 +38,7 @@ compatible with older configurations. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/employees', 'images': ['images/analytic_user_function.jpeg'], 'depends': ['hr_timesheet_sheet'], 'data': ['analytic_user_function_view.xml', 'security/ir.model.access.csv'], diff --git a/addons/anonymization/__openerp__.py b/addons/anonymization/__openerp__.py index ac63d0e01f1..e424f11052a 100644 --- a/addons/anonymization/__openerp__.py +++ b/addons/anonymization/__openerp__.py @@ -38,7 +38,7 @@ team. Once you get back your migrated database, you restore it and reverse the anonymization process to recover your previous data. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'depends': ['base'], 'demo': ['anonymization_demo.xml'], 'data': [ diff --git a/addons/association/__openerp__.py b/addons/association/__openerp__.py index 35b520e06f8..c3147e6a067 100644 --- a/addons/association/__openerp__.py +++ b/addons/association/__openerp__.py @@ -38,5 +38,6 @@ membership products (schemes). 'installable': True, 'auto_install': False, 'images': ['images/association1.jpeg'], + 'website': 'https://www.odoo.com' } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/auth_crypt/__openerp__.py b/addons/auth_crypt/__openerp__.py index f8d5c5bdce7..38aea3f1c34 100644 --- a/addons/auth_crypt/__openerp__.py +++ b/addons/auth_crypt/__openerp__.py @@ -23,7 +23,7 @@ 'version': '1.1', 'author': ['OpenERP SA', 'FS3'], 'maintainer': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'category': 'Tools', 'description': """ Ecrypted passwords diff --git a/addons/auth_ldap/__openerp__.py b/addons/auth_ldap/__openerp__.py index 945dad5e3d2..16c59617c79 100644 --- a/addons/auth_ldap/__openerp__.py +++ b/addons/auth_ldap/__openerp__.py @@ -93,7 +93,7 @@ allows pre-setting the default groups and menus of the first-time users. user to a username that does not exist in LDAP, and setup its groups the way you want. """, - 'website' : 'http://www.openerp.com', + 'website' : 'https://www.odoo.com', 'category' : 'Authentication', 'data' : [ 'users_ldap_view.xml', diff --git a/addons/auth_oauth/__openerp__.py b/addons/auth_oauth/__openerp__.py index 64068fa9b5e..b2e3acf0a9d 100644 --- a/addons/auth_oauth/__openerp__.py +++ b/addons/auth_oauth/__openerp__.py @@ -30,7 +30,7 @@ Allow users to login through OAuth2 Provider. """, 'author': 'OpenERP s.a.', 'maintainer': 'OpenERP s.a.', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'depends': ['base', 'web', 'base_setup', 'auth_signup'], 'data': [ 'res_users.xml', diff --git a/addons/auth_openid/__openerp__.py b/addons/auth_openid/__openerp__.py index f0d70f52fc2..dcf7f746176 100644 --- a/addons/auth_openid/__openerp__.py +++ b/addons/auth_openid/__openerp__.py @@ -30,7 +30,7 @@ Allow users to login through OpenID. """, 'author': 'OpenERP s.a.', 'maintainer': 'OpenERP s.a.', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'depends': ['base', 'web'], 'data': [ 'res_users.xml', diff --git a/addons/auth_signup/__openerp__.py b/addons/auth_signup/__openerp__.py index 141bff5a0c1..571dfe7912e 100644 --- a/addons/auth_signup/__openerp__.py +++ b/addons/auth_signup/__openerp__.py @@ -28,7 +28,7 @@ Allow users to sign up and reset their password 'author': 'OpenERP SA', 'version': '1.0', 'category': 'Authentication', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'installable': True, 'auto_install': True, 'depends': [ diff --git a/addons/base_action_rule/__openerp__.py b/addons/base_action_rule/__openerp__.py index 5dd4b057514..4ecf6d05d90 100644 --- a/addons/base_action_rule/__openerp__.py +++ b/addons/base_action_rule/__openerp__.py @@ -34,7 +34,7 @@ sales team, or an opportunity which still has status pending after 14 days might trigger an automatic reminder email. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'depends': ['base', 'resource', 'mail'], 'data': [ 'base_action_rule_view.xml', diff --git a/addons/base_gengo/__openerp__.py b/addons/base_gengo/__openerp__.py index 3f1b5957fec..d56f0dbba68 100644 --- a/addons/base_gengo/__openerp__.py +++ b/addons/base_gengo/__openerp__.py @@ -34,7 +34,7 @@ using the Gengo API. To activate it, you must This wizard will activate the CRON job and the Scheduler and will start the automatic translation via Gengo Services for all the terms where you requested it. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'depends': ['base'], 'data': [ 'gengo_sync_schedular_data.xml', diff --git a/addons/base_iban/__openerp__.py b/addons/base_iban/__openerp__.py index 7f966255bbf..f3e8648d3fc 100644 --- a/addons/base_iban/__openerp__.py +++ b/addons/base_iban/__openerp__.py @@ -30,7 +30,7 @@ The ability to extract the correctly represented local accounts from IBAN accoun with a single statement. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'depends': ['base'], 'data': ['base_iban_data.xml' , 'base_iban_view.xml'], 'installable': True, diff --git a/addons/base_import/__openerp__.py b/addons/base_import/__openerp__.py index e133ab1ebff..d1e107a5ee6 100644 --- a/addons/base_import/__openerp__.py +++ b/addons/base_import/__openerp__.py @@ -22,7 +22,7 @@ Re-implement openerp's file import system: need or want an online import can avoid it being available to users. """, 'category': 'Uncategorized', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'author': 'OpenERP SA', 'depends': ['web'], 'installable': True, diff --git a/addons/base_import_module/__openerp__.py b/addons/base_import_module/__openerp__.py index 262e1232278..54206db949c 100644 --- a/addons/base_import_module/__openerp__.py +++ b/addons/base_import_module/__openerp__.py @@ -8,7 +8,7 @@ This module allows authorized users to import a custom data module (.xml files a for customization purpose. """, 'category': 'Uncategorized', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'author': 'OpenERP SA', 'depends': ['web'], 'installable': True, diff --git a/addons/base_report_designer/__openerp__.py b/addons/base_report_designer/__openerp__.py index 36e15c96877..2743c0a1dc3 100644 --- a/addons/base_report_designer/__openerp__.py +++ b/addons/base_report_designer/__openerp__.py @@ -32,7 +32,7 @@ This module adds wizards to Import/Export .sxw report that you can modify in Ope Once you have modified it you can upload the report using the same wizard. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'depends': ['base'], 'data': ['wizard/base_report_design_view.xml' , 'base_report_designer_installer.xml'], 'demo': [], diff --git a/addons/base_setup/__openerp__.py b/addons/base_setup/__openerp__.py index 15c30c1e71a..9f43a89c223 100644 --- a/addons/base_setup/__openerp__.py +++ b/addons/base_setup/__openerp__.py @@ -32,7 +32,7 @@ Shows you a list of applications features to install from. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'depends': ['base', 'web_kanban'], 'data': [ 'security/ir.model.access.csv', diff --git a/addons/base_vat/__openerp__.py b/addons/base_vat/__openerp__.py index 3071ddf2f5a..3049749fa78 100644 --- a/addons/base_vat/__openerp__.py +++ b/addons/base_vat/__openerp__.py @@ -54,7 +54,7 @@ only the country code will be validated. """, 'author': 'OpenERP SA', 'depends': ['account'], - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/accounting', 'data': ['base_vat_view.xml'], 'installable': True, 'auto_install': False, diff --git a/addons/calendar/__openerp__.py b/addons/calendar/__openerp__.py index a75d8975e0d..abb29c6c303 100644 --- a/addons/calendar/__openerp__.py +++ b/addons/calendar/__openerp__.py @@ -37,7 +37,7 @@ If you need to manage your meetings, you should install the CRM module. """, 'author': 'OpenERP SA', 'category': 'Hidden/Dependency', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/crm', 'demo': ['calendar_demo.xml'], 'data': [ 'security/ir.model.access.csv', diff --git a/addons/contacts/__openerp__.py b/addons/contacts/__openerp__.py index 3fca504cbc8..5dba334667a 100644 --- a/addons/contacts/__openerp__.py +++ b/addons/contacts/__openerp__.py @@ -28,7 +28,7 @@ This module gives you a quick view of your address book, accessible from your ho You can track your suppliers, customers and other contacts. """, 'author': 'OpenERP SA', - 'website': 'http://openerp.com', + 'website': 'https://www.odoo.com/page/crm', 'summary': 'Contacts, People and Companies', 'depends': [ 'mail', diff --git a/addons/crm/__openerp__.py b/addons/crm/__openerp__.py index f5b5240cea6..3b07ac0da93 100644 --- a/addons/crm/__openerp__.py +++ b/addons/crm/__openerp__.py @@ -47,7 +47,7 @@ Dashboard for CRM will include: * Opportunities by Stage (graph) """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/crm', 'depends': [ 'base_action_rule', 'base_setup', diff --git a/addons/crm_claim/__openerp__.py b/addons/crm_claim/__openerp__.py index eaec2e4fc2b..f7453293020 100644 --- a/addons/crm_claim/__openerp__.py +++ b/addons/crm_claim/__openerp__.py @@ -34,7 +34,7 @@ It is fully integrated with the email gateway so that you can create automatically new claims based on incoming emails. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'depends': ['crm'], 'data': [ 'crm_claim_view.xml', diff --git a/addons/crm_helpdesk/__openerp__.py b/addons/crm_helpdesk/__openerp__.py index 2d8aff643bd..99a555198ea 100644 --- a/addons/crm_helpdesk/__openerp__.py +++ b/addons/crm_helpdesk/__openerp__.py @@ -34,7 +34,7 @@ which is not necessarily related to a claim. Select a customer, add notes and categorize your interventions with a channel and a priority level. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'depends': ['crm'], 'data': [ 'crm_helpdesk_view.xml', diff --git a/addons/crm_profiling/__openerp__.py b/addons/crm_profiling/__openerp__.py index 4f182f4d447..8a44ee060e9 100644 --- a/addons/crm_profiling/__openerp__.py +++ b/addons/crm_profiling/__openerp__.py @@ -38,7 +38,7 @@ were overlapping. **Note:** this module is not compatible with the module segmentation, since it's the same which has been renamed. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/crm', 'depends': ['base', 'crm'], 'data': ['security/ir.model.access.csv', 'wizard/open_questionnaire_view.xml', 'crm_profiling_view.xml'], 'demo': ['crm_profiling_demo.xml'], diff --git a/addons/document/__openerp__.py b/addons/document/__openerp__.py index 7f387c22b0b..9e3b3e2a4db 100644 --- a/addons/document/__openerp__.py +++ b/addons/document/__openerp__.py @@ -36,7 +36,7 @@ This is a complete document management system. * Files Size by Month (graph) """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'depends': ['knowledge', 'mail'], 'data': [ 'security/document_security.xml', diff --git a/addons/edi/__openerp__.py b/addons/edi/__openerp__.py index e6fd0738cbf..36b7ec49298 100644 --- a/addons/edi/__openerp__.py +++ b/addons/edi/__openerp__.py @@ -33,7 +33,7 @@ More details about OpenERP's EDI format may be found in the technical OpenERP documentation at http://doc.openerp.com. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/api', 'depends': ['base', 'email_template'], 'data' : [ 'views/edi.xml', diff --git a/addons/email_template/__openerp__.py b/addons/email_template/__openerp__.py index 298754c8b8c..508ea491373 100644 --- a/addons/email_template/__openerp__.py +++ b/addons/email_template/__openerp__.py @@ -23,8 +23,8 @@ { 'name' : 'Email Templates', 'version' : '1.1', - 'author' : 'OpenERP,OpenLabs', - 'website' : 'http://openerp.com', + 'author' : 'OpenERP SA', + 'website' : 'https://www.odoo.com/page/mailing', 'category' : 'Marketing', 'depends' : ['mail'], 'description': """ diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index d31f408ab92..2dac644a051 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -18,11 +18,10 @@ # along with this program. If not, see . # ############################################################################## - - { 'name': 'Events Organisation', 'version': '0.1', + 'website' : 'https://www.odoo.com/page/events', 'category': 'Tools', 'summary': 'Trainings, Conferences, Meetings, Exhibitions, Registrations', 'description': """ diff --git a/addons/event_sale/__openerp__.py b/addons/event_sale/__openerp__.py index 08eec29c51d..6691ad217bd 100644 --- a/addons/event_sale/__openerp__.py +++ b/addons/event_sale/__openerp__.py @@ -24,6 +24,7 @@ 'name': 'Events Sales', 'version': '0.1', 'category': 'Tools', + 'website' : 'https://www.odoo.com/page/events', 'description': """ Creating registration with sale orders. ======================================= diff --git a/addons/fetchmail/__openerp__.py b/addons/fetchmail/__openerp__.py index 84a26d5ec40..e27c60140db 100644 --- a/addons/fetchmail/__openerp__.py +++ b/addons/fetchmail/__openerp__.py @@ -54,7 +54,7 @@ same *conversation* document. For more specific needs, you may also assign custom-defined actions (technically: Server Actions) to be triggered for each incoming mail. """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/mailing', 'data': [ 'fetchmail_view.xml', 'fetchmail_data.xml', diff --git a/addons/fleet/__openerp__.py b/addons/fleet/__openerp__.py index 29c0e9d3ceb..e2cc6595d46 100644 --- a/addons/fleet/__openerp__.py +++ b/addons/fleet/__openerp__.py @@ -24,7 +24,7 @@ 'author' : 'OpenERP S.A.', 'sequence': 110, 'category': 'Managing vehicles and contracts', - 'website' : 'http://www.openerp.com', + 'website' : 'https://www.odoo.com/page/fleet', 'summary' : 'Vehicle, leasing, insurances, costs', 'description' : """ Vehicle, leasing, insurances, cost diff --git a/addons/gamification/__openerp__.py b/addons/gamification/__openerp__.py index 0dd634099ae..d368ecac912 100644 --- a/addons/gamification/__openerp__.py +++ b/addons/gamification/__openerp__.py @@ -23,6 +23,7 @@ 'version': '1.0', 'author': 'OpenERP SA', 'category': 'Human Ressources', + 'website' : 'https://www.odoo.com/page/gamification', 'depends': ['mail', 'email_template', 'web_kanban_gauge'], 'description': """ Gamification process diff --git a/addons/gamification_sale_crm/__openerp__.py b/addons/gamification_sale_crm/__openerp__.py index b2ec9a10428..a7e4e78e62e 100644 --- a/addons/gamification_sale_crm/__openerp__.py +++ b/addons/gamification_sale_crm/__openerp__.py @@ -24,8 +24,8 @@ 'author': 'OpenERP SA', 'category': 'hidden', 'depends': ['gamification','sale_crm'], + 'website' : 'https://www.odoo.com/page/gamification', 'description': """Example of goal definitions and challenges that can be used related to the usage of the CRM Sale module.""", - 'data': ['sale_crm_goals.xml'], 'demo': ['sale_crm_goals_demo.xml'], 'auto_install': True, diff --git a/addons/google_account/__openerp__.py b/addons/google_account/__openerp__.py index 5c3834ae65e..c7f4791263f 100644 --- a/addons/google_account/__openerp__.py +++ b/addons/google_account/__openerp__.py @@ -29,7 +29,7 @@ The module adds google user in res user. ======================================== """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'depends': ['base_setup'], 'data': [ 'google_account_data.xml', diff --git a/addons/google_calendar/__openerp__.py b/addons/google_calendar/__openerp__.py index 9f3eb5a91f8..d00202a205b 100644 --- a/addons/google_calendar/__openerp__.py +++ b/addons/google_calendar/__openerp__.py @@ -29,7 +29,7 @@ The module adds the possibility to synchronize Google Calendar with OpenERP =========================================================================== """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/crm', 'depends': ['google_account', 'calendar'], 'qweb': ['static/src/xml/*.xml'], 'data': [ diff --git a/addons/google_drive/__openerp__.py b/addons/google_drive/__openerp__.py index 017f01b5f07..3f6f4726501 100644 --- a/addons/google_drive/__openerp__.py +++ b/addons/google_drive/__openerp__.py @@ -23,7 +23,7 @@ 'name': 'Google Drive™ integration', 'version': '0.2', 'author': 'OpenERP SA', - 'website': 'http://openerp.com', + 'website': 'https://www.odoo.com', 'category': 'Tools', 'installable': True, 'auto_install': False, diff --git a/addons/google_spreadsheet/__openerp__.py b/addons/google_spreadsheet/__openerp__.py index 1c429084cf5..904975ca65d 100644 --- a/addons/google_spreadsheet/__openerp__.py +++ b/addons/google_spreadsheet/__openerp__.py @@ -29,7 +29,7 @@ The module adds the possibility to display data from OpenERP in Google Spreadshe ================================================================================================= """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'depends': ['board', 'google_drive'], 'data' : [ 'google_spreadsheet_view.xml', diff --git a/addons/hr/__openerp__.py b/addons/hr/__openerp__.py index c52eca89c8d..f603f89da36 100644 --- a/addons/hr/__openerp__.py +++ b/addons/hr/__openerp__.py @@ -25,7 +25,7 @@ 'author': 'OpenERP SA', 'category': 'Human Resources', 'sequence': 21, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'summary': 'Jobs, Departments, Employees Details', 'description': """ Human Resources Management @@ -41,7 +41,7 @@ You can manage: * HR Jobs """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/employees', 'images': [ 'images/hr_department.jpeg', 'images/hr_employee.jpeg', diff --git a/addons/hr_applicant_document/__openerp__.py b/addons/hr_applicant_document/__openerp__.py index bd8224f1755..94422e86b75 100644 --- a/addons/hr_applicant_document/__openerp__.py +++ b/addons/hr_applicant_document/__openerp__.py @@ -9,7 +9,7 @@ 'description': """This module allows you to search job applications by content of resumes and letters.""", 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/recruitment', 'depends': [ 'hr_recruitment', 'document' diff --git a/addons/hr_attendance/__openerp__.py b/addons/hr_attendance/__openerp__.py index 6c6f31e7861..7a5300247d7 100644 --- a/addons/hr_attendance/__openerp__.py +++ b/addons/hr_attendance/__openerp__.py @@ -32,6 +32,7 @@ Keeps account of the attendances of the employees on the basis of the actions(Sign in/Sign out) performed by them. """, 'author': 'OpenERP SA', + 'website': 'https://www.odoo.com/page/employees', 'images': ['images/hr_attendances.jpeg'], 'depends': ['hr', 'report'], 'data': [ diff --git a/addons/hr_contract/__openerp__.py b/addons/hr_contract/__openerp__.py index 1f06cb3d55e..cb8983aa450 100644 --- a/addons/hr_contract/__openerp__.py +++ b/addons/hr_contract/__openerp__.py @@ -36,7 +36,7 @@ Add all information on the employee form to manage contracts. You can assign several contracts per employee. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/employees', 'images': ['images/hr_contract.jpeg'], 'depends': ['base_action_rule', 'hr'], 'data': [ diff --git a/addons/hr_evaluation/__openerp__.py b/addons/hr_evaluation/__openerp__.py index 06b78e15334..b00b37c4d51 100644 --- a/addons/hr_evaluation/__openerp__.py +++ b/addons/hr_evaluation/__openerp__.py @@ -25,7 +25,7 @@ 'author': 'OpenERP SA', 'category': 'Human Resources', 'sequence': 31, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/appraisal', 'summary': 'Periodical Evaluations, Appraisals, Surveys', 'images': ['images/hr_evaluation_analysis.jpeg', 'images/hr_evaluation.jpeg', diff --git a/addons/hr_expense/__openerp__.py b/addons/hr_expense/__openerp__.py index c3bb98e923b..ca5d984ec2a 100644 --- a/addons/hr_expense/__openerp__.py +++ b/addons/hr_expense/__openerp__.py @@ -44,7 +44,7 @@ The whole flow is implemented as: This module also uses analytic accounting and is compatible with the invoice on timesheet module so that you are able to automatically re-invoice your customers' expenses if your work by project. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/expenses', 'images': ['images/hr_expenses_analysis.jpeg', 'images/hr_expenses.jpeg'], 'depends': ['hr', 'account_accountant', 'report'], 'data': [ diff --git a/addons/hr_gamification/__openerp__.py b/addons/hr_gamification/__openerp__.py index 8d34343f30e..54c395c214d 100644 --- a/addons/hr_gamification/__openerp__.py +++ b/addons/hr_gamification/__openerp__.py @@ -23,6 +23,7 @@ 'version': '1.0', 'author': 'OpenERP SA', 'category': 'hidden', + 'website': 'https://www.odoo.com/page/employees', 'depends': ['gamification', 'hr'], 'description': """Use the HR ressources for the gamification process. diff --git a/addons/hr_holidays/__openerp__.py b/addons/hr_holidays/__openerp__.py index 8f781d4e8c5..2739dc7299d 100644 --- a/addons/hr_holidays/__openerp__.py +++ b/addons/hr_holidays/__openerp__.py @@ -27,7 +27,7 @@ 'category': 'Human Resources', 'sequence': 27, 'summary': 'Holidays, Allocation and Leave Requests', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/employees', 'description': """ Manage leaves and allocation requests ===================================== diff --git a/addons/hr_payroll/__openerp__.py b/addons/hr_payroll/__openerp__.py index 826845834c8..7d45f942d5d 100644 --- a/addons/hr_payroll/__openerp__.py +++ b/addons/hr_payroll/__openerp__.py @@ -39,7 +39,7 @@ Generic Payroll system. * Integrated with Holiday Management """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/employees', 'images': [ 'images/hr_company_contributions.jpeg', 'images/hr_salary_heads.jpeg', diff --git a/addons/hr_payroll_account/__openerp__.py b/addons/hr_payroll_account/__openerp__.py index 7c7e7bd9dda..0aac11f58e6 100644 --- a/addons/hr_payroll_account/__openerp__.py +++ b/addons/hr_payroll_account/__openerp__.py @@ -32,8 +32,8 @@ Generic Payroll system Integrated with Accounting. * Company Contribution Management """, 'author':'OpenERP SA', - 'website':'http://www.openerp.com', 'images': ['images/hr_employee_payslip.jpeg'], + 'website': 'https://www.odoo.com/page/employees', 'depends': [ 'hr_payroll', 'account', diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index 555329af1b4..ac73ccbc830 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -36,7 +36,7 @@ It is integrated with the mail gateway to automatically fetch email sent to D + E """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/manufacturing', 'images': ['images/bom_byproduct.jpeg'], 'depends': ['base', 'mrp'], 'data': [ diff --git a/addons/mrp_operations/__openerp__.py b/addons/mrp_operations/__openerp__.py index ce013efec56..2e4842ac51f 100644 --- a/addons/mrp_operations/__openerp__.py +++ b/addons/mrp_operations/__openerp__.py @@ -53,7 +53,7 @@ The field 'Working Hours' is the delay(stop date - start date). So, that we can compare the theoretic delay and real delay. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/manufacturing', 'images': ['images/work_order_analysis.jpeg','images/work_order_planning.jpeg','images/work_order.jpeg'], 'depends': ['mrp'], 'data': [ diff --git a/addons/mrp_repair/__openerp__.py b/addons/mrp_repair/__openerp__.py index bde728a5e41..a35bb285187 100644 --- a/addons/mrp_repair/__openerp__.py +++ b/addons/mrp_repair/__openerp__.py @@ -40,6 +40,7 @@ The following topics should be covered by this module: 'author': 'OpenERP SA', 'images': ['images/repair_order.jpeg'], 'depends': ['mrp', 'sale', 'account'], + 'website': 'https://www.odoo.com/page/manufacturing', 'data': [ 'security/ir.model.access.csv', 'security/mrp_repair_security.xml', diff --git a/addons/multi_company/__openerp__.py b/addons/multi_company/__openerp__.py index bbaa161ee57..54b66e9ee3c 100644 --- a/addons/multi_company/__openerp__.py +++ b/addons/multi_company/__openerp__.py @@ -31,7 +31,7 @@ This module is for managing a multicompany environment. This module is the base module for other multi-company modules. """, 'author': 'OpenERP SA,SYLEAM', - 'website': 'http://www.openerp.com/', + 'website': 'https://www.odoo.com', 'depends': [ 'base', 'sale_stock', diff --git a/addons/note/__openerp__.py b/addons/note/__openerp__.py index 467ace4eae0..7afe1511066 100644 --- a/addons/note/__openerp__.py +++ b/addons/note/__openerp__.py @@ -36,7 +36,7 @@ meeting minutes. Notes can be found in the 'Home' menu. """, 'author': 'OpenERP SA', - 'website': 'http://openerp.com', + 'website': 'https://www.odoo.com/page/notes', 'summary': 'Sticky notes, Collaborative, Memos', 'sequence': 9, 'depends': [ diff --git a/addons/note_pad/__openerp__.py b/addons/note_pad/__openerp__.py index 8dd6e110e8d..49c2161a23c 100644 --- a/addons/note_pad/__openerp__.py +++ b/addons/note_pad/__openerp__.py @@ -31,7 +31,7 @@ Use for update your text memo in real time with the following user that you invi """, 'author': 'OpenERP SA', - 'website': 'http://openerp.com', + 'website': 'https://www.odoo.com/page/notes', 'summary': 'Sticky memos, Collaborative', 'depends': [ 'mail', diff --git a/addons/pad/__openerp__.py b/addons/pad/__openerp__.py index 0d0ef5a5f98..0b45e62846e 100644 --- a/addons/pad/__openerp__.py +++ b/addons/pad/__openerp__.py @@ -11,7 +11,7 @@ Lets the company customize which Pad installation should be used to link to new pads (by default, http://ietherpad.com/). """, 'author': 'OpenERP SA', - 'website': 'http://openerp.com', + 'website': 'https://www.odoo.com/page/notes', 'depends': ['web'], 'data': [ 'res_company.xml', diff --git a/addons/pad_project/__openerp__.py b/addons/pad_project/__openerp__.py index 6093acebab0..a52752fd8bf 100644 --- a/addons/pad_project/__openerp__.py +++ b/addons/pad_project/__openerp__.py @@ -28,7 +28,7 @@ This module adds a PAD in all project kanban views. =================================================== """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/project-management', 'depends': ['project', 'pad'], 'data': ['project_task.xml'], 'demo': [], diff --git a/addons/point_of_sale/__openerp__.py b/addons/point_of_sale/__openerp__.py index 9a7c48d7574..ccf472c72a3 100644 --- a/addons/point_of_sale/__openerp__.py +++ b/addons/point_of_sale/__openerp__.py @@ -94,6 +94,7 @@ Main Features 'installable': True, 'application': True, 'qweb': ['static/src/xml/pos.xml'], + 'website': 'https://www.odoo.com/page/point-of-sale', 'auto_install': False, } diff --git a/addons/portal/__openerp__.py b/addons/portal/__openerp__.py index 407d2a7990a..361971b0d92 100644 --- a/addons/portal/__openerp__.py +++ b/addons/portal/__openerp__.py @@ -41,7 +41,7 @@ The module also associates user groups to the portal users (adding a group in the portal automatically adds it to the portal users, etc). That feature is very handy when used in combination with the module 'share'. """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'data': [ 'portal_data.xml', 'portal_view.xml', diff --git a/addons/pos_discount/__openerp__.py b/addons/pos_discount/__openerp__.py index d367db148cd..dd40ffe0eb2 100644 --- a/addons/pos_discount/__openerp__.py +++ b/addons/pos_discount/__openerp__.py @@ -41,6 +41,7 @@ sale discount to a customer. 'views/templates.xml' ], 'installable': True, + 'website': 'https://www.odoo.com/page/point-of-sale', 'auto_install': False, } diff --git a/addons/pos_restaurant/__openerp__.py b/addons/pos_restaurant/__openerp__.py index dbf735b800e..edb5b0b64de 100644 --- a/addons/pos_restaurant/__openerp__.py +++ b/addons/pos_restaurant/__openerp__.py @@ -38,6 +38,7 @@ This module adds several restaurant features to the Point of Sale: """, 'author': 'OpenERP SA', 'depends': ['point_of_sale'], + 'website': 'https://www.odoo.com/page/point-of-sale', 'data': [ 'restaurant_view.xml', 'security/ir.model.access.csv', diff --git a/addons/procurement/__openerp__.py b/addons/procurement/__openerp__.py index bec0d5f813b..5ba078092db 100644 --- a/addons/procurement/__openerp__.py +++ b/addons/procurement/__openerp__.py @@ -24,7 +24,7 @@ 'name' : 'Procurements', 'version' : '1.0', 'author' : 'OpenERP SA', - 'website' : 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/manufacturing', 'category' : 'Hidden/Dependency', 'depends' : ['base', 'product'], 'description': """ diff --git a/addons/procurement_jit/__openerp__.py b/addons/procurement_jit/__openerp__.py index 4d2b6b63e0d..bd7df4d5a07 100644 --- a/addons/procurement_jit/__openerp__.py +++ b/addons/procurement_jit/__openerp__.py @@ -39,6 +39,7 @@ as possible and the scheduler time range is not taken into account anymore. In that case, you can not use priorities any more on the different picking. """, 'author': 'OpenERP SA', + 'website': 'https://www.odoo.com/page/manufacturing', 'depends': ['procurement'], 'data': [], 'demo': [], diff --git a/addons/product/__openerp__.py b/addons/product/__openerp__.py index 469941620e1..1c869bf969f 100644 --- a/addons/product/__openerp__.py +++ b/addons/product/__openerp__.py @@ -30,6 +30,7 @@ 'product_demo.xml', 'product_image_demo.xml', ], + 'website': 'https://www.odoo.com', 'description': """ This is the base module for managing products and pricelists in OpenERP. ======================================================================== diff --git a/addons/product_email_template/__openerp__.py b/addons/product_email_template/__openerp__.py index 9b7af6f992b..0ba0916da11 100644 --- a/addons/product_email_template/__openerp__.py +++ b/addons/product_email_template/__openerp__.py @@ -12,7 +12,7 @@ Add email templates to products to be send on invoice confirmation With this module, link your products to a template to send complete information and tools to your customer. For instance when invoicing a training, the training agenda and materials will automatically be sent to your customers.' """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'demo': [ 'data/product_demo.xml', ], diff --git a/addons/product_expiry/__openerp__.py b/addons/product_expiry/__openerp__.py index f14a837f162..eb61b70b7ef 100644 --- a/addons/product_expiry/__openerp__.py +++ b/addons/product_expiry/__openerp__.py @@ -22,6 +22,7 @@ 'version' : '1.0', 'author' : 'OpenERP SA', 'category' : 'Specific Industry Applications', + 'website': 'https://www.odoo.com', 'depends' : ['stock'], 'demo' : ['product_expiry_demo.xml'], 'description': """ diff --git a/addons/product_extended/__openerp__.py b/addons/product_extended/__openerp__.py index ec8127cce58..3c2fc7581c6 100644 --- a/addons/product_extended/__openerp__.py +++ b/addons/product_extended/__openerp__.py @@ -22,6 +22,7 @@ "name" : "Product extension to track sales and purchases", "version" : "1.0", "author" : "OpenERP S.A.", + 'website': 'https://www.odoo.com', "depends" : ["product", "purchase", "sale", "mrp", "stock_account"], "category" : "Generic Modules/Inventory Control", "description": """ diff --git a/addons/product_margin/__openerp__.py b/addons/product_margin/__openerp__.py index 41c2a53474a..b0e41a985a1 100644 --- a/addons/product_margin/__openerp__.py +++ b/addons/product_margin/__openerp__.py @@ -24,6 +24,7 @@ 'name': 'Margins by Products', 'version': '1.0', 'category': 'Sales Management', + 'website': 'https://www.odoo.com', 'description': """ Adds a reporting menu in products that computes sales, purchases, margins and other interesting indicators based on invoices. ============================================================================================================================= diff --git a/addons/product_visible_discount/__openerp__.py b/addons/product_visible_discount/__openerp__.py index 81b99b8ac0a..a2617dbf663 100644 --- a/addons/product_visible_discount/__openerp__.py +++ b/addons/product_visible_discount/__openerp__.py @@ -22,6 +22,7 @@ 'version': '1.0', 'author': 'OpenERP SA', 'category': 'Sales Management', + 'website': 'https://www.odoo.com', 'description': """ This module lets you calculate discounts on Sale Order lines and Invoice lines base on the partner's pricelist. =============================================================================================================== diff --git a/addons/project/__openerp__.py b/addons/project/__openerp__.py index 49047a92f75..e4e62ec8027 100644 --- a/addons/project/__openerp__.py +++ b/addons/project/__openerp__.py @@ -23,7 +23,7 @@ 'name': 'Project Management', 'version': '1.1', 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/project-management', 'category': 'Project Management', 'sequence': 8, 'summary': 'Projects, Tasks', diff --git a/addons/project_issue/__openerp__.py b/addons/project_issue/__openerp__.py index 4f7045f6aca..dffe2826e13 100644 --- a/addons/project_issue/__openerp__.py +++ b/addons/project_issue/__openerp__.py @@ -34,7 +34,7 @@ This application allows you to manage the issues you might face in a project lik It allows the manager to quickly check the issues, assign them and decide on their status quickly as they evolve. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/project-management', 'images': ['images/issue_analysis.jpeg','images/project_issue.jpeg'], 'depends': [ 'sales_team', diff --git a/addons/project_issue_sheet/__openerp__.py b/addons/project_issue_sheet/__openerp__.py index 3eac04133d4..01ce284cd6b 100644 --- a/addons/project_issue_sheet/__openerp__.py +++ b/addons/project_issue_sheet/__openerp__.py @@ -31,7 +31,7 @@ This module adds the Timesheet support for the Issues/Bugs Management in Project Worklogs can be maintained to signify number of hours spent by users to handle an issue. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/project-management', 'images': ['images/project_issue_sheet_worklog.jpeg'], 'depends': [ 'project_issue', diff --git a/addons/project_timesheet/__openerp__.py b/addons/project_timesheet/__openerp__.py index cf61238c096..14c0b52b6a0 100644 --- a/addons/project_timesheet/__openerp__.py +++ b/addons/project_timesheet/__openerp__.py @@ -32,7 +32,7 @@ Management to the Timesheet line entries for particular date and particular user with the effect of creating, editing and deleting either ways. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/project-management', 'images': ['images/invoice_task_work.jpeg', 'images/my_timesheet.jpeg', 'images/working_hour.jpeg'], 'depends': ['resource', 'project', 'hr_timesheet_sheet', 'hr_timesheet_invoice', 'account_analytic_analysis', 'procurement'], 'data': [ diff --git a/addons/purchase/__openerp__.py b/addons/purchase/__openerp__.py index a926276f22a..f53e7b694ac 100644 --- a/addons/purchase/__openerp__.py +++ b/addons/purchase/__openerp__.py @@ -44,7 +44,7 @@ Dashboard / Reports for Purchase Management will include: * Purchase Analysis """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/purchase', 'images': ['images/purchase_order.jpeg', 'images/purchase_analysis.jpeg', 'images/request_for_quotation.jpeg'], 'depends': ['stock_account', 'report'], 'data': [ diff --git a/addons/purchase_analytic_plans/__openerp__.py b/addons/purchase_analytic_plans/__openerp__.py index 98a1ee2a704..f8086f1c985 100644 --- a/addons/purchase_analytic_plans/__openerp__.py +++ b/addons/purchase_analytic_plans/__openerp__.py @@ -32,7 +32,7 @@ Allows the user to maintain several analysis plans. These let you split a line on a supplier purchase order into several accounts and analytic plans. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/purchase', 'images': ['images/purchase_analytic_distribution.jpeg'], 'depends': ['purchase', 'account_analytic_plans'], 'data': ['purchase_analytic_plans_view.xml'], diff --git a/addons/purchase_double_validation/__openerp__.py b/addons/purchase_double_validation/__openerp__.py index 66ac66b9de6..0de0b397e1e 100644 --- a/addons/purchase_double_validation/__openerp__.py +++ b/addons/purchase_double_validation/__openerp__.py @@ -33,7 +33,7 @@ Double-validation for purchases exceeding minimum amount. This module modifies the purchase workflow in order to validate purchases that exceeds minimum amount set by configuration wizard. """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/purchase', 'data': [ 'purchase_double_validation_workflow.xml', 'purchase_double_validation_installer.xml', diff --git a/addons/purchase_requisition/__openerp__.py b/addons/purchase_requisition/__openerp__.py index e2d63967a5f..47ffb31ca0f 100644 --- a/addons/purchase_requisition/__openerp__.py +++ b/addons/purchase_requisition/__openerp__.py @@ -23,7 +23,7 @@ 'author': 'OpenERP SA', 'category': 'Purchase Management', 'images': ['images/purchase_requisitions.jpeg'], - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/purchase', 'description': """ This module allows you to manage your Purchase Requisition. =========================================================== diff --git a/addons/sale/__openerp__.py b/addons/sale/__openerp__.py index 039e765cd71..62e7b0466a7 100644 --- a/addons/sale/__openerp__.py +++ b/addons/sale/__openerp__.py @@ -57,7 +57,7 @@ The Dashboard for the Sales Manager will include * Monthly Turnover (Graph) """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/crm', 'images': ['images/Sale_order_line_to_invoice.jpeg','images/sale_order.jpeg','images/sales_analysis.jpeg'], 'depends': ['sales_team','account_voucher', 'procurement', 'report'], 'data': [ diff --git a/addons/sale_analytic_plans/__openerp__.py b/addons/sale_analytic_plans/__openerp__.py index 5f4d980a339..d5fad7af99c 100644 --- a/addons/sale_analytic_plans/__openerp__.py +++ b/addons/sale_analytic_plans/__openerp__.py @@ -30,7 +30,7 @@ The base module to manage analytic distribution and sales orders. Using this module you will be able to link analytic accounts to sales orders. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/crm', 'images': ['images/sale_order_analytic_account.jpeg', 'images/sales_order_line.jpeg'], 'depends': ['sale', 'account_analytic_plans'], 'data': ['sale_analytic_plans_view.xml'], diff --git a/addons/sale_crm/__openerp__.py b/addons/sale_crm/__openerp__.py index 251c4746a86..40a26e63b84 100644 --- a/addons/sale_crm/__openerp__.py +++ b/addons/sale_crm/__openerp__.py @@ -35,7 +35,7 @@ We suggest you to install this module, if you installed both the sale and the cr modules. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/crm', 'images': ['images/crm_statistics_dashboard.jpeg', 'images/opportunity_to_quote.jpeg'], 'depends': ['sale', 'crm', 'web_kanban_gauge'], 'data': [ diff --git a/addons/sale_journal/__openerp__.py b/addons/sale_journal/__openerp__.py index b5da06419c1..5c03c562033 100644 --- a/addons/sale_journal/__openerp__.py +++ b/addons/sale_journal/__openerp__.py @@ -49,7 +49,7 @@ It also supports batch invoicing methods that can be configured by partners and Some statistics by journals are provided. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/billing', 'images': ['images/invoice_type.jpeg'], 'depends': ['sale_stock'], 'data': [ diff --git a/addons/sale_layout/__openerp__.py b/addons/sale_layout/__openerp__.py index b8fcefc6adc..db4ccb4a8d0 100644 --- a/addons/sale_layout/__openerp__.py +++ b/addons/sale_layout/__openerp__.py @@ -31,7 +31,7 @@ With this module you can personnalize the sale order and invoice report with separators, page-breaks or subtotals. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/crm', 'depends': ['sale', 'report'], 'category': 'Sale', 'data': ['views/sale_layout_category_view.xml', diff --git a/addons/sale_mrp/__openerp__.py b/addons/sale_mrp/__openerp__.py index 7f9c1c2dc56..c3a6b48ad1d 100644 --- a/addons/sale_mrp/__openerp__.py +++ b/addons/sale_mrp/__openerp__.py @@ -32,7 +32,7 @@ It is basically used when we want to keep track of production orders generated from sales order. It adds sales name and sales Reference on production order. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/manufacturing', 'images': ['images/SO_to_MO.jpeg'], 'depends': ['mrp', 'sale_stock'], 'data': [ diff --git a/addons/sale_order_dates/__openerp__.py b/addons/sale_order_dates/__openerp__.py index 1f4eb399dd8..05aed48a776 100644 --- a/addons/sale_order_dates/__openerp__.py +++ b/addons/sale_order_dates/__openerp__.py @@ -35,7 +35,7 @@ You can add the following additional dates to a sales order: * Effective Date """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/crm', 'images': ['images/sale_order_dates.jpeg'], 'depends': ['sale_stock'], 'data': ['sale_order_dates_view.xml'], diff --git a/addons/sale_service/__openerp__.py b/addons/sale_service/__openerp__.py index 85ea8df0735..2703fbecb27 100644 --- a/addons/sale_service/__openerp__.py +++ b/addons/sale_service/__openerp__.py @@ -47,7 +47,7 @@ order line, the sale order line will be considered delivered when the task is completed. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/crm', 'images': ['images/product.jpeg', 'images/task_from_SO.jpeg'], 'depends': ['project', 'procurement', 'sale', 'procurement_jit'], 'data': ['views/sale_service_view.xml'], diff --git a/addons/sale_stock/__openerp__.py b/addons/sale_stock/__openerp__.py index dececc36e87..622ec172081 100644 --- a/addons/sale_stock/__openerp__.py +++ b/addons/sale_stock/__openerp__.py @@ -43,7 +43,7 @@ You can choose flexible invoicing methods: * *Before Delivery*: A Draft invoice is created and must be paid before delivery """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/warehouse', 'images': ['images/deliveries_to_invoice.jpeg'], 'depends': ['sale', 'stock_account'], 'data': [ diff --git a/addons/sales_team/__openerp__.py b/addons/sales_team/__openerp__.py index c9cb20cd401..e9777cc79a0 100644 --- a/addons/sales_team/__openerp__.py +++ b/addons/sales_team/__openerp__.py @@ -28,7 +28,7 @@ Using this application you can manage Sales Team with CRM and/or Sales ======================================================================= """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/crm', 'depends': ['base','mail','web_kanban_sparkline',], 'data': ['security/sales_team_security.xml', 'security/ir.model.access.csv', diff --git a/addons/share/__openerp__.py b/addons/share/__openerp__.py index 530a40a100b..49879d49056 100644 --- a/addons/share/__openerp__.py +++ b/addons/share/__openerp__.py @@ -41,7 +41,7 @@ users only have access to the data that has been shared with them. This is extremely useful for collaborative work, knowledge sharing, synchronization with other companies. """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com', 'demo': ['share_demo.xml'], 'data': [ 'security/share_security.xml', diff --git a/addons/stock/__openerp__.py b/addons/stock/__openerp__.py index 79bfe2cbfa3..ee1df5062b3 100644 --- a/addons/stock/__openerp__.py +++ b/addons/stock/__openerp__.py @@ -50,7 +50,7 @@ Dashboard / Reports for Warehouse Management will include: * Last Product Inventories * Moves Analysis """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/warehouse', 'images': ['images/stock_forecast_report.png', 'images/delivery_orders.jpeg', 'images/inventory_analysis.jpeg','images/location.jpeg','images/moves_analysis.jpeg','images/physical_inventories.jpeg'], 'depends': ['product', 'procurement', 'board', 'web_kanban_gauge', 'web_kanban_sparkline'], 'category': 'Warehouse Management', diff --git a/addons/stock_account/__openerp__.py b/addons/stock_account/__openerp__.py index 5c67002f61f..1ef361d4775 100644 --- a/addons/stock_account/__openerp__.py +++ b/addons/stock_account/__openerp__.py @@ -38,7 +38,7 @@ Dashboard / Reports for Warehouse Management includes: ------------------------------------------------------ * Stock Inventory Value at given date (support dates in the past) """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/warehouse', 'images': [], 'depends': ['stock', 'account'], 'category': 'Hidden', diff --git a/addons/stock_dropshipping/__openerp__.py b/addons/stock_dropshipping/__openerp__.py index 6d6c91bd31d..8a7a20b28d8 100644 --- a/addons/stock_dropshipping/__openerp__.py +++ b/addons/stock_dropshipping/__openerp__.py @@ -39,7 +39,7 @@ internal transfer document is needed. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/warehouse', 'images': [], 'depends': ['purchase', 'sale_stock'], 'data': ['stock_dropshipping.xml'], diff --git a/addons/stock_invoice_directly/__openerp__.py b/addons/stock_invoice_directly/__openerp__.py index d6f8472a8c6..e262a9753fa 100644 --- a/addons/stock_invoice_directly/__openerp__.py +++ b/addons/stock_invoice_directly/__openerp__.py @@ -32,7 +32,7 @@ When you send or deliver goods, this module automatically launch the invoicing wizard if the delivery is to be invoiced. """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/warehouse', 'images': ['images/create_invoice.jpeg'], 'depends': ['delivery', 'stock'], 'data': [], diff --git a/addons/stock_landed_costs/__openerp__.py b/addons/stock_landed_costs/__openerp__.py index dc15e254503..baec8ed9cde 100644 --- a/addons/stock_landed_costs/__openerp__.py +++ b/addons/stock_landed_costs/__openerp__.py @@ -29,7 +29,7 @@ Landed Costs Management ======================= This module allows you to easily add extra costs on pickings and decide the split of these costs among their stock moves in order to take them into account in your stock valuation. """, - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/warehouse', 'images': [], 'depends': ['stock_account'], 'category': 'Warehouse Management', diff --git a/addons/stock_picking_wave/__openerp__.py b/addons/stock_picking_wave/__openerp__.py index e5882dfcad2..e243cfe633d 100644 --- a/addons/stock_picking_wave/__openerp__.py +++ b/addons/stock_picking_wave/__openerp__.py @@ -28,7 +28,7 @@ This module adds the picking wave option in warehouse management. ================================================================= """, 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', + 'website': 'https://www.odoo.com/page/warehouse', 'depends': ['stock'], 'data': ['security/ir.model.access.csv', 'stock_picking_wave_view.xml', diff --git a/addons/survey/__openerp__.py b/addons/survey/__openerp__.py index 72b11b0d78b..5f81757c394 100644 --- a/addons/survey/__openerp__.py +++ b/addons/survey/__openerp__.py @@ -35,7 +35,7 @@ sent mails with personal token for the invitation of the survey. """, 'summary': 'Create surveys, collect answers and print statistics', 'author': 'OpenERP SA', - 'website': 'https://www.openerp.com/apps/survey/', + 'website': 'https://www.odoo.com/page/survey', 'depends': ['email_template', 'mail', 'website', 'marketing'], 'data': [ 'security/survey_security.xml', diff --git a/addons/survey_crm/__openerp__.py b/addons/survey_crm/__openerp__.py index 1b9fba3d680..a0dbb8565cd 100644 --- a/addons/survey_crm/__openerp__.py +++ b/addons/survey_crm/__openerp__.py @@ -25,6 +25,7 @@ 'version': '2.0', 'category': 'Marketing', 'complexity': 'easy', + 'website': 'https://www.odoo.com/page/survey', 'description': """ Survey - CRM (bridge module) ================================================================================= diff --git a/addons/web_analytics/__openerp__.py b/addons/web_analytics/__openerp__.py index d6dc2cc6734..a842075fe36 100644 --- a/addons/web_analytics/__openerp__.py +++ b/addons/web_analytics/__openerp__.py @@ -30,7 +30,7 @@ Google Analytics. Collects web application usage with Google Analytics. """, 'author': 'OpenERP SA', - 'website': 'http://openerp.com', + 'website': 'https://www.odoo.com/page/website-builder', 'depends': ['web'], 'data': [ 'views/web_analytics.xml', diff --git a/addons/website/__openerp__.py b/addons/website/__openerp__.py index ab3a84d5e7e..240109d005a 100644 --- a/addons/website/__openerp__.py +++ b/addons/website/__openerp__.py @@ -2,6 +2,7 @@ 'name': 'Website Builder', 'category': 'Website', 'summary': 'Build Your Enterprise Website', + 'website': 'https://www.odoo.com/page/website-builder', 'version': '1.0', 'description': """ OpenERP Website CMS diff --git a/addons/website/controllers/main.py b/addons/website/controllers/main.py index 0d2dd78364d..7d4712a7cbe 100644 --- a/addons/website/controllers/main.py +++ b/addons/website/controllers/main.py @@ -141,6 +141,22 @@ class Website(openerp.addons.web.controllers.main.Home): return request.make_response(content, [('Content-Type', mimetype)]) + @http.route('/website/info', type='http', auth="public", website=True) + def website_info(self): + try: + request.website.get_template('website.info').name + except Exception, e: + return request.registry['ir.http']._handle_exception(e, 404) + irm = request.env()['ir.module.module'].sudo() + apps = irm.search([('state','=','installed'),('application','=',True)]) + modules = irm.search([('state','=','installed'),('application','=',False)]) + values = { + 'apps': apps, + 'modules': modules, + 'version': openerp.service.common.exp_version() + } + return request.render('website.info', values) + #------------------------------------------------------ # Edit #------------------------------------------------------ diff --git a/addons/website/views/website_templates.xml b/addons/website/views/website_templates.xml index ff0f624fa28..885a0ede1b1 100644 --- a/addons/website/views/website_templates.xml +++ b/addons/website/views/website_templates.xml @@ -439,6 +439,63 @@ + +