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,9 @@
- Lorenzo Battistini \<<lorenzo.battistini@agilebg.com>\>
- Leonardo Pistone \<<leonardo.pistone@agilebg.com>\>
- Daniel Sadamo \<<daniel.sadamo@kmee.com.br>\>
- Alex Comba \<<alex.comba@agilebg.com>\>
- Florent THOMAS \<<florent.thomas@mind-and-go.com>\>
- François Honoré \<<francois.honore@acsone.eu>\>
- Magno Costa \<<magno.costa@akretion.com.br>\>
- Luis Felipe Mileo \<<mileo@kmee.com.br>\>
- Radovan Skolnik \<<radovan@skolnik.info>\>

View File

@@ -0,0 +1,2 @@
This module allows to create invoices directly from picking, without
having to use sale or purchase orders.

View File

@@ -0,0 +1,26 @@
## 16.0.1.0.0 (2023-05-25)
> - Migration to version 16.0 .
> - Included dependency from module base_view_inheritance_extension from
> repository <https://https://github.com/OCA/server-tools> .
## 15.0.1.0.0 (2023-04-28)
> - Migration to version 15.0 .
## 14.0.1.0.0 (2021-11-12)
> - Migration to version 14.0 .
## 13.0.3.1.0 (2021-10-05)
> - Migration to version 13.0 .
## 12.0.2.0.0 (2019-12-19)
> - Included dependency from module stock_picking_invoice_link from
> repository <https://github.com/OCA/stock-logistics-workflow.git>.
## 12.0.1.0.0 (2019-07-16)
> - Migration to version 12.0 .

View File

@@ -0,0 +1,2 @@
This module depends on *stock_picking_invoice_link* module that is
hosted on <https://github.com/OCA/stock-logistics-workflow.git>.

View File

@@ -0,0 +1,12 @@
To use this module, you need to:
1. Go to your picking;
2. If the invoice status is 'To be invoiced', a button will ask you to
create an invoice;
3. Into the List view, you can select many pickings and create a
grouped invoice;
4. If at least an invoice is created for a picking, a new "Invoicing"
tab appears.
If an invoice (not refund) is cancelled or deleted, invoice status of
related picking is automatically updated to "To be invoiced".