mirror of
https://github.com/bringout/oca-edi.git
synced 2026-04-21 22:32:06 +02:00
Initial commit: OCA Edi packages (42 packages)
This commit is contained in:
commit
df976c03db
2184 changed files with 571602 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
* Thierry Ducrest <thierry.ducrest@camptocamp.com>
|
||||
* Tam (Nguyen Duc) <tamnd@trobz.com>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
The development of this module has been financially supported by:
|
||||
|
||||
* Camptocamp
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
The goal of this module is to allow sending invoices in different format to external systems.
|
||||
|
||||
It extends the module `account_invoice_transmit_method`, adding options to configure an url and credentials (Basic Authentication).
|
||||
In the UI a new button `Send ebill` send the invoice pdf to the configure url.
|
||||
|
||||
The actual sending of the invoice is manage by queue.job and the standard Odoo chatter on the invoice is used to inform the user on success/failure of the dispatch.
|
||||
Loading…
Add table
Add a link
Reference in a new issue