Skip to content

Instantly share code, notes, and snippets.

View lcrea's full-sized avatar
👨‍💻
Trying to do my best

Luca Crea lcrea

👨‍💻
Trying to do my best
View GitHub Profile
@bealdav
bealdav / csv2xml4odoo.py
Last active February 20, 2023 16:02
Odoo csv / xml converter
# -*- coding: utf-8 -*-
# based on this code
# http://code.activestate.com/recipes/577423-convert-csv-to-xml/
# convert Odoo csv files in xml files
# csv is easy to maintain but xml data have noupdate feature
# Limitations:
# - relation field One2many is NOT supported
# - csv should have 'id' as first column