https://github.com/opusvl/odoo-invoice-extras
Enhancements to Invoices Records and Printouts
https://github.com/opusvl/odoo-invoice-extras
Last synced: about 2 months ago
JSON representation
Enhancements to Invoices Records and Printouts
- Host: GitHub
- URL: https://github.com/opusvl/odoo-invoice-extras
- Owner: OpusVL
- Created: 2016-10-21T13:35:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T11:38:28.000Z (over 7 years ago)
- Last Synced: 2025-01-20T17:34:50.416Z (over 1 year ago)
- Language: Python
- Size: 26.4 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enhancements to Invoices Records and Printouts
This is intended to be a collection of little utilities to link together
objects for reporting, for example to provide a link from an invoice back
to its originating sales order so that fields on the sales order can be looked
up in report printouts etc.
## invoice\_delivery\_address
Add a delivery address, and hooks for adding more shipping-related addresses besides,
to the bottom of the invoice.
If the delivery address is the same as the invoice address partner, it is not shown.
## invoice\_sale\_link
This links back to an original sales order from an invoice, if that invoice was generated
from a sales order or from a delivery order that was in turn generated from a sales order.
It exposes the link table that Odoo holds internally, for use in reports.
## hide\_refund\_invoice\_if\_refunded
Small tweak to hide the 'Refund Invoice' button once an invoice has already been Refunded.