Scaffolding is the way of building a skeleton structure for a module in Odoo. Using Odoo scaffolding we can create the module structure automatically. It saves much of our effort in creating a module manually. In this blog let us see how to use scaffolding in Odoo development. In usual cases, a module is a […]
In every business, there is some time taken by for the processing of orders for products that are manufactured or extracted in order only. This delay in time is caused due to the fact that the products may get degraded, or the product cost is much higher than if they are stocked up before order […]
When a company offers a lower price, the consumer gets a higher value benefit from the purchase. Usually, brand sellers use sales marketing services to attract business from price-conscious buyers. Thus they put forward some sales promotional programs. These sales promotion programs are like short term incentives. It drives the customer towards the company’s products […]
Odoo depends on various python packages. To run odoo in a server, it must satisfy with some of the required python packages. And here we are going to discuss some of the python packages require for odoo 13. These packages and the versions are listed in a file called requirement.txt in the odoo directory. In […]
Managing the inventory by removing the respective products if there is a demand for products should be planned and executed in a business operation. Moreover, the inventory should have a proper arrangement with the proper lot numbers and indicators to depict the product and a lot of information. Systematic management of removal of products on […]
A company can have multiple warehouses. The products from one warehouse can be resupplied from another one. Odoo facilitates with an option to resupply goods and raw materials from other warehouses. This will be done when goods are not available in one warehouse. This process is pretty easy with the odoo inventory module. Some configuration […]
The customers are always interested in purchasing goods when they get the product at a reduced rate. The availability of good quality products with promotional offers always attracts buyers. That is the reason why many of the business firms focus on promotional programs to attract buyers. Such initiatives are expected to lure many customers, especially […]
Odoo helps you to set constraints to variants which we can perform using python and model constraints. In odoo python constraints are specified along with methods. This blog will provide an insight on python and model constraints in Odoo 13. In python, constraints are defined along with a method decorated with constraints() Suppose I need […]
Product movement is an aspect of company operation which would have precise planning and effective operational rules to manage a reliable system. The inventory aspects of a company can be functioning in various methodologies and additionally have multiple warehouse locations which would add up to the difficulty in operations. The need for efficient management software […]
Every business, especially manufacturing and sales requires a storage space to store raw materials and products. The warehouse is the storage space used by the business venture to manage all their products and components. A business can either have a single warehouse or can have multiple warehouses. Multiple warehouse support helps a business store goods […]