Asta Kasinskaite

Results 6 issues of Asta Kasinskaite

## Module mail_template_multi_attachment ## Describe the bug Generating a report in mail template, when using multi attachments functionality does not generate correct file name (should be translated to customer language...

bug
stale

migrate v16.0 to v17.0, with fix `reverse_revaluate_currency` wizard post. > File "/mnt/data/odoo-addons-dir/account_multicurrency_revaluation/wizard/wizard_reverse_currency_revaluation.py", line 77, in reverse_revaluate_currency entry.post() AttributeError: 'account.move' object has no attribute 'post'

partner context passed from view not always present. **Description** If sale order Pricelist type `partner`, `price_unit` of sale order line is calculated using partner context passed in the view (https://github.com/odoo/odoo/blob/17.0/addons/sale/views/sale_order_views.xml#L520-L526)....

enhancement
needs review

Setting secondary uom qty, triggers unnecessary calculation on lines, where secondary uom id is not set (used). **Description** Problem noticed with `sale_order_secondary_unit` module, `sale.order.line` which inherits `product_secondary_unit_mixin`. By creating sale...