Skip to content

akretion/csv2xml4odoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

csv2xml4odoo

Odoo csv / xml converter

Usage: c2x [OPTIONS] [FILE]

  Csv is easy to maintain but xml data
  have 'noupdate', search features
  and is more friendly with import exception
  
  Then this lib convert Odoo csv files in xml files.

  Limitations:

  - relation field One2many is NOT SUPPORTED

  - ambiguous columns: char type but contains float string, should have
  special suffix on column name '|char'

  - relationnal fields notation in csv should be: myfield_id/id for m2o or
  myfield_ids/id for m2m

Options:
  -u, --update TEXT  Set 'noupdate' attribute to 0 instead of 1
  --help             Show this message and exit.

Installation

  • git clone the repository

  • pip install -e . --user

Releases

No releases published

Packages

No packages published

Languages