Initial commit: Odoo 18.0-20251222 extra-addons
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

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
- [TAKOBI](https://takobi.online):
- Lorenzo Battistini
- [Moduon](https://www.moduon.team):
- Eduardo de Miguel
- Rafael Blasco

View 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.

View File

@@ -0,0 +1,2 @@
This module partially comes from module l10n_it_corrispettivi of
<https://github.com/OCA/l10n-italy> version 12.

View 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)