Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
11
account_receipt_journal/readme/ROADMAP.md
Normal file
11
account_receipt_journal/readme/ROADMAP.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user