-
- Downloads
[IMP] account: improve the onboarding
Task 2031686
* Change some labels on the dashboard
* Move the action "Take money In/Out" to a button because it was also dsplayed in bank journals and we only want it for cash journals
* Add reconciliation param on the first account config list, as well as a button to go to the form (it is an editable list)
* Add an action to duplicate accounts in batch
* Smartly detect when a cash statement can be extended instead of creating a new one, making it more obvious to the user that he may need to validate his previous statement(s)
closes odoo/odoo#35137
Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
Showing
- addons/account/__manifest__.py 1 addition, 1 deletionaddons/account/__manifest__.py
- addons/account/models/account.py 16 additions, 0 deletionsaddons/account/models/account.py
- addons/account/models/account_journal_dashboard.py 15 additions, 3 deletionsaddons/account/models/account_journal_dashboard.py
- addons/account/models/company.py 1 addition, 1 deletionaddons/account/models/company.py
- addons/account/views/account_onboarding_templates.xml 2 additions, 2 deletionsaddons/account/views/account_onboarding_templates.xml
- addons/account/views/account_view.xml 12 additions, 0 deletionsaddons/account/views/account_view.xml
- addons/account/wizard/pos_box.xml 0 additions, 1 deletionaddons/account/wizard/pos_box.xml
- addons/account/wizard/setup_wizards.py 1 addition, 1 deletionaddons/account/wizard/setup_wizards.py
- addons/account/wizard/setup_wizards_view.xml 15 additions, 20 deletionsaddons/account/wizard/setup_wizards_view.xml
Loading
Please register or sign in to comment