vava-odoo

Results 8 issues of vava-odoo

The confirmation message for the sale order appeared twice in the chatter: first with the confirmation and second with the posted payment. The second message is now rephrased in order...

RD

Since the generated payment link is not editable, it is hidden behind the wizard copy button. The CopyClipboardField has a new attribute to add the possibility to hide the field...

RD

The lists of supported currencies by payment provider are hard-coded in the Python scripts, which makes them unavailable to the users. With this commit, the implemented initial lists of supported...

RD

The lists of supported currencies by payment provider are hard-coded in the Python scripts, which makes them unavailable to the users. With this commit, the implemented initial lists of supported...

Add extra fees for payment providers Task-2854143

Steps to reproduce: * Create a new `sale.order` * Add an `event.ticket` in a `sale.order.line` * Change to a pricelist with another currency and click on `Update Prices` * The...

OE

Before this commit, translations in data modules were not taken into account as there were not extracted nor loaded. This commit adds the possibility to add a i18n folder that...

RD

In `_onchange_group_sale_pricelist`, we check that there is no active pricelist, otherwise we raise a warning. This commit limits the search to one occurence, as it is not necessary to search...

RD