- Stock Delivery Planner
- HR Holidays Accrual
- HR Payroll Input Report
- HR Employee Activity
- HR Holidays Partial
- Human Resources (HR) Modules
- Boxes
- Payroll Modules
- ShipBox
- Sales Modules
- Sale Section Subtotal
- PrintBox
- Hibou Fedex Shipping
- Inventory Modules
- Maintenance Modules
- Accounting Modules
- Helpdesk Modules
- Forte Payment Acquirer
- Account Payment Electronic
- US ZIP Code to City/State
- Purchase by Sale History MRP
- Payroll Batch Work Entry Error SKIP
- Web Auto Paginate
- Payment Analytic
- Payroll Input Name Report
- Purchase Modules
- Project Modules
- Website Modules
- Tools + Settings Modules
- Point of Sale Modules
- Manufacturing Modules
- Hibou Commissions
Hibou Odoo Suite: Accounting Modules: Invoice Margin
Repository Versions:
Modules:
LGPL-3
Purpose
The purpose of this documentation is to outline the use case and processes associated with Hibou's Invoice Margin module. The Invoice Margin module displays margin calculation on invoices. If the invoice line is associated with a sale order line, the cost will then come from the sale order line.
Getting Started
First thing's first, we want to install the module! Navigate to the Apps application and search 'Invoice Margin'. When ready, hit Install.
Good to Know!
The Invoice Margin module requires both the Invoicing and Margins in Sale Orders modules. However, if you do not already have these modules installed, Odoo will install them for you during this module's installation.
Processes
To get started, navigate to the Accounting application.
Margin on Invoices
Once there, click on Sales and then Customer Invoices.
Select an invoice from the list of invoices. On the invoice form view, you will see, below Amount Due, a new Margin field that displays the profitability by calculating the difference between the Unit Price and the Cost.
Technical
The Invoice Margin module adds a new computed field margin to the 'account.invoice.line` and `account.invoice` models. It also adds a `purchase_price` Float field to `account.invoice.line` for Cost. Both the `margin` and `purchase_price` fields are added to the Account Invoice form view.