-
-
Notifications
You must be signed in to change notification settings - Fork 306
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 #3269
[14.0][MIG] l10n_it_fatturapa_out_triple_discount #3269
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 01b67c2 - Browse repository at this point
Copy the full SHA 01b67c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df7fca - Browse repository at this point
Copy the full SHA 3df7fcaView commit details -
FIX l10n_it_fatturapa_out_triple_discount adapt to new set_sequences …
…API and to new file names
Configuration menu - View commit details
-
Copy full SHA for 4017fce - Browse repository at this point
Copy the full SHA 4017fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6c605 - Browse repository at this point
Copy the full SHA 9c6c605View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f0cb63c - Browse repository at this point
Copy the full SHA f0cb63cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 264f9b7 - Browse repository at this point
Copy the full SHA 264f9b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b76fae - Browse repository at this point
Copy the full SHA 5b76faeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b7b6c9 - Browse repository at this point
Copy the full SHA 3b7b6c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2278bbc - Browse repository at this point
Copy the full SHA 2278bbcView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 83fa79d - Browse repository at this point
Copy the full SHA 83fa79dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c640350 - Browse repository at this point
Copy the full SHA c640350View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c9bc3a - Browse repository at this point
Copy the full SHA 9c9bc3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e40600 - Browse repository at this point
Copy the full SHA 4e40600View commit details -
Configuration menu - View commit details
-
Copy full SHA for 686943b - Browse repository at this point
Copy the full SHA 686943bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 311e046 - Browse repository at this point
Copy the full SHA 311e046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b0ad1 - Browse repository at this point
Copy the full SHA 84b0ad1View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for f4aac77 - Browse repository at this point
Copy the full SHA f4aac77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 641d54b - Browse repository at this point
Copy the full SHA 641d54bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cf5ef3 - Browse repository at this point
Copy the full SHA 5cf5ef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbad815 - Browse repository at this point
Copy the full SHA dbad815View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87162f - Browse repository at this point
Copy the full SHA c87162fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c28ad6 - Browse repository at this point
Copy the full SHA 0c28ad6View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 28c7803 - Browse repository at this point
Copy the full SHA 28c7803View commit details -
Configuration menu - View commit details
-
Copy full SHA for c98e0d6 - Browse repository at this point
Copy the full SHA c98e0d6View commit details -
FIX l10n_it_fatturapa_out_triple_discount adapt to new set_sequences …
…API and to new file names
Configuration menu - View commit details
-
Copy full SHA for c039439 - Browse repository at this point
Copy the full SHA c039439View commit details -
Configuration menu - View commit details
-
Copy full SHA for a368830 - Browse repository at this point
Copy the full SHA a368830View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 95bdf14 - Browse repository at this point
Copy the full SHA 95bdf14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c98c27 - Browse repository at this point
Copy the full SHA 6c98c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e47b3e - Browse repository at this point
Copy the full SHA 5e47b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62820b8 - Browse repository at this point
Copy the full SHA 62820b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ebf35 - Browse repository at this point
Copy the full SHA 15ebf35View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5e98fc4 - Browse repository at this point
Copy the full SHA 5e98fc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4430fa9 - Browse repository at this point
Copy the full SHA 4430fa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3dc124 - Browse repository at this point
Copy the full SHA b3dc124View commit details -
Configuration menu - View commit details
-
Copy full SHA for da262c2 - Browse repository at this point
Copy the full SHA da262c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 523bba5 - Browse repository at this point
Copy the full SHA 523bba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbcd9c6 - Browse repository at this point
Copy the full SHA cbcd9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c55cf0 - Browse repository at this point
Copy the full SHA 0c55cf0View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 5885773 - Browse repository at this point
Copy the full SHA 5885773View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce1bfad - Browse repository at this point
Copy the full SHA ce1bfadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a877a7 - Browse repository at this point
Copy the full SHA 9a877a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 789b0cf - Browse repository at this point
Copy the full SHA 789b0cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb8b3bc - Browse repository at this point
Copy the full SHA bb8b3bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfbea25 - Browse repository at this point
Copy the full SHA cfbea25View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad9cd71 - Browse repository at this point
Copy the full SHA ad9cd71View commit details -
Merge branch '14.0' of https://github.com/odooNextev/l10n-italy into …
…14.0-mig-l10n_it_fatturapa_out_triple_discount
Configuration menu - View commit details
-
Copy full SHA for fd33ac8 - Browse repository at this point
Copy the full SHA fd33ac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b954f21 - Browse repository at this point
Copy the full SHA b954f21View commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15dca74 - Browse repository at this point
Copy the full SHA 15dca74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f2f72 - Browse repository at this point
Copy the full SHA 39f2f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15da6d5 - Browse repository at this point
Copy the full SHA 15da6d5View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9bf0eb7 - Browse repository at this point
Copy the full SHA 9bf0eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbdc4b3 - Browse repository at this point
Copy the full SHA cbdc4b3View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d5fa12f - Browse repository at this point
Copy the full SHA d5fa12fView commit details