From 38c2850ff894f5a3cb3b36d3b69d83537db7b8ba Mon Sep 17 00:00:00 2001 From: Denis Roussel Date: Thu, 19 Jan 2023 16:36:20 +0100 Subject: [PATCH] [FIX] Development statuses --- agreement/__manifest__.py | 2 +- agreement_helpdesk_mgmt/__manifest__.py | 2 +- agreement_sale/__manifest__.py | 2 +- agreement_serviceprofile/__manifest__.py | 2 +- contract/__manifest__.py | 2 +- contract_price_revision/__manifest__.py | 1 - contract_sale_generation/__manifest__.py | 2 +- contract_sale_invoicing/__manifest__.py | 2 +- contract_sale_payment_mode/__manifest__.py | 2 +- contract_variable_qty_prorated/__manifest__.py | 2 +- contract_variable_qty_timesheet/__manifest__.py | 3 +-- contract_variable_quantity/__manifest__.py | 2 +- product_contract/__manifest__.py | 2 +- requirements.txt | 2 ++ 14 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 requirements.txt diff --git a/agreement/__manifest__.py b/agreement/__manifest__.py index de0e4bf74..9ba6839aa 100644 --- a/agreement/__manifest__.py +++ b/agreement/__manifest__.py @@ -9,7 +9,7 @@ 'author': 'Akretion, ' 'Yves Goldberg (Ygol Internetwork), ' 'Odoo Community Association (OCA)', - 'website': 'https://github.com/oca/contract', + 'website': 'https://github.com/OCA/contract', 'license': 'AGPL-3', 'depends': ['mail'], 'data': [ diff --git a/agreement_helpdesk_mgmt/__manifest__.py b/agreement_helpdesk_mgmt/__manifest__.py index aa5c14f14..b163eaddd 100644 --- a/agreement_helpdesk_mgmt/__manifest__.py +++ b/agreement_helpdesk_mgmt/__manifest__.py @@ -8,7 +8,7 @@ 'version': '12.0.1.0.1', 'license': 'AGPL-3', 'author': 'Open Source Integrators,Odoo Community Association (OCA)', - 'website': 'https://github.com/oca/contract', + 'website': 'https://github.com/OCA/contract', 'images': ['static/description/banner.png'], 'depends': [ "helpdesk_mgmt", diff --git a/agreement_sale/__manifest__.py b/agreement_sale/__manifest__.py index 0392f15f5..b16884d54 100644 --- a/agreement_sale/__manifest__.py +++ b/agreement_sale/__manifest__.py @@ -8,7 +8,7 @@ 'category': 'Contract', 'author': 'Akretion, ' 'Odoo Community Association (OCA)', - 'website': 'https://github.com/oca/contract', + 'website': 'https://github.com/OCA/contract', 'license': 'AGPL-3', 'depends': [ 'sale_management', diff --git a/agreement_serviceprofile/__manifest__.py b/agreement_serviceprofile/__manifest__.py index 6dfee4955..49232c8ca 100644 --- a/agreement_serviceprofile/__manifest__.py +++ b/agreement_serviceprofile/__manifest__.py @@ -9,7 +9,7 @@ 'author': 'Pavlov Media, ' 'Open Source Integrators, ' 'Odoo Community Association (OCA)', - 'website': 'https://github.com/oca/contract', + 'website': 'https://github.com/OCA/contract', 'license': 'AGPL-3', 'depends': ['agreement_legal'], 'data': [ diff --git a/contract/__manifest__.py b/contract/__manifest__.py index 21e94571b..d762ca0b6 100644 --- a/contract/__manifest__.py +++ b/contract/__manifest__.py @@ -16,7 +16,7 @@ "Tecnativa, " "LasLabs, " "Odoo Community Association (OCA)", - 'website': 'https://github.com/oca/contract', + 'website': 'https://github.com/OCA/contract', 'depends': ['base', 'account', 'product', 'portal'], "external_dependencies": {"python": ["dateutil"]}, 'data': [ diff --git a/contract_price_revision/__manifest__.py b/contract_price_revision/__manifest__.py index 68e3cd870..98a56e4bb 100644 --- a/contract_price_revision/__manifest__.py +++ b/contract_price_revision/__manifest__.py @@ -19,6 +19,5 @@ 'wizards/contract_price_revision_views.xml', ], 'installable': True, - 'development_status': 'Production/Stable', 'maintainers': ['carlosdauden'], } diff --git a/contract_sale_generation/__manifest__.py b/contract_sale_generation/__manifest__.py index 2dd931b40..ebaad7954 100644 --- a/contract_sale_generation/__manifest__.py +++ b/contract_sale_generation/__manifest__.py @@ -10,7 +10,7 @@ 'license': 'AGPL-3', 'author': "PESOL, " "Odoo Community Association (OCA)", - 'website': 'https://github.com/oca/contract', + 'website': 'https://github.com/OCA/contract', 'depends': ['contract', 'sale'], 'data': [ 'data/contract_cron.xml', diff --git a/contract_sale_invoicing/__manifest__.py b/contract_sale_invoicing/__manifest__.py index 5d5c14821..a76852eb7 100644 --- a/contract_sale_invoicing/__manifest__.py +++ b/contract_sale_invoicing/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Include sales to invoice in contract invoice creation', 'version': '12.0.1.0.3', 'category': 'Contract Management', - 'website': 'https://github.com/oca/contract', + 'website': 'https://github.com/OCA/contract', 'author': 'Tecnativa, ' 'Odoo Community Association (OCA)', 'license': 'AGPL-3', diff --git a/contract_sale_payment_mode/__manifest__.py b/contract_sale_payment_mode/__manifest__.py index e7e6016d3..822257544 100644 --- a/contract_sale_payment_mode/__manifest__.py +++ b/contract_sale_payment_mode/__manifest__.py @@ -8,7 +8,7 @@ 'version': '12.0.1.1.0', 'license': 'AGPL-3', 'author': 'ACSONE SA/NV,Odoo Community Association (OCA)', - 'website': 'https://acsone.eu/', + 'website': 'https://github.com/OCA/contract', 'depends': [ # OCA/bank-payment 'account_payment_sale', diff --git a/contract_variable_qty_prorated/__manifest__.py b/contract_variable_qty_prorated/__manifest__.py index 94a040e3d..fd40d01b9 100644 --- a/contract_variable_qty_prorated/__manifest__.py +++ b/contract_variable_qty_prorated/__manifest__.py @@ -11,7 +11,7 @@ "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "maintainers": ["sbejaoui"], - "website": "https://github.com/oca/contract", + "website": "https://github.com/OCA/contract", "depends": ["contract_variable_quantity"], "data": [ "data/contract_variable_qty_prorated.xml", diff --git a/contract_variable_qty_timesheet/__manifest__.py b/contract_variable_qty_timesheet/__manifest__.py index 3503e440b..b03efadc3 100644 --- a/contract_variable_qty_timesheet/__manifest__.py +++ b/contract_variable_qty_timesheet/__manifest__.py @@ -6,12 +6,11 @@ 'summary': 'Add formula to invoice ', 'version': '12.0.1.0.0', 'category': 'Contract Management', - 'website': 'https://github.com/oca/contract', + 'website': 'https://github.com/OCA/contract', 'author': 'Tecnativa, ' 'Odoo Community Association (OCA)', 'license': 'AGPL-3', 'installable': True, - 'development_status': 'Production/Stable', 'depends': [ 'contract_variable_quantity', 'hr_timesheet', diff --git a/contract_variable_quantity/__manifest__.py b/contract_variable_quantity/__manifest__.py index 566b07dc4..afc4fbfb4 100644 --- a/contract_variable_quantity/__manifest__.py +++ b/contract_variable_quantity/__manifest__.py @@ -10,7 +10,7 @@ 'license': 'AGPL-3', 'author': "Tecnativa," "Odoo Community Association (OCA)", - 'website': 'https://www.tecnativa.com', + 'website': 'https://github.com/OCA/contract', 'depends': ['contract'], 'data': [ 'security/ir.model.access.csv', diff --git a/product_contract/__manifest__.py b/product_contract/__manifest__.py index cebb29ff8..1415e41b5 100644 --- a/product_contract/__manifest__.py +++ b/product_contract/__manifest__.py @@ -10,7 +10,7 @@ 'author': "LasLabs, " "ACSONE SA/NV, " "Odoo Community Association (OCA)", - 'website': 'https://github.com/oca/contract', + 'website': 'https://github.com/OCA/contract', 'depends': ['product', 'contract_sale'], 'data': [ 'views/res_config_settings.xml', diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..7d41f1be0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +# generated from manifests external_dependencies +python-dateutil