-
-
Notifications
You must be signed in to change notification settings - Fork 163
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] [ADD] l10n_ch_qr_bill_scan #553
base: 13.0
Are you sure you want to change the base?
Conversation
3fad455
to
c0c9f7b
Compare
67400a1
to
c255782
Compare
6b56531
to
6d55a1e
Compare
A new module to scan QR-bill or to import PDF files
6be66c3
to
d926f16
Compare
d926f16
to
9806df5
Compare
def test_scan_QR_swico(self): | ||
self.assertTrue(False) | ||
|
||
def test_scan_QR_wrong_swico(self): | ||
self.assertTrue(False) |
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.
🤨 ❓
…ound but cant be readable
[13.0] [IMP] [ADD] l10n ch qr bill scan: add exception if qr found but cant be readable
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.
Tested and working as expected
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. |
@yvaucher Can you force push/rebase to retrigger runbot creation? |
What's the status of this project? I think we should consider either make the last steps for merging or close this pull request. Thanks. |
@yvaucher Can you check my last comment? I think there are also other PR for migration, it would be good if this module exists officialy in the branches. |
A new module to scan QR-bill or to import PDF files
This module is based on
account_invoice_import
available here:OCA/edi#213
TODO:
read QR from PNGcanceled, due to the swiss cross it is complicated to read any size QR-Codesupplier_rank
field, it can only matches a supplier if this partner had already one Vendor bill posted.I extended the wizard to be able to set the partner to solve this issue.