tutorials
tutorials copied to clipboard
A repository with the code for the bases and solutions of the official Odoo tutorials
creating git pull from odoo
training
training
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`...