Skip to content

Instantly share code, notes, and snippets.

@jeroenev
jeroenev / csv2xml4odoo.py
Created July 27, 2022 15:21 — forked from piruin/csv2xml4odoo.py
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
@jeroenev
jeroenev / csv2xml4odoo.py
Last active September 1, 2020 01:11 — forked from bealdav/csv2xml4odoo.py
Odoo csv / xml converter for Odoo10+
# updated tags for odoo 10 and 11
# 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