Skip to content
Snippets Groups Projects
  1. May 02, 2022
  2. Oct 18, 2021
  3. Nov 16, 2020
  4. Aug 07, 2020
    • william's avatar
      [IMP] l10n_*: update the module categories · eaa7f93c
      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: default avatarCedric Snauwaert (csn) <csn@openerp.com>
      eaa7f93c
  5. Jun 11, 2020
    • Denis Ledoux's avatar
      [FIX] l10n_*: no chart template should be set to noupdate · 0f966196
      Denis Ledoux authored
      
      In a general manner,
      the chart templates should not be set to noupdate,
      that way, if a new company starts in an existing database,
      it starts with an up-to-date chart of accounts.
      
      For instance,
      if the chart of template is not updated from
      12.0 to 13.0, the `default_pos_receivable_account_id`
      is not added in the chart template,
      and when a new company is created,
      the default pos receivable account is not set on the company.
      Besides, the field `res.company``account_default_pos_receivable_account_id`
      is not displayed on any form view,
      whether or not the full accounting is installed,
      so we must especially pay attention this default account is well set
      from start, as the user as no opportunity to correct this by himself.
      
      In addition,
      in upgrade scripts,
      the default pos receivable account on the chart template
      is used to correctly set the pos receivable account on the company
      and on the pos payment methods,
      so it must be well set for the upgrade script to do its job correctly.
      
      Technically, it means, without this revision, the fields:
      - `account.chart.template``default_pos_receivable_account_id`,
      - `res.company``account_default_pos_receivable_account_id`,
      - `pos.payment.method``receivable_account_id`
      were not filled properly on upgrade,
      causing critical issues in the accounting entries on pos session closing.
      
      Related to #52786
      Related to odoo/upgrade@ccfd2371ef89ae67dc9bd68bb0d02f2a440551a2
      
      closes odoo/odoo#52870
      
      X-original-commit: 3258ba015ff75b7c176d83a44261d24ebfcc26de
      Signed-off-by: default avatarDenis Ledoux (dle) <dle@odoo.com>
      0f966196
  6. May 01, 2020
  7. Mar 31, 2020
    • william's avatar
      [IMP] l10n_*: add demo company · d2851b20
      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: default avatarJosse Colpaert <jco@openerp.com>
      d2851b20
  8. Mar 05, 2020
  9. Oct 23, 2019
  10. Oct 22, 2019
    • Andrius Laukavičius's avatar
      [ADD] l10n_lt: Lithuania's COA · b795b927
      Andrius Laukavičius authored
      
      Chart of Accounts (COA) Template for Lithuania's Accounting (VAS-15).
      
      Data is multi language (English and Lithuania).
      
      This module also includes:
      
      * List of available banks in Lithuania.
      * Tax groups (to map different tax amounts).
      * Most common Lithuanian Taxes.
      * Fiscal positions for different countries/groups.
      * Account Tags used for reporting purposes.
      
      closes odoo/odoo#39187
      
      X-original-commit: 888245f1a4307bd626cb5f55a3dff09898254790
      Signed-off-by: default avatarJosse Colpaert <jco@openerp.com>
      b795b927
Loading