Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Accounting (account_accountant)
• Invoicing (account) • Discuss (mail) |
Lines of code | 51 |
Technical Name |
py_invoice_report_custom |
License | OPL-1 |
Website | https://github.com/pythoniclad/ |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Accounting (account_accountant)
• Invoicing (account) • Discuss (mail) |
Lines of code | 51 |
Technical Name |
py_invoice_report_custom |
License | OPL-1 |
Website | https://github.com/pythoniclad/ |
Developer Contact
For customization, integration, implementation, or other inquiries, email me at: 📧 sam.odooapps@gmail.com
---
Invoice Report Customization
This module customizes the standard Odoo invoice report by:
- Replacing the delivery date block with a Salesperson block showing the assigned invoice user.
- Enhancing the partner address section to: - Display shipping address separately if different from the billing address. - Include contact phone and mobile numbers in the address blocks. - Show VAT (Tax ID) with a dynamic label based on the company fiscal country.
These improvements provide clearer invoice information and better address details for customers.
---
Usage
- Install the module and print or preview any customer invoice.
- The invoice report will show the Salesperson and detailed address sections as described.
---
Installation
- Follow the official Odoo installation guide: https://www.odoo.com/documentation/17.0/setup/install.html
- Place the module in your custom addons directory.
- Update the apps list and install the module from the Apps menu.
---
Bug Tracker
Bugs and feature requests are tracked on the GitHub repository: https://github.com/pythoniclad/odoo-apps/issues
Please check existing issues before reporting new ones.
---
Maintainer
Maintained by pythoniclad. Feel free to reach out at the given email, open issues, or contribute via GitHub.
---
License
This module is licensed under the GNU Lesser General Public License v3 (LGPL-3). For details, see: https://www.gnu.org/licenses/lgpl-3.0-standalone.html
---
Contributing
Contributions and feedback are welcome! Please submit pull requests or open issues on GitHub.
---
Further Information
For more details, please refer to the documentation included in the module or the GitHub repository.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module