Skip to main content

Posts

Showing posts from September, 2021

Week4 blog outgrown spreadsheets

Spreadsheets are great, until they're not. Most businesses start with a handful of Excel or Google Sheets files, and honestly, that's the right call early on. But there's a point where spreadsheets stop saving you time and start costing you money, mistakes, and hours you don't have. Here are five signs you've hit that point, and what to actually do about it. 1. You're copying the same data into multiple places If a new order means updating a sales sheet, then manually typing it into an invoicing tool, then updating a separate inventory list, you're not managing a business anymore. You're managing spreadsheets. Every manual re-entry is a chance for a typo, a missed update, or a number that doesn't match somewhere else. An ERP fixes this by connecting these functions. A confirmed sale in a tool like Odoo CRM can automatically update inventory and trigger an invoice, with zero re-typing. 2. Nobody's sure which version of the file is correc...

Odoo Developer mode ( How to start debug mode in odoo ??)

Using Developer mode, you get more access and an extra right in Odoo ERP. This feature very useful for Developers. You can active this features using two method. Active through the settings. Click on Setting Menu -> Click on Active the Developer Mode. Note : Active the Developer mode with assets is used by developers. Activate the developer mode (with tests assets) is used by developers and testers.' Active through browser Url. Just add ?debug=1 or ?debug=true in browser url after web. Note : Developers: type ?debug=assets and activate the mode with assets You can also use Odoo Debug browser extension for active and deactive mode.