-
- Downloads
[IMP] base: Configure document layout
The onboarding modal for setting up the few base fields of a company has now been moved to a wizard It is accessible from the general settings, but also in the onboarding section of sale and account modules. The following company settings are editable with that wizard: - Set report **layout**: The user can chose the overall look of the report. The current choices are : *Standard* (default), *Background*, *Boxed* and *Clean*. - Set company **logo**: Changes the company logo. - Set report **colors**: The user can set the primary and secondary colors of the report through a newly added widget allowing to pick a custom color. When changing the **logo**, colors are automatically set to its most dominant colors. > A "Reset colors" button also triggers the color calculation. - Set report **font**: Changes the overall font of the report. Only Google Fonts are used for enhanced compatibility. - Company **tagline**, also called "header" - **Footer** - **Paper format** - Report **preview**: A mockup of a final report Automatically updates when changing **layout**, **logo**, **colors** or **font** Co-authored by: Julien Mougenot <jum@odoo.com> closes odoo/odoo#33863 Signed-off-by:VincentSchippefilt <VincentSchippefilt@users.noreply.github.com> Co-authored-by:
Lucas Perais <lpe@odoo.com>
Showing
- addons/account/models/company.py 0 additions, 7 deletionsaddons/account/models/company.py
- addons/account/static/tests/account_dashboard_setup_bar_tests.js 0 additions, 0 deletions...account/static/tests/account_dashboard_setup_bar_tests.js
- addons/account/static/tests/tours/account_dashboard_setup_bar_tests.js 49 additions, 0 deletions...t/static/tests/tours/account_dashboard_setup_bar_tests.js
- addons/account/tests/__init__.py 1 addition, 0 deletionsaddons/account/tests/__init__.py
- addons/account/tests/account_test_no_chart.py 1 addition, 1 deletionaddons/account/tests/account_test_no_chart.py
- addons/account/tests/test_account_onboarding.py 18 additions, 0 deletionsaddons/account/tests/test_account_onboarding.py
- addons/account/views/account.xml 1 addition, 1 deletionaddons/account/views/account.xml
- addons/account/views/account_onboarding_templates.xml 2 additions, 23 deletionsaddons/account/views/account_onboarding_templates.xml
- addons/account/wizard/__init__.py 1 addition, 0 deletionsaddons/account/wizard/__init__.py
- addons/account/wizard/base_document_layout.py 10 additions, 0 deletionsaddons/account/wizard/base_document_layout.py
- addons/base_setup/models/res_config_settings.py 0 additions, 14 deletionsaddons/base_setup/models/res_config_settings.py
- addons/base_setup/views/res_config_settings_views.xml 4 additions, 4 deletionsaddons/base_setup/views/res_config_settings_views.xml
- addons/sale/models/res_company.py 0 additions, 12 deletionsaddons/sale/models/res_company.py
- addons/sale/views/sale_onboarding_views.xml 2 additions, 26 deletionsaddons/sale/views/sale_onboarding_views.xml
- addons/web/data/report_layout.xml 5 additions, 1 deletionaddons/web/data/report_layout.xml
- addons/web/models/__init__.py 0 additions, 1 deletionaddons/web/models/__init__.py
- addons/web/security/ir.model.access.csv 0 additions, 1 deletionaddons/web/security/ir.model.access.csv
- addons/web/static/src/fonts/google/Montserrat/Montserrat-Black.ttf 0 additions, 0 deletions...b/static/src/fonts/google/Montserrat/Montserrat-Black.ttf
- addons/web/static/src/fonts/google/Montserrat/Montserrat-BlackItalic.ttf 0 additions, 0 deletions...ic/src/fonts/google/Montserrat/Montserrat-BlackItalic.ttf
- addons/web/static/src/fonts/google/Montserrat/Montserrat-Bold.ttf 0 additions, 0 deletions...eb/static/src/fonts/google/Montserrat/Montserrat-Bold.ttf
Loading
Please register or sign in to comment