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

[16.0][MIG] l10n_it_fatturapa_out_stamp #3179

Merged
merged 15 commits into from
Sep 7, 2023

Conversation

Borruso
Copy link
Contributor

@Borruso Borruso commented Feb 17, 2023

Migration l10n_it_fatturapa_out_stamp from 14.0 to 16.0

--
Confermo di aver firmato il CLA https://odoo-community.org/page/cla e di aver letto le linee guida su https://odoo-community.org/page/contributing

@Borruso Borruso mentioned this pull request Feb 17, 2023
79 tasks
@tafaRU
Copy link
Member

tafaRU commented Feb 20, 2023

/ocabot migration l10n_it_fatturapa_out_stamp

@OCA-git-bot OCA-git-bot added this to the 16.0 milestone Feb 20, 2023
Copy link
Contributor

@andreampiovesana andreampiovesana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Borruso Borruso force-pushed the 16.0-mig-l10n_it_fatturapa_out_stamp branch from 9cf1546 to 2e1cad7 Compare May 26, 2023 08:16
@tafaRU
Copy link
Member

tafaRU commented Jul 6, 2023

/ocabot rebase

@OCA-git-bot
Copy link
Contributor

Congratulations, PR rebased to 16.0.

@OCA-git-bot OCA-git-bot force-pushed the 16.0-mig-l10n_it_fatturapa_out_stamp branch from 2e1cad7 to ad63869 Compare July 6, 2023 08:24
Copy link
Contributor

@SirAionTech SirAionTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grazie della PR!
Potresti modificare la storia dei commit come indicato in https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests?

Copy link

@marcelofrare marcelofrare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM functional review

eLBati and others added 15 commits September 7, 2023 11:05
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
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
…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/
[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/
[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/
[UPD] Update l10n_it_fatturapa_out_stamp.pot

[UPD] README.rst
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/
@eLBati eLBati force-pushed the 16.0-mig-l10n_it_fatturapa_out_stamp branch from ad63869 to 5a6f43c Compare September 7, 2023 09:05
@eLBati
Copy link
Member

eLBati commented Sep 7, 2023

Grazie della PR! Potresti modificare la storia dei commit come indicato in https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests?

Fatto

@eLBati
Copy link
Member

eLBati commented Sep 7, 2023

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 16.0-ocabot-merge-pr-3179-by-eLBati-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 32c3ce4 into OCA:16.0 Sep 7, 2023
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at c746334. Thanks a lot for contributing to OCA. ❤️

@SirAionTech
Copy link
Contributor

Grazie della PR! Potresti modificare la storia dei commit come indicato in https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests?

Fatto

Ce ne sono ancora, tipo 355dfbb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.