Sunday, April 14, 2024
3 changes · saas-17.2
Miscellaneous changes
An update made to the tremol device has changed the expected content of the price field. It now expects up to 15 characters in this position, with a maximum of 5 decimal places. At present we can send prices with a decimal position greater than 5, doing so will result in an error from the fiscal device. This commit adapts the content that gets serialised in order to ensure that the decimal provided is no longer than 5 decimal places. task-id: none Forward-Port-Of: odoo/odoo#161802 Forw
Original PR description
An update made to the tremol device has changed the expected content of the price field. It now expects up to 15 characters in this position, with a maximum of 5 decimal places. At present we can send prices with a decimal position greater than 5, doing so will result in an error from the fiscal device. This commit adapts the content that gets serialised in order to ensure that the decimal provided is no longer than 5 decimal places. task-id: none Forward-Port-Of: odoo/odoo#161802 Forward-Port-Of: odoo/odoo#161682
Steuernummer was being validated at tax report xml generation. The check was moved to the company form view. Moreover, the field was set visible in the company form view for multivat. It should be a constraint raising when trying to set the steuernummer to the company; there is no point in only checking it at XML generation. task-3809218 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#161423 Forward-Port-Of: odoo/od
Original PR description
Steuernummer was being validated at tax report xml generation. The check was moved to the company form view. Moreover, the field was set visible in the company form view for multivat. It should be a constraint raising when trying to set the steuernummer to the company; there is no point in only checking it at XML generation. task-3809218 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#161423 Forward-Port-Of: odoo/odoo#159057
Steuernummer was being validated at tax report xml generation. The check was moved to the company form view. It should be a constraint raising when trying to set the steuernummer to the company; there is no point in only checking it at XML generation. task-3809218 Forward-Port-Of: odoo/enterprise#60496 Forward-Port-Of: odoo/enterprise#59348
Original PR description
Steuernummer was being validated at tax report xml generation. The check was moved to the company form view. It should be a constraint raising when trying to set the steuernummer to the company; there is no point in only checking it at XML generation. task-3809218 Forward-Port-Of: odoo/enterprise#60496 Forward-Port-Of: odoo/enterprise#59348