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 Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    f46b957 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 OCA-git-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1023bfa 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 OCA-git-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3c1c410 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c83511 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 OCA-git-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    acac57f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be05103 View commit details
    Browse the repository at this point in the history
  7. merge PR 1264 1717 1728 1737 1739

    Lara Baggio authored and OCA-git-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c19cde8 View commit details
    Browse the repository at this point in the history
  8. FIX license LGPL-3 conflicts

    eLBati authored and OCA-git-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    64c8c1b 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 OCA-git-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7179950 View commit details
    Browse the repository at this point in the history
  10. [FIX][l10n_it_fatturapa_out_triple_discount] change rounding to avoid…

    … discard
    @ authored and OCA-git-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ab8b85c View commit details
    Browse the repository at this point in the history
  11. Manually fix manifest website key

    SirTakobi authored and OCA-git-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cf1a842 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    81e2bbd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    adb38d5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8062081 View commit details
    Browse the repository at this point in the history
  15. Updated from template

    SirAionTech authored and OCA-git-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a6ea8d2 View commit details
    Browse the repository at this point in the history