Skip to content
Snippets Groups Projects
  1. Jul 05, 2022
  2. Jun 21, 2022
  3. Jan 25, 2022
    • Richard deMeester's avatar
      [IMP] l10n_au: tax report headings · 4e3c4fd6
      Richard deMeester authored
      
      - Remove "subtotal" amounts from headings.
      - Pull GST only and G20 in under purchasing header.
      - Remove tag from comparison heading, as it should have no links to audit.
      - Add summary section, to make G9 and G20 transfer to 1A / 1B as per ATO
      suggested formatting, and to make those figures easier to find on the
      report.
      
      closes odoo/odoo#83267
      
      X-original-commit: f3224a2b
      Signed-off-by: default avatarWilliam André (wan) <wan@odoo.com>
      4e3c4fd6
  4. Oct 26, 2021
  5. Jul 26, 2021
    • Xavier-Do's avatar
      [FIX] *: add explicit license to all manifest · 4f683968
      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: default avatarXavier Dollé (xdo) <xdo@odoo.com>
      4f683968
  6. 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
  7. Jun 15, 2020
    • william's avatar
      [IMP] l10n_au: add Australian reports menuitem · 38f03c4c
      william authored
      
      Done in commuity so that other modules can inherit from it, but only
      used in enterprise's l10n_au_reports for now.
      
      closes odoo/odoo#49581
      
      Related: odoo/enterprise#9907
      Signed-off-by: default avatarJosse Colpaert <jco@openerp.com>
      38f03c4c
    • william's avatar
      [IMP] l10n_au: taxes and fiscal positions for TPAR · 236600fd
      william authored
      Add new taxes and fiscal positions managing the new taxes.
      The taxes set on the services are replaced by the taxes setting the
      right tags on the move lines in case of suppliers that should appear in
      the TPAR.
      In case the ABN was not quoted, a special tax with a negative line
      computes the tax withheld should be used.
      236600fd
  8. Apr 06, 2020
  9. 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
  10. Mar 05, 2020
  11. Nov 29, 2019
    • oco-odoo's avatar
      [IMP] account: support multiple tax reports per country · ef0488ef
      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: default avataroco-odoo <oco-odoo@users.noreply.github.com>
      ef0488ef
  12. Aug 14, 2019
    • Josse Colpaert's avatar
      [IMP] account, l10n_xx: change CoA loading methods · f8d4bf44
      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: default avatarQuentin De Paoli (qdp) <qdp@openerp.com>
      f8d4bf44
  13. Aug 09, 2019
    • Joseph Caburnay's avatar
      [IMP] l10n_*: add new receivable account for pos · 536560bb
      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
      536560bb
  14. Aug 03, 2019
  15. May 10, 2019
    • Olivier Colson's avatar
      [IMP] account, l10n_*: v13 taxes · 3936d655
      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: default avatarQuentin De Paoli (qdp) <qdp@openerp.com>
      3936d655
  16. Sep 18, 2018
  17. May 23, 2018
  18. Nov 07, 2017
  19. Aug 28, 2017
  20. Sep 07, 2016
  21. Sep 05, 2016
  22. Aug 03, 2016
    • Richard deMeester's avatar
      [FIX] l10n_au, l10n_nz: account definitions · e401a0bb
      Richard deMeester authored
      Change default definitions of funds clearing accounts to be assets
      instead of liquidity.  Without this fix, reconciling to these
      accounts during bank reconciliation is not generating the correct
      journal, but is treating the process as a matching step (which it
      is not).
      
      For existing data, the accounts will need to be manually changed
      from liquidity to current assets.
      
      Closes #12996
      e401a0bb
  23. Jul 06, 2016
    • Rohan Patel's avatar
      [REM] l10n_* : Removed unused files · 4f3f77b9
      Rohan Patel authored
      [REM] l10n_at : Removed unused file.
      
      [REM] l10n_au : Removed unused file.
      
      [REM] l10n_be : Removed unused file.
      
      [REM] l10n_co : Removed unused file.
      
      [REM] l10n_es : Removed unused file.
      
      [REM] l10n_gr : Removed unused code.
      4f3f77b9
    • Rohan Patel's avatar
      [MIG] l10n_* : Migrated to new API · ad7ca14d
      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.
      ad7ca14d
    • Rohan Patel's avatar
      [MOV] l10n_* : Re-organized directory structure · 18012675
      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.
      18012675
  24. Jun 30, 2016
    • Yannick Tivisse's avatar
      [IMP] Classified each module in its category to display them correctly on odoo/apps · 692d41c6
      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', ...
      692d41c6
  25. Jun 01, 2016
  26. Feb 26, 2016
  27. Feb 15, 2016
  28. Oct 08, 2015
Loading