- Jul 26, 2021
-
-
Xavier-Do authored
The license is missing in most enterprise manifest so the decision was taken to make it explicit in all cases. When not defined, a warning will be triggered starting from 14.0 when falling back on the default LGPL-3. closes odoo/odoo#74231 Related: odoo/enterprise#19850 Related: odoo/design-themes#43 Signed-off-by:
Xavier Dollé (xdo) <xdo@odoo.com>
-
- Aug 07, 2020
-
-
william authored
Task 2309613 We have a new hierarchy: * Accounting * [Generic, not changed] * Localization * Account Chart * Check * EDI * Point of Sale * Purchase * Reporting * Sale This helps in displaying only the chart of accounts when clicking on "Install more Packages" from the accounting settings in the Fiscal Localization section. We can also refine the search in the _auto_install_l10n post init hook of account. closes odoo/odoo#55384 Related: odoo/enterprise#12179 Related: odoo/upgrade#1568 Signed-off-by:
Cedric Snauwaert (csn) <csn@openerp.com>
-
- Mar 31, 2020
-
-
william authored
Task 2198388 When testing and demoing localization, it can but cumbersome to create a Company with the right credentials and install the chart of account on it. This commit aims to shorten the process. The first version only contains a valid vat (or similar) number, but we should add fields specific to localization in the future so that we have a working environment as soon as we install the localization. change manifest closes odoo/odoo#48102 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
- Mar 05, 2020
-
-
Yannick Tivisse authored
Purpose ======= The current kanban view is messy. It is difficult to identify which apps are installed or not. The user can completely miss a module that might have interested him. A search panel would make things way more readable. closes odoo/odoo#44401 Taskid: 2181557 Related: odoo/enterprise#8144 Related: odoo/upgrade#879 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
- Aug 14, 2019
-
-
Josse Colpaert authored
Before, we only had a public method that installed the CoA for the current active company. With the multi-company changes, it was not possible anymore to install a module with a demo company and then have the CoA installed in that demo company correctly. We changed that public method to be able to put an extra optional parameter and shortened its name to try_loading instead of try_loading_for_current_company. The method that it calls when there is no chart installed is made private and renamed to _load. closes odoo/odoo#35703 Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
-
- Aug 09, 2019
-
-
Joseph Caburnay authored
A new feature[*] in point_of_sale (PoS) which minimizes the creation of account.move records in closing a pos.session relies on a receivable account made specifically for PoS. This commit addresses this feature's requirement by adding a new receivable account to each localization. [*] point_of_sale: single AE for a pos.session TASK-ID: 1862388
-
- Aug 06, 2019
-
-
shreya thakrar authored
Remove states according to new address format No need to keep states that's why they have been remove. From Module: Belgium(l10n_be) Germany(l10n_de) Poland(l10n_pl) Purpose : ======== Uniformity for define all state in base. Specification : =========== Move states from localization to base module Localization modules: China(l10n_cn) Costa Rica(l10n_cr) Dominican Republic(l10n_do) Ethiopia(l10n_et) Ireland(l10n_ie) Netherlands(l10n_nl) Turky(l10n_tr) Vietnam(l10n_vn) Romania(l10n_ro) United Kingdom(l10n_uk) that it is not a problem to put all these states in base, because the current csv only takes 0.34 s to be loaded Related to task #1967713 Closes #32767 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
- May 10, 2019
-
-
Olivier Colson authored
- Add repartition lines on taxes - Link account tags directly to account.move.line; remove the tag_ids field from account.tag - Add a new report engine dedicated to tax reports, directly generating account tags. It is called as an alternate mode of generic tax report, with a dedicated "Use tax grids" toggle. >> The biggest change lies in the way the new tax report computes its values. Everything is now aggregated directly using the tags set on the account move lines. Thanks to that, modifying the configuration of a tax today will not impact the report for the previous periods anymore. This is a big improvement, as it means the report will keep on reflecting the values that were submitted to the state before, whatever the configuration change. - Add an audit char field to account.move.line telling with tax grids are impacted by the line, with the corresponding amount - Modify the behavior of cash basis taxes: the cash basis account is now used as the transition account, while the regular account given in tax declaration is used to store the final entry (it was the opposite before) - Modify every l10n_* module in order to keep them consistent with these changes closes odoo/odoo#32833 Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
-
- Feb 08, 2019
-
-
Hetashree Chauhan authored
data creation is faster when done through a CSV file compared to an XML file. Hence doing it through a CSV This commit is related to task_id : 1909961. closes odoo/odoo#28900
-
- Sep 25, 2018
-
-
Olivier Colson authored
Accounts of this type should not be reconcilable. When making payments, only the counterpart line should be, in some receivable or payable account.
-
- Sep 18, 2018
-
-
Martin Trigaux authored
Were no longer synchronized since 9.0 Commit 710f67ad mistakly reexported them too Remove the .pot, keep only a few one like it actually makes sesne to have translated content such as l10n_be_invoice_bba
-
Martin trigaux authored
To match new model_terms syntax
-
- Aug 16, 2018
-
-
Martin Trigaux authored
Regenerate all child translations based on the .pot Remove the terms that are either equal to the parent, either equal to the source term. Remove empty translation files
-
- May 23, 2018
-
-
Laurent Smet authored
This commit changes the mechanism to get the transfer account. As the bank/cash accounts, the transfer account is now created automatically based on a prefix. -task: https://www.odoo.com/web#id=35857&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720
-
- May 22, 2018
-
-
Randall Castro authored
[FIX] l10n_cr: adapt state code Change res.country.state code to follow ISO 3166-2:CR https://www.iso.org/obp/ui/#iso:code:3166:CR Backport asked at #24673
-
- May 07, 2018
-
-
Randall Castro authored
Change res.country.state code to follow ISO 3166-2:CR https://www.iso.org/obp/ui/#iso:code:3166:CR
-
- Feb 14, 2018
-
-
Odoo Translation Bot authored
-
- Jan 09, 2018
-
-
Laurent Smet authored
-
- Nov 07, 2017
-
-
Yannick Tivisse authored
-
- Sep 26, 2017
-
-
Odoo Translation Bot authored
-
- Sep 24, 2017
-
-
Odoo Translation Bot authored
-
- Aug 28, 2017
-
-
Mehul Patel authored
Each tax is linked to a tax group. Each tax group is display separately with the corresponding amount when the business reports (invoices/sale orders) are printed. NB: Because each tax is now linked to a tax group. Every localization have been updated according it. task: https://www.odoo.com/web#id=30501&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 PR: #16724
-
- Aug 04, 2017
-
-
Haresh Shyara authored
Seen that: - a unicity constraint on a translated field may lead to unexpected results - declaring records with xmlids of other modules (aka 'base') raises a warning - some titles may be translated and are highly local => we let people manage titles of their countries, even if it may lead to a few duplicates in case where more than 1 localization is installed
-
- Jul 01, 2017
-
-
Odoo Translation Bot authored
-
- Jun 26, 2017
-
-
David Arnold authored
Based on analysis https://gitlab.com/snippets/1665976 Closes #17815
-
- Apr 05, 2017
-
-
Lucas Perais (lpe) authored
The two modules should create/update their data (res.partner.title) as a shared resource -- in module base OPW 725362
-
- Mar 12, 2017
-
-
Odoo Translation Bot authored
-
- Mar 05, 2017
-
-
Odoo Translation Bot authored
-
- Feb 26, 2017
-
-
Odoo Translation Bot authored
-
- Feb 20, 2017
-
-
Jose Suniaga [Vauxoo] authored
When installing costa rican localization the partners titles has a wrong reference to base module that cause a warning messge in server log. In total the localization had 8 partners titles that not exists in base which was removed the reference and another 2 that exists in base but not had any difference. Courtesy of Vauxoo. Closes #15495
-
- Jan 29, 2017
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Jan 22, 2017
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Jan 03, 2017
-
-
Martin Trigaux authored
-
- Dec 05, 2016
-
-
Moises Lopez authored
- Previous information: - `es_MX` language is not published to [transifex](https://www.transifex.com/odoo/odoo-10/languages/) this is a official announce from thread [Regional languages and Spanish (Latin America) translations](https://www.odoo.com/es_ES/groups/community-translators-63/community-translators-20325962?mode=thread&date_begin=&date_end=) by @mart-e - Currently we have the files `es_MX.po` with terms translations outdated or wrong translation. - [Example wrong translation es_MX.po](https://github.com/odoo/odoo/blob/8de795291/addons/account/i18n/es_MX.po#L7788) should be [es.po correct translation](https://github.com/odoo/odoo/blob/8de795291/addons/account/i18n/es.po#L7975) - Now to change a `es_MX.po` a PR is required. - `es.po` terms translations and the most terms are fine for México too. (Not regional translation is required for most cases) Then our regional translation process should be: | step | If accepted | If not accepted | |------|-----|-------| | Create a proposal to original language `es.po` from transifex | good and finish! | Create a new PR to odoo/odoo adding just that special term to `es_MX.PO` | This PR reset the `es_MX.po` terms in order to fix many wrong terms using the good `es.po`. Closes #14555
-
- Dec 04, 2016
-
-
Odoo Translation Bot authored
-
- Nov 20, 2016
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Sep 07, 2016
-
-
Martin Trigaux authored
-