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_stamp -> l10n_it_edi_stamp: Migrazione a 18.0 #4371

Commits on Sep 12, 2024

  1. ADD l10n_it_fatturapa_out_stamp

    eLBati authored and SirAionTech committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    113331c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3523a9e View commit details
    Browse the repository at this point in the history
  3. [FIX] l10n_it_fatturapa_out_stamp: Bollo precision must be 2 (OCA#774) (

    OCA#779)
    
    [UPD] Update l10n_it_fatturapa_out_stamp.pot
    
    Update translation files
    
    Updated by Update PO files to match POT (msgmerge) hook in Weblate.
    
    [ADD] icon.png
    SimoRubi authored and SirAionTech committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0bf278f View commit details
    Browse the repository at this point in the history
  4. 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 Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d098d33 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
    
    [UPD] Update l10n_it_fatturapa_out_stamp.pot
    
    l10n_it_fatturapa_out_stamp 12.0.1.0.3
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_out_stamp
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_out_stamp/
    eLBati authored and SirAionTech committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4f1dc71 View commit details
    Browse the repository at this point in the history
  6. merge PR 1264 1717 1728 1737 1739

    Lara Baggio authored and SirAionTech committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8cfaa8d View commit details
    Browse the repository at this point in the history
  7. FIX license compatibility

    [UPD] Update l10n_it_fatturapa_out_stamp.pot
    
    [UPD] README.rst
    
    l10n_it_fatturapa_out_stamp 12.0.1.0.5
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_out_stamp
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_out_stamp/
    eLBati authored and SirAionTech committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9c3f33a View commit details
    Browse the repository at this point in the history
  8. [12.0][IMP] importo bollo non più obbligatorio e-invoice 1.6 (OCA#1866)

    [UPD] Update l10n_it_fatturapa_out_stamp.pot
    
    [UPD] README.rst
    
    l10n_it_fatturapa_out_stamp 12.0.2.0.0
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_out_stamp
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_out_stamp/
    sergiocorato authored and SirAionTech committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    567233b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9946c24 View commit details
    Browse the repository at this point in the history
  10. [MIG] l10n_it_fatturapa_out_stamp: Migration to 14.0

    [UPD] Update l10n_it_fatturapa_out_stamp.pot
    
    [UPD] README.rst
    Borruso authored and SirAionTech committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1732778 View commit details
    Browse the repository at this point in the history
  11. Translated using Weblate (Italian)

    Currently translated at 100.0% (1 of 1 strings)
    
    Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_fatturapa_out_stamp
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_fatturapa_out_stamp/it/
    francesco-ooops authored and SirAionTech committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e440564 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    512b0f0 View commit details
    Browse the repository at this point in the history
  13. Updated from template

    SirAionTech committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    94a54f5 View commit details
    Browse the repository at this point in the history
  14. Updated from template

    SirAionTech committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a83d994 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d9cdc27 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cd80c9a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0f92139 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    012bf94 View commit details
    Browse the repository at this point in the history