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

[14.0][MIG] l10n_it_fatturapa_out_triple_discount #3269

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    01b67c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3df7fca View commit details
    Browse the repository at this point in the history
  3. FIX l10n_it_fatturapa_out_triple_discount adapt to new set_sequences …

    …API and to new file names
    eLBati authored and GSLabIt committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    4017fce View commit details
    Browse the repository at this point in the history
  4. [ADD] icon.png

    OCA-git-bot authored and GSLabIt committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    9c6c605 View commit details
    Browse the repository at this point in the history
  5. 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
    sherpya authored and GSLabIt committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f0cb63c View commit details
    Browse the repository at this point in the history
  6. [UPD] README.rst

    OCA-git-bot authored and GSLabIt committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    264f9b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b76fae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b7b6c9 View commit details
    Browse the repository at this point in the history
  9. [UPD] README.rst

    OCA-git-bot authored and GSLabIt committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    2278bbc View commit details
    Browse the repository at this point in the history
  10. Use float_round from odoo because in python 3 "Exact halfway cases ar…

    …e now rounded to the nearest even result instead of away from zero".
    
    See https://docs.python.org/3/whatsnew/3.0.html#builtins
    
    Examples:
    
    >>> '%.2f' % 75.845
    '75.84'
    >>> '%.2f' % 75.855
    '75.86'
    >>> round(2.5)
    2
    >>> round(3.5)
    4
    eLBati authored and GSLabIt committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    83fa79d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c640350 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c9bc3a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4e40600 View commit details
    Browse the repository at this point in the history
  14. merge PR 1264 1717 1728 1737 1739

    Lara Baggio authored and GSLabIt committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    686943b View commit details
    Browse the repository at this point in the history
  15. FIX license LGPL-3 conflicts

    eLBati authored and GSLabIt committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    311e046 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    84b0ad1 View commit details
    Browse the repository at this point in the history
  17. [12.0][IMP] l10n_it_fatturapa_out and l10n_it_fatturapa_out_triple_di…

    …scount: modifica del type di Importo in ScontoMaggiorazioneType (OCA#1875)
    
    * [IMP] l10n_it_fatturapa_out: change precision_rounding of ScontoMaggiorazioneType according to e-invoicing specs 1.6
    
    * [IMP] l10n_it_fatturapa_out_triple_discount: change precision_rounding of ScontoMaggiorazioneType according to e-invoicing specs 1.6
    tafaRU authored and GSLabIt committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f4aac77 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    641d54b View commit details
    Browse the repository at this point in the history
  19. [FIX][l10n_it_fatturapa_out_triple_discount] change rounding to avoid…

    … discard
    @ authored and GSLabIt committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5cf5ef3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dbad815 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c87162f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0c28ad6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    28c7803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c98e0d6 View commit details
    Browse the repository at this point in the history
  3. FIX l10n_it_fatturapa_out_triple_discount adapt to new set_sequences …

    …API and to new file names
    eLBati authored and matteonext committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    c039439 View commit details
    Browse the repository at this point in the history
  4. [ADD] icon.png

    OCA-git-bot authored and matteonext committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    a368830 View commit details
    Browse the repository at this point in the history
  5. 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
    sherpya authored and matteonext committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    95bdf14 View commit details
    Browse the repository at this point in the history
  6. [UPD] README.rst

    OCA-git-bot authored and matteonext committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    6c98c27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e47b3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62820b8 View commit details
    Browse the repository at this point in the history
  9. [UPD] README.rst

    OCA-git-bot authored and matteonext committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    15ebf35 View commit details
    Browse the repository at this point in the history
  10. Use float_round from odoo because in python 3 "Exact halfway cases ar…

    …e now rounded to the nearest even result instead of away from zero".
    
    See https://docs.python.org/3/whatsnew/3.0.html#builtins
    
    Examples:
    
    >>> '%.2f' % 75.845
    '75.84'
    >>> '%.2f' % 75.855
    '75.86'
    >>> round(2.5)
    2
    >>> round(3.5)
    4
    eLBati authored and matteonext committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5e98fc4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4430fa9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b3dc124 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    da262c2 View commit details
    Browse the repository at this point in the history
  14. merge PR 1264 1717 1728 1737 1739

    Lara Baggio authored and matteonext committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    523bba5 View commit details
    Browse the repository at this point in the history
  15. FIX license LGPL-3 conflicts

    eLBati authored and matteonext committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    cbcd9c6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0c55cf0 View commit details
    Browse the repository at this point in the history
  17. [12.0][IMP] l10n_it_fatturapa_out and l10n_it_fatturapa_out_triple_di…

    …scount: modifica del type di Importo in ScontoMaggiorazioneType (OCA#1875)
    
    * [IMP] l10n_it_fatturapa_out: change precision_rounding of ScontoMaggiorazioneType according to e-invoicing specs 1.6
    
    * [IMP] l10n_it_fatturapa_out_triple_discount: change precision_rounding of ScontoMaggiorazioneType according to e-invoicing specs 1.6
    tafaRU authored and matteonext committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5885773 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ce1bfad View commit details
    Browse the repository at this point in the history
  19. [FIX][l10n_it_fatturapa_out_triple_discount] change rounding to avoid…

    … discard
    @ authored and matteonext committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9a877a7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    789b0cf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bb8b3bc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cfbea25 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ad9cd71 View commit details
    Browse the repository at this point in the history
  24. Merge branch '14.0' of https://github.com/odooNextev/l10n-italy into …

    …14.0-mig-l10n_it_fatturapa_out_triple_discount
    matteonext committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    fd33ac8 View commit details
    Browse the repository at this point in the history
  25. [IMP]Update repository

    matteonext committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b954f21 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    15dca74 View commit details
    Browse the repository at this point in the history
  2. [IMP]Fix requirements

    matteonext committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    39f2f72 View commit details
    Browse the repository at this point in the history
  3. [IMP]Fix tests

    matteonext committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    15da6d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. [IMP]test Requirements

    matteonext committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9bf0eb7 View commit details
    Browse the repository at this point in the history
  2. [IMP]Fix requirements

    matteonext committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cbdc4b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Empty commit

    matteonext committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d5fa12f View commit details
    Browse the repository at this point in the history