- May 30, 2017
-
-
Juan Pablo Arias authored
update ofxparse to 0.16: fix language issues closes #15713
-
Florent de Labarre authored
-
Alexis de Lattre authored
With this, when you import a bank statement that contains lines that had already been imported, the start balance of the statement is automatically recomputed. Courtesy of Alexis de Lattre (Akretion). Was PR #16144
-
Thibault Delavallée authored
Authorship should go to https://github.com/joray . However as he did not sign the CLA and does not seem very active the patch is applied to benefit from the improvement. Closes #16294 .
-
Torvald B. Bringsvor authored
Description of the issue/feature this PR addresses: The Tax ID field is validating NOxxxxxxxxx as format, but the format is actually NOxxxxxxxxxMVA if you are in the VAT registrty. Current behavior before PR: Valid tax numbers for Norway are rejected. Desired behavior after PR is merged: The format NOxxxxxxxxxMVA is accepted, along with the old behaviour of NOxxxxxxxxx.
-
Nicolas Martinelli authored
The state is not transferred in the address details to Paypal. opw-745374
-
Oraldo Jacinto Simón authored
Should any third-party addon uses the context to somehow change the behavior of mail.mail ``send()``, we should keep the context. Closes #16835 .
-
Manuel Vázquez Acosta authored
Coming from #16835
-
Lucas Perais authored
Especially if no COA has been installed AND some accounts have been created OPW 740947
-
Yannick Tivisse authored
Partly revert #17251 to stick with #15166
-
Yenthe V.G authored
Closes #17283
-
Stéphane Bidoul authored
Closes #17274 Without this, the Configuration > Accounting > Journals shows the Bank Journals view. And the type column is missing. This align with what is done for the form view.
-
Nicolas Martinelli authored
Introduced incorrectly in account by 4cbbbadd
-
Nicolas Martinelli authored
Based on work by @wtaferner
-
Carlos Lopez authored
For historical reasons, when the pivot view was rewritten, we lost the ability to understand the measure and col_group_by keys from the context. It was actually a deliberate decision, because we decided that it was not possible to properly handle the colgroupbys in the search views, so we replaced that mechanism with pivot_col_group_by and pivot_measures keys exported by the view, when necessary. Sadly, we did not properly remove the outdated keys from the xml files. So, with this commit, we reintroduce those special keys, because 10.0 is a stable version. Note that this will be removed in master. (PR 17119)
-
- May 29, 2017
-
-
David Tran authored
Closes #16801 When a warning is set on partner profile, _onchange_partner_id method in the invoice returned the message before assigning account_id, payment_term_id, fiscal_position_id. hence, those fields come with empty value.
-
tarteo authored
Board module allows to add favorites to my dashboard. This is an option added by the board module under Favorites menu item of search view. However its margin is incorrect and displays badly compared to other options in search view.
-
OstapYakovenko authored
Closes #17265
-
Yenthe V.G authored
And specify which group is incorrect Closes #17275
-
Yenthe V.G authored
Closes #17277
-
Ruchir Shukla authored
Closes 16971 If the record with id `res_id` on the model `res_model` doesn't exists anymore, do not call name_get method on it in the method `_compute_res_name`. That could lead to tracebacks or inconsistencies.
-
Yenthe V.G authored
Made the error message more understandable Closes #17276
-
Thibault Delavallée authored
Fixes #16222
-
Yannick Tivisse authored
Currently the variants are ordered by the attribute value in the name_get. That way, all the attributes aren't displayed in the same order. Ordering by the variant attribute name will solve this issue. Closes https://github.com/odoo/odoo/pull/17034
-
Lucas Perais (lpe) authored
OPW 744362 GH-17102 Closes #17178
-
Martin Trigaux authored
Instead of hardcoded YYYY-MM-DD t-options was introduced in 10.0 Fixes #12341
-
Jerther authored
group_create, group_delete and group_edit were missing Closes #17218
-
Uku Lagle authored
It should not be possible via /shop/change_pricelist/<pl_id> to change to a pricelist that is not marked as selectable. is_pricelist_available method should do that, but is not, because it calls get_pricelist_available with show_visible=True, instead of show_visible=False :param bool show_visible: if True, we don't display pricelist where selectable is False (Eg: Code promo) Closes #17220
-
Germana Oliveira authored
Done at #17200
-
Yenthe V.G authored
Closes #17261
-
Yannick Tivisse authored
This field is used with the multilang module. As only one language is spoken in Dominican Republic, this definition is useless and furthermore it raises a warning in the logs.
-
gustavovalverde authored
When changing the 18 tax by the communication group, the 18 tax has to remain
-
gustavovalverde authored
Description of the issue/feature this PR addresses: The Chart of Accounts was missing accounts needed for correct inventory valuation using perpertual method, and also a seggregation for payroll accounts, to differ employee retentions from company contributions. Current behavior before PR: Wrong accounts used for perpetual inventory valuation Payroll accounts not showing difference between employee retentions and company contributions Regulatory reports are hard to make without the right accounts tag Desired behavior after PR is merged: The correct accounts are now created and assigned for inventory valuation. And payroll accounts are correctly segregated for the payroll rules coming in the next PR. The accounts will also have their corresponding tags for having regulatory reports based on the "control account" for hierarchy, which was removed in v8. This changes are also needed for a WIP of a PR coming to the Enterprise repository, for building legal reports based on account and tax tags.
-
Jesus Zapata authored
Closes #17237
-
Yenthe V.G authored
Closes https://github.com/odoo/odoo/pull/17254/files
-
Richard Mathot authored
(was working in Odoo 9.0)
-
Martin Trigaux authored
Courtesy of Yenthe
-
Yenthe V.G authored
Closes #17257
-
Josean authored
Closes https://github.com/odoo/odoo/pull/17251
-