tutorials
tutorials copied to clipboard
A repository with the code for the bases and solutions of the official Odoo tutorials
Currently, the UI of the BoM Overview is not user-friendly So this module will make UI optimistic Also removed one column named 'availabilities' task-5091880
- Add new module to auto-assign the best supplier in stock reordering rules. - Use onchange on route_id to set supplier based on lowest price per normalized quantity. - Ensure...
Currently, in the `sale_management` module, when a global discount line is added and changes are made to order lines, such as altering the price, quantity, or product, the discount line...
Currently, Sales/Users can confirm quotations without any approval. This change introduces a new module "zero_stock_approval" which adds: - A boolean field "zero_stock_approval" on sales orders - A computed field "is_manager"...
-Introduced a new field is_warranty_available on product template to indicate whether a product is eligible for a warranty. -Added a Warranty Configuration model to define warranty products, duration, and pricing...
- Created an estate advertisement application in Odoo - Added access rights in ir.model.access.csv for estate.property - Created XML data files for actions and menus in the estate module -...
[ADD] Real Estate: Created the the new module Real Estate [ADD] Real Estate: Added the access right in Real Estate Module
Created module in tutorial repo. Added manifest file for module Added models folder Added views folder Added security Added different views like list and form Demonstrated One2many, Many2many and Many2one.