David Ramia
David Ramia
I was just seeing some performance problems when confirming or creating invoices with many lines (500). I know it is not very common, but in this case we need to...
I'll try it, I hadn't seen it since the title is not well written... [16.0][FIX] **account_invoice _riple_discount**: Fix tax recompute on closed fiscal year
I don't know if you have already seen this, but when an invoice is created from a sales order the discount1 field is not filled with the discount field of...
I think this should be added: ``` @api.model_create_multi def create(self, vals_list): for vals in vals_list: if vals.get("discount") and not any(vals.get(field) for field in self._get_multiple_discount_field_names()): vals["discount1"] = vals.pop("discount") return super().create(vals_list) ```...
If you create an invoice from a purchase order (with three discounts) the invoice is created with the three discounts added in the discount1 field. The problem seems to occur...
Yes, install purchase_triple_discount, create purchase order with three discounts, then create invoice from purchase order and discount in invoice its not correct
@legalsylvain I'm waiting for the PR to be done
Hi, @ivilata this module causes problems with tests in other modules, but I don't really think they affect its functionality outside of the test: `account_invoice_pricelist`: In this case, I can...
working on `account_due_list` #765
@pedrobaeza Why don't all the terms to translate appear on weblate? In the .pot file they do appear, but in the .po of the languages, there are many that do...