- Mar 08, 2019
-
-
Christophe Simonis authored
Since 8da3750c, logger does not need to be muted anymore. This reverts commit f5889303. closes odoo/odoo#31720 Signed-off-by:
Christophe Simonis <chs@odoo.com>
-
Nicolas Lempereur authored
In saas-11.3 "Is a Landed Cost" (landed_cost_ok) was moved from the product accounting tab, to the inventory tab. The inventory tab is only shown for product not of type service, but the field should be shown when product is of type service, consu or product. With this changeset, "Is a Landed Cost" is displayed in the top and "Split Method" is hidden: to specify the split method, this needs to be done from products in Inventory > Configuration > Landed Cost Types, or by the list view of cost lines when creating a landed cost. opw-1949329 closes #31714 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
-
Swapnesh Shah authored
The button was referencing an image that no longer exists since 2015 closes odoo/odoo#29813 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Nicolas Lempereur authored
The filter parent_res_name was already in the original search view so the duplicated one was not needed and caused to have two times the filter in the search view with possible different behavior. opw-1949559 closes #31707 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
-
Damon Liu authored
closes odoo/odoo#31694 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Mar 07, 2019
-
-
Luis González authored
Commit 6af6da5c introduced a duplicated term to the file .pot, which causes the following error when trying to re-load translations: ``` ON CONFLICT DO UPDATE command cannot affect row a second time HINT: Ensure that no rows proposed for insertion within the same command have duplicate constrained values. ``` This commit removes on eof the duplicates, leaving only the valid one. ``` ``` closes odoo/odoo#31683 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Mar 08, 2019
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
Since 8da3750c, logger does not need to be muted anymore. This reverts commits c3764265 and 1693a27f.
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Jairo Llopis authored
Reverts 2b1d3ff8 introduced in 10.0 via It was relatively useful in Odoo 10.0 because in Python 2 the exception was missing a root cause traceback. But Python 3 includes exception chaining by default, so it comes for free. See [PEP3134](https://legacy.python.org/dev/peps/pep-3134/ ) On top of being redundant in P3, it can also break some testcases by causing an extra ERROR log entry, even when the final exception is expected and caught. So it's simpler to remove it. closes odoo/odoo#31699 Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
-
Romain Derie authored
Authorize.Net is phasing out the MD5 based hash use for transaction response verification in favor of the SHA-512 based hash utilizing a Signature Key. Instead of hashing with md5 the transaction key, it is now required to hash the signature key (binary format) with SHA-512. Support for MD5 will be dropped the 7th March 2019 for sandbox environment and the 28th March 2019 for production environment, initially planned for the 14th. Note that as of February 11, 2019 authorize removed the ability to configure or update MD5 Hash setting in the Merchant Interface. Merchants who had this setting configured have been emailed/contacted. opw-1943030 Usefull links: https://developer.authorize.net/support/hash_upgrade/ https://support.authorize.net/s/article/What-is-a-Signature-Key https://support.authorize.net/s/article/MD5-Hash-End-of-Life-Signature-Key-Replacement https://support.authorize.net/s/article/Do-I-need-to-upgrade-my-transaction-fingerprint-from-HMAC-MD5-to-HMAC-SHA512-and-how closes odoo/odoo#31642 Signed-off-by:
Romain Derie (rde) <rde@odoo.com>
-
- Mar 07, 2019
-
-
cristinamartinrod authored
The text was in a value tag, making it untranslatable Closes odoo/odoo#30774 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Pedro M. Baeza authored
Include cristinamartinrod in CLA of Tecnativa Needed for odoo/odoo#30774
-
Rémi Rahir authored
When creating a cart on the website, the website company was not considered which could end up with the selection of a fiscal position linked to a wrong company since the method is called in sudo. closes odoo/odoo#31673 Signed-off-by:
Rémi Rahir (rar) <rar@odoo.com>
-
Christophe Simonis authored
-
Martin Geubelle authored
This widget does not exist anymore since the merge between the all widgets (new view refactoring). closes odoo/odoo#31643 Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
-
Martin Geubelle authored
Before 11.0 the kanban view used to have its own widget registry. It is not the case anymore, but there are still leftovers from the past. For example, the widget `kanban_label_selection` is still used in many views, even though it is now called `label_selection`. As we are in a stable version, a fallback has been added for it in the field registry. Similar to odoo/odoo@5401c15 Closes odoo/odoo#30904 Closes odoo/odoo#25928
-
- Mar 06, 2019
-
-
Suganthi Karunanithi authored
To avoid exception: TypeError: Mixing apples and oranges: gamification.badge() - gamification.badge.user(1,) when rule_auth of a badge is set to `having`. opw-1945440 closes #31436 closes #31595 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
-
Julien (juc) Castiaux authored
Inline (base64) embedded images are not supported by most mail clients (gmail on top of them), this fix save those images as attachments and replace the src tag with the url of the generated image so the image correctly renders. opw-1929940 closes odoo/odoo#31532 Signed-off-by:
Julien Castiaux <Julien00859@users.noreply.github.com>
-
- Mar 05, 2019
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Jorge Pinna Puissant authored
Issue introduced in commit : 7c63f39db086f68fdce5b7d97bdcded74c125178 opw-1947735 closes odoo/odoo#31600 Signed-off-by:
Nans Lefebvre (len) <len@odoo.com>
-
Martin Trigaux authored
This commit introduced a regression in web_studio, discovered at opw-1947380 A fix in web_studio will be integrated too but the regression is the proof this commit should not have been integrated in 11.0. While the new behaviour introduced at d855e391 makes more sense, it is still a change of behaviour that should not target a stable version. For the problem raised at opw-1887162 that d855e391 was trying to fix, a workaround should be used instead. For instance, setting a widget='html_frame' allows to translate in the website editor that handles this correctly. In master, the new behaviour can be maintained and eventual regressions will be investigated there. closes odoo/odoo#31585 Signed-off-by:
"Martin Trigaux (mat)" <mat@odoo.com>
-
- Mar 04, 2019
-
-
qsm-odoo authored
Since https://github.com/odoo/odoo/commit/5a030db3eb77b6d80187f8ae1a64303b2f50391d the HTML editor displayed the translated versions of the templates it allows to customize. So if the user edited and saved such a template, the non-translated version was saved with translated-version content. The behavior before the mentioned commit was: 1) Load all views the HTML editor allows to edit 2) Each time a view is displayed, re-make a RPC to load the view again The mentioned commit made this simpler by making: 1) Load all views the HTML editor allows to edit 2) Each time a view is displayed, simply show the previously loaded view ... the problem was that the step (2) of the old behavior was explicitly saying (client-side) to load the view's untranslated content. This commit makes step (1) always load the untranslated versions of the views (server-side).
-
Lucas Perais (lpe) authored
Sources: https://www.service-public.fr/professionnels-entreprises/vosdroits/F23570 http://www.douane.gouv.fr/articles/a11024-tva-dans-les-dom This commit allows a Dom-Tom based company to export the FEC file out without needing to have a normalized French TVA set on the company OPW 1946623 closes odoo/odoo#31543 Signed-off-by:
"Lucas Perais (lpe)" <lpe@odoo.com>
-
Lucas Perais (lpe) authored
It seems that our beloved administration is not happy with the FEC file ending with an empty new line Hence, this commit makes the FEC file last line end without \r\n characters and there is no empty new line OPW 1943302
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Julien Legros authored
-
- Feb 28, 2019
-
-
Jorge Pinna Puissant authored
Before this commit, a pricelist discount based on the product qty could be created and the user may believe that it will work also for event tickets. Now: when configuring a pricelist discount based on the product qty a warning message is show to alert that this kind of discount don't work in event tickets. opw-1940368 closes odoo/odoo#31459 Signed-off-by:
"Lucas Perais (lpe)" <lpe@odoo.com>
-
Lucas Perais (lpe) authored
Have an account move which lines have all the same partner Have a bank statement, without a partner Enter the reconciliation widget for the bank statement All the lines appear Select one of the lines of the account move for the partner Before this commit, all other lines disappeared from the proposition including the ones for the partner selected This cas because when having set a partner on the widget, only receivables and payables accounts were searched for After this commit, all account move lines for the partner are searched for OPW 1942936 closes odoo/odoo#31488 Signed-off-by:
Lucas Perais (lpe) <lpe@odoo.com>
-
- Mar 08, 2019
-
-
Moises Lopez authored
Go to Menu / Accounting / Vendors / Bills Search a partner with too many opened invoices - E.g. 713 opened invoices (709 local currency, 4 foreign currency) Choose all them Press Open Action -> Register Payment Wait to open the view. Before this patch line_profile result Total time: 1141 s Line # Hits Time Per Hit % Time Line Contents ================================================================ 243 2922 1,139,417,018.0 389944.2 99.9 amount_total = sum([MAP_INVOICE_TYPE_PAYMENT_SIGN[i.type] * i.residual_signed for i in payment_invoices]) After this patch line_profile result Total time: 12 s Line # Hits Time Per Hit % Time Line Contents ================================================================ 243 2862 11,733,108.0 4099.6 98.1 invoice_datas = invoices.read_group([('id', 'in', invoices.ids)], ['currency_id', 'type', 'residual_signed'], ['currency_id', 'type'], lazy=False) It means 95x faster closes odoo/odoo#31313 Signed-off-by:
Nans Lefebvre (len) <len@odoo.com>
-
- Feb 27, 2019
-
-
Jorge Pinna Puissant authored
Have a product that is an event, with the price of 1500. Create a ticket for this product in an event, with the price of 600. In a SO, add a line with this ticket. Before this commit, when you change the product, to another product that is also an event, the event, the ticket and the price stayed the ones of the first product. Now, the event, the ticket and the price are updated when the product is modified. opw-1940368
-