Alexis de Lattre

Results 93 issues of Alexis de Lattre

The module account_analytic_no_lines has been merged in v10 and v14. Ports exists for 11/12/13, but were not merged. To avoid trouble for those who have run the module in 11/12/13,...

Thanks for this great tool ! It works well, but I have one problem, to use your lib in real-life PO files from Odoo/OCA modules. My PO file contains: ```...

enhancement

So far, the module only supported LCR directes. This commit adds support for LCR acceptées and billets à ordres.

fix empty file error fix get version for PyMuPDF improvements : use with statement for NamedTemporaryFile() add try/except for pypdf

Add support for discount on lines in the multi-line create scenario

Remove placeholder='Fax ...' on partner form view Add fax as optional="hide" in partner tree view Add unaccent=False on fax field definition, as for mobile and phone in v16 On partner...

If default_name is set in context just to have a default label on the account.invoice.import.download, it will also be used if do a manual run right after, so you will...

It's not a good idea to have a read/write/create/unlink ACL on account.move and account.move.line to donation user => we remove that and add sudo() when needed.

base_delivery_carrier_label adds a weight field on stock.move.line (https://github.com/OCA/delivery-carrier/blob/14.0/base_delivery_carrier_label/models/stock_move_line.py#L15), but it's doesn't show it in the view! This PR adds the field in the tree and form view of stock.move.line. With...