You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UBL is another invoice standard, besides Factur-x and Zugferd. It's quite popular in the US and outside of Europe.
The specification (sample XML) can be found here for different versions. I'm not sure how different they are between 2.0 and 2.1. We should support both versions.
One problem is that there is no standardized filename, as with Factur-x and Zugferd. So we need a search algorithm that finds all XML files and looks for UBL version strings. This should happen AFTER searching for Factur-x and Zugferd filenames. An example implementation can be found here. Odoo already supports this format.
Required steps:
Any sample files available?
Add new XML flavor: entries in flavors.yml and required files.
It defines how the XML is referenced in the PDF. UBL won't have one, so one of the other XMPs needs to be reused with a changed attachment name. At least until an official standard is released.
UBL is another invoice standard, besides Factur-x and Zugferd. It's quite popular in the US and outside of Europe.
The specification (sample XML) can be found here for different versions. I'm not sure how different they are between 2.0 and 2.1. We should support both versions.
One problem is that there is no standardized filename, as with Factur-x and Zugferd. So we need a search algorithm that finds all XML files and looks for UBL version strings. This should happen AFTER searching for Factur-x and Zugferd filenames. An example implementation can be found here. Odoo already supports this format.
Required steps:
flavors.yml
and required files.The text was updated successfully, but these errors were encountered: