Daily updates from Odoo
Sunday, November 24, 2024
1 change
Resolved issues and error corrections
This update fixes several usability issues in the Indonesian e-Faktur module, including better placement and visibility of tax transaction details, corrected CSV export address data, and automatic invoice updates when customer tax codes are added later. It also prevents users from getting stuck by allowing the tax transaction code to be edited until it is used to generate a tax number.
Original PR description
Fixes a few issues with the module in order to improve its usability. * Move the tax transaction code and the range from the main page to the other info page. * Tax transaction code will now be visible even when no taxes are set on the invoice. * Fixes an issue where the customer name would appear in the address column in the csv export. * Handle cases where the code is set on the partner after the creation of an invoice. It will now be automatically set on the invoice upon posting. * Make the tax transaction code field editable as long as it has not yet been used to compute a tax number. This will avoid getting stuck in the event of a posted invoice without tax code and number. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr