Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
5
account_receipt_journal/readme/CONTRIBUTORS.md
Normal file
5
account_receipt_journal/readme/CONTRIBUTORS.md
Normal file
@@ -0,0 +1,5 @@
|
||||
- [TAKOBI](https://takobi.online):
|
||||
- Lorenzo Battistini
|
||||
- [Moduon](https://www.moduon.team):
|
||||
- Eduardo de Miguel
|
||||
- Rafael Blasco
|
||||
3
account_receipt_journal/readme/DESCRIPTION.md
Normal file
3
account_receipt_journal/readme/DESCRIPTION.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Define journals exclusive to receipts and automatically use them in sale
|
||||
and purchase receipts A normal journal cannot be used in receipts if a
|
||||
receipt journal has been created.
|
||||
2
account_receipt_journal/readme/HISTORY.md
Normal file
2
account_receipt_journal/readme/HISTORY.md
Normal file
@@ -0,0 +1,2 @@
|
||||
This module partially comes from module l10n_it_corrispettivi of
|
||||
<https://github.com/OCA/l10n-italy> version 12.
|
||||
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