- Dec 21, 2022
-
-
Jinjiu Liu authored
This is a side fix to add a helper method in delivery. The main fix is here: https://github.com/odoo/enterprise/pull/34907 Also included the change when localization is IN, as when the ship_from country is IN, the commercial invoice information is mandatory. Reference is here: https://github.com/odoo/odoo/pull/82084 and https://github.com/odoo/odoo/pull/84159 opw-3031665 closes odoo/odoo#107753 Related: odoo/enterprise#34907 Signed-off-by:
Tiffany Chang <tic@odoo.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>
-
- Sep 25, 2019
-
-
Victor Feyens authored
closes odoo/odoo#35754 Signed-off-by:
Damien Bouvy (dbo) <dbo@odoo.com>
-
- Aug 01, 2019
-
-
Sapan Zaveri authored
mistakenly product demo file load as real data bug introduced by this commit #8226b6d5c4b23f28e9f050b81ecdc2d26b9b6e6b task-2046174 closes #34874 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
- Apr 19, 2019
-
-
Jinal Patel authored
- Add demo data in the field HSN/SAC Code and HSN Description into the products. Related Task : 1948171
-
- Aug 18, 2018
-
-
Fabien Pinckaers authored
-
- Aug 14, 2018
-
-
Jigar Vaghela authored
commit 9a65dda3 display the information base on move line instead of move. This report should have been updated. task: 1862307
-
- Oct 09, 2017
-
-
Pierre Masereel authored
The xpath references a span that doesn't exist anymore since https://github.com/odoo/odoo/commit/ddf2b21bdf38492ce075d4ae96bb9323c6ef59dd It has been introduce in https://github.com/odoo/odoo/commit/2b3c8e6ca9777f6264ecb3d1510dd292ed30ab9f
-
- Sep 18, 2017
-
-
Foram Katharotiya authored
aka 'Indian localization out of the box'. Details: GST introduced, module refactored. Update GST chart of account, tags and SGST, CGST & IGST taxes. Replace vat label with GSTIN in reports & views. Added HSN Code field and display it on invoice form view & report. Added pin number field in res_country_state. Show the total amount in words based on Indian numbering system on form view of customer/supplier invoice/refund. Arrange address format of India country. l10n_in_schedule6: Introduce new GST taxes, chart of accounts & account tags. l10n_in_sale, l10n_in_purchase, l10n_in_stock: added modules to add hsn code and replace vat with gstin in sale, purchase & stock reports Was task: 33241. Was PR #18952
-