OCA / odoo-pre-commit-hooks

Linters of Odoo addons that complement pylint-odoo
GNU Affero General Public License v3.0
10 stars 12 forks source link

[IMP] add xml-record-missing-id #84

Closed antonag32 closed 1 year ago

antonag32 commented 1 year ago

Closes #63.

This adds a new check for records that don't have an xmlid. It reuses the existing loop that goes over all records in the XML file to find records without an id.