author

An Overview of Odoo 17 Accounting Reports

Accounting reports are essential for providing insights into a business’s financial performance, stability, and decision-making. Key reports include the Income Statement (Profit and Loss Statement), Balance Sheet, Cash Flow Statement, Budget vs. Actual Reports, Aging of Accounts Receivable/Payable, Financial Ratios Analysis, Audit Reports, Management Reports (Custom Reports), and Tax Reports. * Income Statement: For the […]

How to Manage Company Assets & Depreciation in Odoo 17 Accounting

Calculating an asset’s life and depreciation requires classifying or categorizing it. This process is known as asset management. The Odoo Accounting module simplifies asset management for long-term company assets. The Asset Management feature allows for asset category definition, asset models to be set, and depreciation computation. This functionality produces an accounting entry for the relevant […]

Scientific Python Library in Python

SciPy, an abbreviation for Scientific Python, is an open-source library built on top of NumPy, another fundamental Python library for numerical computing. It extends NumPy’s capabilities and provides a vast array of modules and functions that are essential for high-level scientific computing tasks. SciPy includes optimized and added functions that are frequently used in NumPy […]

What is Monkey Patching & How It Can Be Applied in Odoo 17

Odoo, a platform for open-source ERP and business applications, offers a robust framework for customization and extension. This blog explores the concept of “monkey patching” as a technique employed to augment existing functionality in Odoo17. Let’s delve into what monkey patching entails and how it can be implemented within the Odoo17 environment. What is Monkey […]