- Aug 21, 2023
-
-
Brice bib Bartoletti authored
1) The aim of this commit is to make the tax template more consistent with the instanciated tax. Indeed a tax wouldn't pass the constrains if it hadn't all its repartition line. 2) Make the refund consistent with the rest of the taxes. closes odoo/odoo#130706 Task-id: None Signed-off-by:
Florian Gilbert (flg) <flg@odoo.com>
-
- Nov 19, 2021
-
-
Wolfgang Taferner authored
Cash flow tags were supplemented and useless and empty tax_ids removed. Additionally account 7990 had a wrongly tag which was corrected. closes odoo/odoo#80083 X-original-commit: 9de58fc6 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
- Nov 08, 2021
-
-
Wolfgang Taferner authored
As it was confusing to have some autogenerated sum on the parent model we show the proper tax value of the report + add missing report line to related taxes closes odoo/odoo#79419 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
- 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>
-
- May 11, 2020
-
-
Wolfgang Taferner authored
Address format and vat label are not properly set for Austria and country states are missing for localized needs. closes odoo/odoo#51038 X-original-commit: 5f05e2f8 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- May 01, 2020
-
-
Pratima Gupta authored
instead, try_loading used directly. closes odoo/odoo#50382 Task: 2239900 Closes: #50382 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>
-
- Jan 22, 2020
-
-
wan authored
Task 2092079 Accounting firms that want to give access to their customers avoiding mistakes and risks will love this profile that can't do anything wrong... Maybe as well as companies auditors..? closes odoo/odoo#39860 Related: odoo/enterprise#6576 Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
-
- Nov 29, 2019
-
-
oco-odoo authored
- Introduce a new account.tax.report object > Tax report lines now refer to a tax report, and the tax report to a country - Tax report lines can share tags accross reports within the same country > To support the cases where some report is a simplified version of another one: some of its lines can be computed in the same way as the 'bigger' report. > This is done by giving the same tag_name to the tax report lines, and the same country_id to their parent report. > Full support for tag name modification, and the way it impacts the shared tags (sometimes, we can overwrite them all, sometimes we must delete them, sometimes, we create new tags to replace them on some report lines). - Support copying tax report (and the lines/tags linked to it), so that it is possible to duplicate them and change the country set on the duplicate for use in another country (coopying is way better as replacing in place, as we don't keep any link to an xmlid, and still allow using the original report in the original country it was created for). - Make all l10n* modules compatible with those changes closes odoo/odoo#38964 Related: odoo/enterprise#6217 Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com>
-
- Oct 01, 2019
-
-
Christophe Simonis authored
closes odoo/odoo#37732 Signed-off-by:
Christophe Simonis <chs@odoo.com>
-
- Sep 16, 2019
-
-
Martin Trigaux authored
Courtesy of translators closes odoo/odoo#36953 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Aug 19, 2019
-
-
Wolfgang Taferner authored
As the available Austrian Localization was very basic and migrated for years without any contribution or consolidation, a complete refactoring was contributed by WT-IO-IT GmbH to move forward. closes odoo/odoo#35642 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
-
- Aug 03, 2019
-
-
Olivier Colson authored
[IMP] l10n_*: don't define accounts or tags on tax repartition line templates anymore for 0% taxes [FIX] account: remove old function used to migrate the former tax model, incompatible with the new one
-
- Jul 12, 2019
-
-
Olivier Colson authored
There was an error in this tax's repartition. A tag was wrongly added to its base. closes odoo/odoo#34245 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
Olivier Colson authored
-
- 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
-
- 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.
-
- Jun 01, 2018
-
-
Odoo Translation Bot authored
-
- 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
-
- Feb 14, 2018
-
-
Odoo Translation Bot authored
-
- Jan 01, 2018
-
-
Odoo Translation Bot authored
-
- 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 20, 2017
-
-
Odoo Translation Bot authored
-
- 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
-
- Jul 27, 2017
-
-
Dhaval Panchal authored
Purpose ======= Accounting reports are quite confusing for an accountant as the menuitems doesn't to have a clear structure. Specifications ============== Move all the localizations menuitems to the first position under `Reporting` Put the `US GAAP` report menuitem items under the localizations and rename it accordingly
-
- Jul 26, 2017
-
-
Pragnesh Mistry authored
A little bit a reorganization, typo correction, menuitems uniformization between localizations, useless menuitems removal.
-
- Jun 26, 2017
-
-
David Arnold authored
Based on analysis https://gitlab.com/snippets/1665976 Closes #17815
-
- Jun 18, 2017
-
-
Odoo Translation Bot authored
-
- May 18, 2017
-
-
Nicolas Martinelli authored
Localizations depend on the module "base_vat". It is therefore impossible to remove base_vat without the localization. This causes issues for users who simply want to deactivate the VAT check. opw-743260
-
- Apr 06, 2017
-
-
Goffin Simon authored
The type of account Vorsteuer 2500 is Non-current Assets(like in l10n_be). In this way, the amount due will include the taxes Vorsteuer 10% and Vorsteuer 20% when computing the amount due with _compute_residual because the account is not receivable or payable. opw:725619
-
- Mar 12, 2017
-
-
Odoo Translation Bot authored
-