-
- Downloads
[IMP] base, account: move basic bank accounts info from account to base
Before this commit:
If neither Invoicing nor Accounting are installed, users are stuck with menus
items to create bank-related informations (Banks and Bank accounts). They won't
be able to set these information directly on their contacts.
After this commit:
The Bank Accounts part of the Invoicing tab has been moved from the `account`
module to `base`, so it's now visible in the partner form even when only
`contacts` is installed
Task ID: 2126832
closes odoo/odoo#40563
Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
Showing
- addons/account/views/partner_view.xml 7 additions, 32 deletionsaddons/account/views/partner_view.xml
- odoo/addons/base/__manifest__.py 1 addition, 1 deletionodoo/addons/base/__manifest__.py
- odoo/addons/base/views/res_partner_views.xml 25 additions, 0 deletionsodoo/addons/base/views/res_partner_views.xml
Loading
Please register or sign in to comment