OCA / maintainer-tools

Odoo Maintainers Tools & conventions for OCA members which evaluate and maintain repositories.
GNU Affero General Public License v3.0
271 stars 454 forks source link

oca-gen-addon-readme: stop emitting an XML declaration #595

Closed sbidoul closed 8 months ago

sbidoul commented 9 months ago

Since https://github.com/odoo/odoo/commit/8d06889ec3b4f7234ebe9e8f524b286e5dcffa29, Odoo emits a warning if index.html contains an xml declaration.

We should update the generator to not emit it, and also probably to generate html5 instead of xhtml. To be investigated.

sbidoul commented 8 months ago

This was done in #596