[IMP] various: Move all configuration fields from res_company form to the related modules
======= Purpose ======= The company form should be heavily simplified. It's complex to have some settings on the company form, and others on the Settings menu of the related app. It would be much easier to have all settings in Settings menu (res.config) and nothing on the company, even if some of the Settings are multi company. (Stored on the company but set from the Settings menu).
Showing
- addons/account/__openerp__.py 0 additions, 1 deletionaddons/account/__openerp__.py
- addons/account/models/res_config.py 6 additions, 5 deletionsaddons/account/models/res_config.py
- addons/account/views/company_view.xml 0 additions, 26 deletionsaddons/account/views/company_view.xml
- addons/account/views/res_config_view.xml 14 additions, 1 deletionaddons/account/views/res_config_view.xml
- addons/auth_ldap/__openerp__.py 2 additions, 2 deletionsaddons/auth_ldap/__openerp__.py
- addons/auth_ldap/models/__init__.py 1 addition, 0 deletionsaddons/auth_ldap/models/__init__.py
- addons/auth_ldap/models/auth_ldap_config_settings.py 10 additions, 0 deletionsaddons/auth_ldap/models/auth_ldap_config_settings.py
- addons/auth_ldap/views/auth_ldap_config_settings_views.xml 42 additions, 0 deletionsaddons/auth_ldap/views/auth_ldap_config_settings_views.xml
- addons/auth_ldap/views/res_company_views.xml 0 additions, 37 deletionsaddons/auth_ldap/views/res_company_views.xml
- addons/base_setup/models/res_config.py 16 additions, 0 deletionsaddons/base_setup/models/res_config.py
- addons/base_setup/views/res_config_views.xml 42 additions, 0 deletionsaddons/base_setup/views/res_config_views.xml
- addons/hr_timesheet_attendance/__openerp__.py 1 addition, 0 deletionsaddons/hr_timesheet_attendance/__openerp__.py
- addons/hr_timesheet_attendance/models/__init__.py 1 addition, 0 deletionsaddons/hr_timesheet_attendance/models/__init__.py
- addons/hr_timesheet_attendance/models/project_config_settings.py 9 additions, 0 deletions...hr_timesheet_attendance/models/project_config_settings.py
- addons/hr_timesheet_attendance/views/hr_timesheet_attendance_config_settings_views.xml 18 additions, 0 deletions...e/views/hr_timesheet_attendance_config_settings_views.xml
- addons/hr_timesheet_attendance/views/hr_timesheet_sheet_views.xml 0 additions, 18 deletions...r_timesheet_attendance/views/hr_timesheet_sheet_views.xml
- addons/hr_timesheet_sheet/models/hr_timesheet_sheet_config_settings.py 1 addition, 0 deletions...esheet_sheet/models/hr_timesheet_sheet_config_settings.py
- addons/hr_timesheet_sheet/models/res_company.py 0 additions, 4 deletionsaddons/hr_timesheet_sheet/models/res_company.py
- addons/hr_timesheet_sheet/views/hr_timesheet_sheet_config_settings_views.xml 1 addition, 0 deletions..._sheet/views/hr_timesheet_sheet_config_settings_views.xml
- addons/hr_timesheet_sheet/views/hr_timesheet_sheet_views.xml 0 additions, 25 deletionsaddons/hr_timesheet_sheet/views/hr_timesheet_sheet_views.xml
Please register or sign in to comment