-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
[13.0][MIG] account_invoice_ubl #156
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@astirpe If I comment this line: pdf_content = invoice.embed_ubl_xml_in_pdf(pdf_content) |
0a1ca8e
to
e91b3e6
Compare
@astirpe Yes I can confirm it works now. |
e91b3e6
to
92f9f5d
Compare
Print numbers with the approriate number of digits in the XML
Add support for partner bank matching on invoice update (before, it was only supported on invoice creation)
Rename __openerp__.py to __manifest__.py and set installable to False
Also port all the modules that generate the XML documents: account_invoice_ubl, account_invoice_zugferd, purchase_order_ubl and sale_order_ubl
Rename account_invoice_import_zugferd to account_invoice_import_factur-x Add module to support py3o reporting engine:
Add active buttons on invoice import config
… module Fix spelling mistake and other remarks on README by Tarteo
Add ubl invoice generation option in accounting config page
…xist in v10) in account_invoice_factur-x and account_invoice_ubl
Add script mass_invoice_import.py Code cleanup
* sale_order_ubl + purchase_order_ubl: restore get_pdf() in tests using HttpCase * Restore get_pdf() in tests of account_invoice_factur-x and account_invoice_ubl modules * Update oca_dependencies.txt
… embedding in PDF between account_invoice_factur-x and account_invoice_ubl
Enable delivery block in UBL
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-12.0/edi-12.0-account_invoice_ubl Translate-URL: https://translation.odoo-community.org/projects/edi-12-0/edi-12-0-account_invoice_ubl/
Currently translated at 81.8% (9 of 11 strings) Translation: edi-12.0/edi-12.0-account_invoice_ubl Translate-URL: https://translation.odoo-community.org/projects/edi-12-0/edi-12-0-account_invoice_ubl/hr/
Currently translated at 90.9% (10 of 11 strings) Translation: edi-12.0/edi-12.0-account_invoice_ubl Translate-URL: https://translation.odoo-community.org/projects/edi-12-0/edi-12-0-account_invoice_ubl/hr/
92f9f5d
to
d780e40
Compare
This seems to have been sitting still with green lights for a while. @CasVissers do you know of any other maintainers of this repo who could take a look at this so it could be merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks
This PR has the |
I found 2 bugs in this PR:
|
Did you fix point 2 somewhere I can check? |
Depends on: