Files
Odoo-18.0-20251222/account_receipt_journal/readme/ROADMAP.md
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

12 lines
680 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Dashboard Kanban View Pending Items Roadmap
1. Drag & Drop Functionality
- Goal: Override the JS so that when files are uploaded a `receipt` is created instead of a vendor bill.
- Reference: [bill_guide.js line 29](https://github.com/odoo/odoo/blob/d26148acaee5b5c995155780ec3993c5ae7210e6/addons/account/static/src/components/bill_guide/bill_guide.js#L29)
2. "Try our Sample" Button
- Goal: Adapt the method to generate an editable `receipt` instead of a vendor bill.
- Reference: [account_journal_dashboard.py line 922](https://github.com/odoo/odoo/blob/d26148acaee5b5c995155780ec3993c5ae7210e6/addons/account/models/account_journal_dashboard.py#L922)