Wednesday, April 12, 2023
1 change · master
New functionality added to Odoo
This change adds a dedicated VAT date to accounting entries, helping businesses record the date used for VAT liability separately from the invoice date. It supports compliance needs in EU countries where VAT is often based on delivery or other legally defined dates.
Original PR description
Description of the issue/feature this PR addresses: Please take consider add new field for vat date. Its comming from VAT liability regulations in countries in EU. In most cases VAT date is defined as date of delivery. Please take a look in file with compare of legislation in countries of EU. You will see expected source of date and also source of legal path for it. https://docs.google.com/spreadsheets/d/1oXS4OXu7lJqiEhfld6vxNbzKPnMP5rS5/edit?usp=sharing&ouid=116659028662340341286&rtpof=true&sd=true This small change will make a big step ahead and simplify a lot in accounting. Thanks for support. Current behavior before PR: No vat_date field in account_move model Desired behavior after PR is merged: New vat_date field in account_move model should be present. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr