- 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>
-
- Mar 04, 2021
-
-
Jigar Vaghela authored
when sale order is created from website sale then onchange is not called so value is empty So here we use computed readonly False, store True for l10n_in_gst_treatment and l10n_in_journal_id in sale.order
-
- 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 27, 2019
-
-
Jigar Vaghela authored
======= Purpose ======= government rule that "GST registration should be obtained by a taxable person under GST in each of the State or Union Territory, from where the taxable supply of goods or services is made" So we managed this using journal User create journal and partner for other states After user can select journal in Sale order, Purchase order and warehouse ======== Solution ======== -Add a field on the journal to define the GSTIN -Add sale and purchase journal field in warehouse -On the SO/PO, add the journal field and based on the warehouse journal it set automatically fill if warehouse journal is set. task 1917619
-