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

[MIG] l10n_it_fatturapa_out_triple_discount #3720

Open
wants to merge 15 commits into
base: 16.0
Choose a base branch
from

Commits on Aug 6, 2024

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

    …API and to new file names
    eLBati authored and SirAionTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a2e6b67 View commit details
    Browse the repository at this point in the history
  3. 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 SirAionTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    aa91bbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a8ca5e View commit details
    Browse the repository at this point in the history
  5. 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 SirAionTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    50db1c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b512658 View commit details
    Browse the repository at this point in the history
  7. merge PR 1264 1717 1728 1737 1739

    Lara Baggio authored and SirAionTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5f065e8 View commit details
    Browse the repository at this point in the history
  8. FIX license LGPL-3 conflicts

    eLBati authored and SirAionTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b881220 View commit details
    Browse the repository at this point in the history
  9. [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 SirAionTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bbe67cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    757d5f2 View commit details
    Browse the repository at this point in the history
  11. Manually fix manifest website key

    SirTakobi authored and SirAionTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f05556a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d5e74b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    84523d4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    965825f View commit details
    Browse the repository at this point in the history
  15. Updated from template

    SirAionTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    444e4e9 View commit details
    Browse the repository at this point in the history