diff --git a/canada_account_types/__manifest__.py b/canada_account_types/__manifest__.py index 894cd9d..dd5400d 100644 --- a/canada_account_types/__manifest__.py +++ b/canada_account_types/__manifest__.py @@ -10,7 +10,7 @@ "license": "LGPL-3", "category": "Accounting", "summary": "Add account types for Canada.", - "depends": ["account", "web_custom_label"], + "depends": ["account", "lang_fr_activated", "web_custom_label"], "data": [ "data/web_custom_label.xml", ], diff --git a/canada_account_types/views/account_account_views.xml b/canada_account_types/views/account_account_views.xml deleted file mode 100644 index 7a2a7d8..0000000 --- a/canada_account_types/views/account_account_views.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - account.type.widget.form - account.account - - - - - - - - \ No newline at end of file