- Jul 05, 2022
-
-
Paolo (pgi) authored
Fixes to: https://github.com/odoo/odoo/pull/94406 backported from its fw-port: https://github.com/odoo/odoo/pull/95176 1) The test for reverse charge should only consider tags for its country (Italy) 2) The report template shouldn't change its structure, even if one field is not shown. 3) (enterprise) Mexican invoice template should target the note by name and not by t-if condition closes odoo/odoo#95244 Related: odoo/enterprise#29088 Signed-off-by:
Florian Gilbert (flg) <flg@odoo.com>
-
- Jul 04, 2022
-
-
Paolo (pgi) authored
From July 2022, External Reverse Charge (for Import/Export) has to be sent through the SdI to the Agenzia delle entrate. Exports will be 0% VAT (Reverse charged to the buyer) Imports will have a -100%/+100% VAT tax (We are the buyers, and in charge of VAT) See specification in the Task description. Task: https://www.odoo.com/web#id=2823646&model=project.task opw-2823646 closes odoo/odoo#94406 Related: odoo/enterprise#28798 Signed-off-by:
Florian Gilbert (flg) <flg@odoo.com>
-
- Sep 17, 2021
-
-
Nicolas (vin) authored
The Italian VAT report is needed to help Italian customers fill in their VAT report. Task id #2079462 closes odoo/odoo#76545 X-original-commit: 33ffea3c Related: odoo/enterprise#20884 Signed-off-by:
Florian Gilbert <FlorianGilbert@users.noreply.github.com> Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.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>
-
- 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 24, 2020
-
-
Hiral Bhavsar authored
Canada(l10n_ca): Apply fiscal positions automatically based on partner's state. EU nations: Apply fiscal positions automatically for national or EU/Non EU partners. closes odoo/odoo#48250 Task: 1952975 Closes: #32126 X-original-commit: 15e0026b 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>
-
- Nov 25, 2019
-
-
Adrien Horgnies authored
tax name suggest 10 but code 20, history tells 10 is right, fixed code two children taxes are now orphans, kill the orphans closes odoo/odoo#40825 X-original-commit: 28e74fafec4cec3179db330a1ededf4ef8677fbc Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com>
-
- Oct 31, 2019
-
-
Xavier-Do authored
closes odoo/odoo#39664 Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.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
-
- May 15, 2019
-
-
Ravi Gohil authored
Tax of 5% added opw-1915454 Closes #33401 Signed-off-by:
Cedric Snauwaert (csn) <csn@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>
-
- Apr 22, 2019
-
-
Hardik Prajapati authored
added 5% tax rate for sale and purchase which was missing was task# 1915454 closes odoo/odoo#33400 Signed-off-by:
Cedric Snauwaert (csn) <csn@openerp.com>
-
- Feb 14, 2019
-
-
Lucas Perais (lpe) authored
openerp-italia.org or odoo-italia.org are not valid websites changing it to odoo.com OPW 1940848 closes odoo/odoo#31110
-
- 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
-
- 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
-
- Nov 07, 2017
-
-
Yannick Tivisse authored
-
- Sep 26, 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
-
- Jul 12, 2017
-
-
Quentin De Paoli authored
[ADD] base_vat_autocomplete: module to fill partner's data from the VIES when encoding its VAT number
-
- 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
-
- Mar 12, 2017
-
-
Odoo Translation Bot authored
-
- Nov 20, 2016
-
-
Odoo Translation Bot authored
-
- Sep 07, 2016
-
-
Martin Trigaux authored
-
- Sep 05, 2016
-
-
Olivier Dony authored
-
- Jul 10, 2016
-
-
Odoo Translation Bot authored
-
- Jul 06, 2016
-
-
Rohan Patel authored
[MIG] l10n_ae : Migrated to new API. [MIG] l10n_ar : Migrated to new API. [MIG] l10n_at : Migrated to new API. [MIG] l10n_au : Migrated to new API. [MIG] l10n_be : Migrated to new API. [MIG] l10n_bo : Migrated to new API. [MIG] l10n_br : Migrated to new API. [MIG] l10n_ca : Migrated to new API. [MIG] l10n_ch : Migrated to new API. [MIG] l10n_cl : Migrated to new API. [MIG] l10n_cn : Migrated to new API. [MIG] l10n_co : Migrated to new API. [MIG] l10n_cr : Migrated to new API. [MIG] l10n_de : Migrated to new API. [MIG] l10n_de_skr03 : Migrated to new API. [MIG] l10n_de_skr04 : Migrated to new API. [MIG] l10n_cn_small_business : Migrated to new API. [MIG] l10n_cn_standard : Migrated to new API. [MIG] l10n_do : Migrated to new API. [MIG] l10n_ec : Migrated to new API. [MIG] l10n_es : Migrated to new API. [MIG] l10n_et : Migrated to new API. [MIG] l10n_fr : Migrated to new API. [MIG] l10n_generic_coa : Migrated to new API. [MIG] l10n_gr : Migrated to new API. [MIG] l10n_gt : Migrated to new API. [MIG] l10n_hn : Migrated to new API. [MIG] l10n_hr : Migrated to new API. [MIG] l10n_hu : Migrated to new API. [MIG] l10n_in : Migrated to new API. [MIG] l10n_it : Migrated to new API. [MIG] l10n_jp : Migrated to new API. [MIG] l10n_lu : Migrated to new API. [MIG] l10n_ma : Migrated to new API. [MIG] l10n_mx : Migrated to new API. [MIG] l10n_nl : Migrated to new API. [MIG] l10n_no : Migrated to new API. [MIG] l10n_nz : Migrated to new API. [MIG] l10n_pa : Migrated to new API. [MIG] l10n_pe : Migrated to new API. [MIG] l10n_pl : Migrated to new API. [MIG] l10n_ro : Migrated to new API. [MIG] l10n_sa : Migrated to new API. [MIG] l10n_sg : Migrated to new API. [MIG] l10n_si : Migrated to new API. [MIG] l10n_syscohada : Migrated to new API. [MIG] l10n_th : Migrated to new API. [MIG] l10n_tr : Migrated to new API. [MIG] l10n_uk : Migrated to new API. [MIG] l10n_us : Migrated to new API. [MIG] l10n_uy : Migrated to new API. [MIG] l10n_ve : Migrated to new API. [MIG] l10n_vn : Migrated to new API.
-
Rohan Patel authored
[MOV] l10n_ae : Re-organized directory structure. [MOV] l10n_ar : Re-organized directory structure. [MOV] l10n_at : Re-organized directory structure. [MOV] l10n_au : Re-organized directory structure. [MOV] l10n_be : Re-organized directory structure. [MOV] l10n_bo : Re-organized directory structure. [MOV] l10n_br : Re-organized directory structure. [MOV] l10n_ca : Re-organized directory structure. [MOV] l10n_ch : Re-organized directory structure. [MOV] l10n_cl : Re-organized directory structure. [MOV] l10n_cn : Re-organized directory structure. [MOV] l10n_co : Re-organized directory structure. [MOV] l10n_cr : Re-organized directory structure. [MOV] l10n_de : Re-organized directory structure. [MOV] l10n_de_skr03 : Re-organized directory structure. [MOV] l10n_de_skr04 : Re-organized directory structure. [MOV] l10n_cn_small_business : Re-organized directory structure. [MOV] l10n_cn_standard : Re-organized directory structure. [MOV] l10n_do : Re-organized directory structure. [MOV] l10n_ec : Re-organized directory structure. [MOV] l10n_es : Re-organized directory structure. [MOV] l10n_et : Re-organized directory structure. [MOV] l10n_fr : Re-organized directory structure. [MOV] l10n_generic_coa : Re-organized directory structure. [MOV] l10n_gr : Re-organized directory structure. [MOV] l10n_gt : Re-organized directory structure. [MOV] l10n_hn : Re-organized directory structure. [MOV] l10n_hr : Re-organized directory structure. [MOV] l10n_hu : Re-organized directory structure. [MOV] l10n_in : Re-organized directory structure. [MOV] l10n_it : Re-organized directory structure. [MOV] l10n_jp : Re-organized directory structure. [MOV] l10n_lu : Re-organized directory structure. [MOV] l10n_ma : Re-organized directory structure. [MOV] l10n_mx : Re-organized directory structure. [MOV] l10n_nl : Re-organized directory structure. [MOV] l10n_no : Re-organized directory structure. [MOV] l10n_nz : Re-organized directory structure. [MOV] l10n_pa : Re-organized directory structure. [MOV] l10n_pe : Re-organized directory structure. [MOV] l10n_pl : Re-organized directory structure. [MOV] l10n_ro : Re-organized directory structure. [MOV] l10n_sa : Re-organized directory structure. [MOV] l10n_sg : Re-organized directory structure. [MOV] l10n_si : Re-organized directory structure. [MOV] l10n_syscohada : Re-organized directory structure. [MOV] l10n_th : Re-organized directory structure. [MOV] l10n_tr : Re-organized directory structure. [MOV] l10n_uk : Re-organized directory structure. [MOV] l10n_us : Re-organized directory structure. [MOV] l10n_uy : Re-organized directory structure. [MOV] l10n_ve : Re-organized directory structure. [MOV] l10n_vn : Re-organized directory structure.
-
- Jun 30, 2016
-
-
Yannick Tivisse authored
To be displayed correctly on odoo app (In a given category and not only in all or hidden) the module category in the __openerp__.py file should be one of these: "Accounting", "Discuss", "Document Management", "eCommerce", "Human Resources", "Industries", "Localization", "Manufacturing", "Marketing", "Point of Sale", "Productivity", "Project", "Purchases", "Sales", "Warehouse", "Website", "Extra Tools", 'Accounting & Finance' will not work, as 'Project Management', ...
-
- Jun 19, 2016
-
-
Odoo Translation Bot authored
-
- Jun 01, 2016
-
-
Odoo Translation Bot authored
-
- May 29, 2016
-
-
Odoo Translation Bot authored
-
- Apr 24, 2016
-
-
Odoo Translation Bot authored
-
- Feb 26, 2016
-
-
Fabien Pinckaers authored
-
- Jan 17, 2016
-
-
Odoo Translation Bot authored
-
- Dec 13, 2015
-
-
Odoo Translation Bot authored
-