- 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 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>
-
- Sep 10, 2019
-
-
RomainLibert authored
Some l10n were creating a specific account type for the off balance accounts, there is now a new account type defined for thsi in the account module closes odoo/odoo#36432 Signed-off-by:
Josse Colpaert <jco@openerp.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
-
- 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 28, 2019
-
-
gustavovalverde authored
Include commit 572d628 again, as it was lost with a forward port. closes odoo/odoo#31479
-
- 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
-
- Aug 06, 2018
-
-
Fabien Pinckaers authored
-
- Jul 24, 2018
-
-
Martin Trigaux authored
Courtesy of Juan José Scarafía, ADHOC The quality of the Spanish (Argentina) translations is very poor. Remove them all and will start from scratch, translating only when needed.
-
- 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
-
- Dec 19, 2017
-
-
Martin Trigaux authored
The regional variations are not published on Transifex and hsould be translated manually. The translations are mainly from previous versions or contains buggy fuzzy translations (not matching the real source string). Clean based on the .pot and delete the empty files Fixes #21733
-
- Nov 07, 2017
-
-
Yannick Tivisse 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 14, 2017
-
-
ODOO authored
Dominican team is focused on Transifex traductions using es.po, as es_DO.po has a lot of issues in the website and reviewed strings with wrong wording and mixing english and spanish. From now on Dominican Republic will inherit es.po and just make specific changes on github just in the needed words or setences that change base on region. Closes #18834
-
- Jun 26, 2017
-
-
David Arnold authored
Based on analysis https://gitlab.com/snippets/1665976 Closes #17815
-
- Mar 12, 2017
-
-
Odoo Translation Bot authored
-
- Jan 29, 2017
-
-
Odoo Translation Bot authored
-
- Jan 06, 2017
-
-
Martin Trigaux authored
Previous commit was cleaning the orphan and fuzzy translations of all main translations. This commit does the same for all regional languages (that are not on Transifex). To keep these files small, keep only the translated strings. Fixes #14937
-
- 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 01, 2016
-
-
Martin Trigaux authored
-
Martin Trigaux authored
-
- Nov 20, 2016
-
-
Odoo Translation Bot authored
-
- Nov 18, 2016
-
-
Odoo Translation Bot authored
The translations have been removed but was not fetch due to --minimum-perc argument
-
- Sep 07, 2016
-
-
Martin Trigaux authored
-
Martin Trigaux authored
Without fuzzy-matching that is too flexible and error prone. Was matching on wrong source and got translation without '%s'
-
- Sep 06, 2016
-
-
Martin Trigaux authored
Without fuzzy-matching that is too flexible and error prone. Was matching on wrong source and got translation without '%s'
-
- Sep 05, 2016
-
-
Olivier Dony authored
-
- Aug 29, 2016
-
-
Martin Trigaux authored
using the --uses-first parameter on msgmerge this time
-
Odoo Translation Bot authored
-
- Aug 26, 2016
-
-
Martin Trigaux authored
using the --uses-first parameter on msgmerge this time
-
- Aug 22, 2016
-
-
Martin Trigaux authored
1. export saas-12 sources terms into .pot files 2. msgcat odoo-9 .po & odoo-master .po into saas-12 .po files 3. msgmerge saas-12 .po with saas-12 .pot files to keep relevant terms
-
- Aug 21, 2016
-
-
Odoo Translation Bot authored
-
- Aug 19, 2016
-
-
Martin Trigaux authored
1. export saas-11 sources terms into .pot files 2. msgcat odoo-9 .po & odoo-master .po into saas-11 .po files 3. msgmerge saas-11 .po with saas-11 .pot files to keep relevant terms
-
- Aug 18, 2016
-
-
Martin Trigaux authored
1. export saas-10 sources terms into .pot files 2. msgcat odoo-9 .po & odoo-master .po into saas-10 .po files 3. msgmerge saas-10 .po with saas-10 .pot files to keep relevant terms
-