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 48 tutorials issues
Sort by recently updated
recently updated
newest added

creating git pull from odoo

JS source awesome_gallery/static/src/gallery_arch_parser.js causes a stall. The import seems to be wrong (for Odoo 17.0-20240522 ) `> import { XMLParser } from "@web/core/utils/xml"; ` XMLParser does not exist! Possible solution:...

The gallery view tutorial initial manifest file is loading the views.xml file in the wrong section of the manifest ``` 'demo': [ 'views/views.xml', ], ``` Please fix for the `data`...