Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[10.0] l10n_it_fatturapa: xml doctor for fatturapa #1218

Merged
merged 1 commit into from May 23, 2019
Merged

[10.0] l10n_it_fatturapa: xml doctor for fatturapa #1218

merged 1 commit into from May 23, 2019

Commits on May 22, 2019

  1. l10n_it_fatturapa: xml doctor for fatturapa

    it fixes:
     - removes xs:dateTime if bogus and not mandatory
       i.e. 0001-01-01T00:00:00.000+02:00 where python raises
       OverflowError
     - removes timezone from xs:date to make pyxb able to compare with
       1-1-1970, it also removes the need of patching pyxb
     - removes space only strings if not mandatory, else replace with
       a dash
    
    breaking change:
      modules needs to import binding.fatturapa instead of
      bindings.fatturapa_v_1_2, this would be asl useful for
      new specs
    Gianluigi Tiesi committed May 22, 2019
    Configuration menu
    Copy the full SHA
    9b9cee7 View commit details
    Browse the repository at this point in the history