Skip to content

Commit c33d0f6

Browse files
jaeschwavava-odoo
authored andcommitted
[ADD] test_manifest: adding a alphabetical test
In the manifest we would like to have the dependencies classified by alphabetical order. So we improved the test so this is directly tested
1 parent 05ded25 commit c33d0f6

File tree

18 files changed

+47
-37
lines changed

18 files changed

+47
-37
lines changed

agriculture_shop/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
'pos_sale',
1313
'product_expiry',
1414
'purchase_requisition',
15-
'survey',
1615
'sale_purchase',
16+
'survey',
1717
'web_studio',
1818
'website_sale_loyalty',
1919
'theme_enark',

art_craft/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
'depends': [
1010
'hr_hourly_cost',
1111
'knowledge',
12-
'pos_sale',
1312
'pos_discount',
13+
'pos_sale',
1414
'product_email_template',
1515
'purchase_stock',
1616
'sale_service',

automobile/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
Maintenance and accessorises etc.
99
""",
1010
'depends': [
11-
'base_automation',
1211
'account_check_printing',
1312
'account_followup',
13+
'base_automation',
1414
'calendar',
1515
'knowledge',
1616
'pos_sale',

bike_leasing/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
'base_automation',
1010
'calendar',
1111
'knowledge',
12+
'payment_custom',
1213
'purchase_stock',
1314
'sale_management',
1415
'sale_planning',
@@ -19,7 +20,6 @@
1920
'website_helpdesk',
2021
'website_payment',
2122
'website_sale',
22-
'payment_custom',
2323
'theme_vehicle',
2424
],
2525
'data': [

bookstore/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
'purchase_stock',
1616
'sale_management',
1717
'sale_purchase',
18-
'stock_barcode_barcodelookup',
1918
'stock_account',
19+
'stock_barcode_barcodelookup',
2020
'web_studio',
2121
],
2222
'data': [

certification_organism/__manifest__.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
This module setup your database to easily use odoo in a Audit & Certification company.
77
""",
88
'depends': [
9-
'web_studio',
10-
'knowledge',
9+
'crm',
10+
'hr_holidays',
11+
'hr_timesheet',
1112
'industry_fsm_sale_report',
13+
'knowledge',
14+
'product_margin',
1215
'project',
13-
'hr_timesheet',
14-
'hr_holidays',
15-
'crm',
1616
'sale_timesheet',
17-
'product_margin',
18-
'website_appointment'
17+
'web_studio',
18+
'website_appointment',
1919
],
2020
'data': [
2121
'data/res_config_setting.xml',

condominium/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
'account_followup',
1212
'account_payment',
1313
'accountant',
14-
'contacts',
1514
'calendar',
15+
'contacts',
1616
'documents_product',
1717
'documents_project_sale',
1818
'documents_spreadsheet',

electronic_store/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
'knowledge',
1818
'point_of_sale',
1919
'purchase_stock',
20-
'stock_barcode',
2120
'sale_management',
2221
'sale_purchase',
22+
'stock_barcode',
2323
'web_studio',
2424
'website_sale',
2525
'theme_buzzy',

eyewear_shop/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
'depends': [
1010
'appointment_crm',
1111
'knowledge',
12-
'purchase_stock',
1312
'point_of_sale',
13+
'purchase_stock',
1414
'sale_management',
1515
'web_studio',
1616
'website_appointment',

fitness/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
'purchase',
1515
'sale_project',
1616
'sale_subscription',
17+
'web_studio',
1718
'website_appointment',
1819
'website_sale',
19-
'web_studio',
2020
],
2121
'data': [
2222
'data/res_config_settings.xml',

0 commit comments

Comments
 (0)