-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
[16.0][MIG] account_invoice_ubl #886
base: 16.0
Are you sure you want to change the base?
Conversation
8377e58
to
6e33437
Compare
74754e9
to
a22a4bc
Compare
fcbfb09
to
ff7c22b
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
@OCA/edi-maintainers Could you reopen this PR? |
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 (Code + functionnal)
@jbaudoux a little rebase seems to be required... |
847ded0
to
cf8e915
Compare
|
cf8e915
to
378e794
Compare
Print numbers with the approriate number of digits in the XML
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-14.0/edi-14.0-account_invoice_ubl Translate-URL: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-account_invoice_ubl/
Currently translated at 100.0% (13 of 13 strings) Translation: edi-14.0/edi-14.0-account_invoice_ubl Translate-URL: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-account_invoice_ubl/es/
* Fix unit price, declare discount (must be declared to prevent rounding issue) * Support non-VAT taxes: Declare non-VAT taxes as global extra charge Peppol does not allow to have multiple taxes declaration exempt of VAT. Regroup them in one declaration with the sum of the amounts.
A credit note must follow a dedicated schema
A credit note must not have a DueDate
Do not provide payment means & terms on a credit note
378e794
to
ca16013
Compare
The report_ref can be one of: - ir.actions.report id - ir.actions.report record - ir.model.data reference to ir.actions.report - ir.actions.report report_name Ensures to retrieve tne report name from a report_ref accordingly.
In case of tax exempt invoice where lines have a tax without repartition lines, declare tax based on the tax of the line
ca16013
to
75e5833
Compare
Depends on: