-
- Downloads
[IMP] account: credit note usability
Task 2038326
* Tick the credit note sequence by default on the customer invoices and vendor bills journals
* Write Customer Invoice/Vendor Bill/Credit Note/Customer refund at the top of the document
* The reference field should be printed on the credit note pdf (interesting because it gives source and reason)
* If the document is a credit note, there shouldn't be any payment information on the pdf (the customer doesn't have to pay you) (currently you see the "payment communication" the customer is supposed to use)
* Rename Credit Note to Refund on dashboard
* Add tooltip on payment widget
closes odoo/odoo#35231
Signed-off-by:
Cedric Snauwaert (csn) <csn@openerp.com>
Showing
- addons/account/data/mail_template_data.xml 2 additions, 2 deletionsaddons/account/data/mail_template_data.xml
- addons/account/models/account.py 8 additions, 1 deletionaddons/account/models/account.py
- addons/account/static/src/xml/account_payment.xml 5 additions, 5 deletionsaddons/account/static/src/xml/account_payment.xml
- addons/account/tests/test_account_move_in_refund.py 5 additions, 5 deletionsaddons/account/tests/test_account_move_in_refund.py
- addons/account/tests/test_account_move_out_refund.py 5 additions, 5 deletionsaddons/account/tests/test_account_move_out_refund.py
- addons/account/views/account_journal_dashboard_view.xml 2 additions, 2 deletionsaddons/account/views/account_journal_dashboard_view.xml
- addons/account/views/account_move_views.xml 1 addition, 0 deletionsaddons/account/views/account_move_views.xml
- addons/account/views/report_invoice.xml 5 additions, 1 deletionaddons/account/views/report_invoice.xml
Loading
Please register or sign in to comment