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 #2760

Closed

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