-
-
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 #2760
[14.0][MIG] l10n_it_fatturapa_out_triple_discount #2760
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