Quoc Duong

Results 16 issues of Quoc Duong

The module has already supported to parse negative float in wamas to ubl [here](https://github.com/OCA/edi/blob/a61dbb6e951304538125ddabe3424766a187d692/base_wamas_ubl/lib/wamas/utils.py#L402) ``` >>> b = '-00000024000000000000000' >>> dp =15 >>> c = float(b[:-dp] + "." + b[-dp:])...

This PR takes over: - https://github.com/OCA/web/pull/2448

Depend on: - https://github.com/OCA/stock-logistics-barcode/pull/563 Now users can not create a new barcode including packaging on `General Information` tab because it will raise [this error](https://github.com/OCA/stock-logistics-barcode/blob/650e410f04e881bd506bc1940a699a25709eed98/product_packaging_multi_barcode/models/product_barcode.py#L35) (in PR above). So I remove...

approved
ready to merge

Depend on: - https://github.com/OCA/multi-company/pull/533 - https://github.com/OCA/multi-company/pull/602

approved

The issue: - https://github.com/shopinvader/odoo-shopinvader/issues/1538 Context: - `sale.order:_update_programs_and_rewards()` must be called at least once to create reward lines - In odoo native, it is done when clicking on button `PROMOTIONS` and...

approved
ready to merge

- This is a takeover of this PR: https://github.com/OCA/delivery-carrier/pull/663 - It includes the same commit, but renamed to respect conventions (no odoo version in commits title) - Also, it adds...

no stale