Akim Juillerat

Results 46 issues of Akim Juillerat

This module extends the point of sale functionalities to allow scanning a lot/serial number using a barcode reader instead of having to enter it manually.

Before this commit, amounts such as "10'000.00 CHF" were exceeding their columns width. Label column could be reduced as it's printed correctly over two different lines.

Depends on: - [x] #1050 TODO: - [x] Add more tests - [x] Add readme - [x] Run pre-commit - [x] Add test dependency

This module allows to define default receivable and payable accounts on payment mode to override the account selected on the customer when computing payment terms lines on invoices.

Supersedes: #75 (as author repository doesn't exist anymore)

I tried to use the mail_archives module on odoo v10, but there's a JS error appearing as soon as you click on archives : ``` TypeError: channel is undefined http://localhost:8069/mail/static/src/js/client_action.js:408...

This module adds a new "Advance Payment Method" to "Sales Advance Payment Invoice" wizard in order to split invoices and refunds, and not have any line with a negative quantity...

stale

Until now, the triple discount feature did use the standard Odoo field as the first discount field, adding only extra fields for the second and the third discount. This implied...

needs review