Skip to content
Snippets Groups Projects

[REL] 14.0.2.0.0

Merged Daniil Digtyar Vasilieva requested to merge release/14.0.1.1.14 into 14.0
  1. Sep 20, 2023
  2. Sep 19, 2023
  3. Sep 18, 2023
  4. Sep 15, 2023
  5. Sep 14, 2023
  6. Sep 12, 2023
  7. Sep 07, 2023
  8. Sep 06, 2023
    • Emanuel Buzey's avatar
      Merge branch 'feature/IMP_selfconsumption_reports' of... · 6c94964b
      Emanuel Buzey authored
      Merge branch 'feature/IMP_selfconsumption_reports' of git.coopdevs.org:coopdevs/comunitats-energetiques/odoo-ce into feature/IMP_selfconsumption_reports
      6c94964b
    • Emanuel Buzey's avatar
      [ADD] selfconsumption: Implement automatic field population in report · bf29a738
      Emanuel Buzey authored
      I am adding a new feature to the 'selfconsumption' module that automates the population of the following fields in the report:
      
      Page 1:
      - CAE [in the project tab]
      
      Page 2:
      - SIGNATURE DATE [today's date]
      
      Page 3-4-...:
      - NAME AND SURNAME OF HOLDERS (PSA from the "in process" or "active" table)
      - HOLDERS' ID (PSA from the "in process" or "active" table)
      - CUPS (PSA from the "in process" or "active" table)
      
      This feature enhances efficiency when generating reports by automatically filling in these fields. It also simplifies the report generation process for users.
      bf29a738
  9. Sep 04, 2023
  10. Sep 01, 2023
    • ebuzey's avatar
      [IMP] Fix missing 'inscription' condition in view · 034ae2c8
      ebuzey authored
      Rectified the unintended removal of the 'inscription' condition in the view.
      034ae2c8
    • ebuzey's avatar
      [ADD] ReportWizard Model, View and Controller · cfcaae23
      ebuzey authored
      1. Introduce the ReportWizard model: A transient model, "ReportWizard", has been implemented in
         report_wizard.py. This template represents the wizard popup window and contains
         the content of the report, the name of the file.
      
      2. The wizard view in report_wizard_view.xml: Shows the report content and file name,
         with a button that, when clicked, triggers the "download_report" method
         on the magician model.
      
      3.controllers.py - when the user clicks "Download report"
         of the wizard, go to the URL /self-consumption_energy/report_download.
         This URL is handled by the controller, which takes the helper registration ID from the URL,
         retrieves the report content from the log and responds with content you request
         the browser to download the report as a file.
      
      [MIG] ReportWizard model, wizard view, controller
      cfcaae23
    • Daniil Digtyar Vasilieva's avatar
      Merge branch 'dev' into 'feature/unsubscribe-project-partner' · a082ec36
      Daniil Digtyar Vasilieva authored
      # Conflicts:
      #   energy_selfconsumption/models/distribution_table.py
      a082ec36
  11. Aug 31, 2023
  12. Aug 30, 2023
  13. Aug 28, 2023
Loading