[FIX] Development statuses

This commit is contained in:
Denis Roussel
2023-01-19 16:36:20 +01:00
parent 9c1e9f04da
commit 38c2850ff8
14 changed files with 14 additions and 14 deletions

View File

@@ -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': [

View File

@@ -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",

View File

@@ -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',

View File

@@ -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': [

View File

@@ -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': [

View File

@@ -19,6 +19,5 @@
'wizards/contract_price_revision_views.xml',
],
'installable': True,
'development_status': 'Production/Stable',
'maintainers': ['carlosdauden'],
}

View File

@@ -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',

View File

@@ -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',

View File

@@ -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',

View File

@@ -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",

View File

@@ -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',

View File

@@ -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',

View File

@@ -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',

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
# generated from manifests external_dependencies
python-dateutil