tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

A repository with the code for the bases and solutions of the official Odoo tutorials

Results 248 tutorials issues
Sort by recently updated
recently updated
newest added

Created and configured the database for the Real Estate module, defining necessary fields such as property type, tags, buyer, salesperson, and offers. Implemented list, form, and search views with groupings,...

Initializes the basic structure for the real estate module. - Creates the module scaffolding (manifest, init, and base directories). - Defines the initial 'estate.property' model. - Adds base fields (columns)...