Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0] [MIG] account_fiscal_year_closing #248

Open
wants to merge 27 commits into
base: 16.0
Choose a base branch
from

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    e76a8b2 View commit details
    Browse the repository at this point in the history
  2. [FIX+IMP] account_fiscal_year_closing

    * Included template mechanism
    * Remove unused files
    * Fix behaviors
    * Some refactoring
    * Complete features
    pedrobaeza authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ad1d442 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    599824e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16e6169 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40d2c8b View commit details
    Browse the repository at this point in the history
  6. Translated using Weblate (Italian)

    Currently translated at 66.6% (76 of 114 strings)
    
    Translation: account-closing-12.0/account-closing-12.0-account_fiscal_year_closing
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-12-0/account-closing-12-0-account_fiscal_year_closing/it/
    eLBati authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a097a95 View commit details
    Browse the repository at this point in the history
  7. IMP account_fiscal_year_closing adding multi company rule for account…

    ….fiscalyear.closing.template
    eLBati authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    485c3d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e759e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4feda34 View commit details
    Browse the repository at this point in the history
  10. [MIG] account_fiscal_year_closing: Migration to 14.0

    Fixed warnings:
    Field account.fiscalyear.closing.closing_template_id: unknown parameter 'oldname', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
    Field account.move.fyc_id: unknown parameter 'delete', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
    The model account.fiscalyear.closing.config has no _description
    The model account.fiscalyear.closing.mapping has no _description
    The model account.fiscalyear.closing.type has no _description
    The model account.fiscalyear.closing.template has no _description
    The model account.fiscalyear.closing.config.template has no _description
    The model account.fiscalyear.closing.mapping.template has no _description
    The model account.fiscalyear.closing.type.template has no _description
    The model account.fiscalyear.closing.unbalanced.move has no access rules
    The model account.fiscalyear.closing.unbalanced.move.line has no access rules
    odoo.addons.base.models.ir_ui_view: Search tag requires at least one field element
    The method '_company_default_get' on res.company is deprecated and shouldn't be used anymore
    DeprecationWarning: RedirectWarning method 'post()' is a deprecated alias to 'action_post()' or _post()
    SimoRubi authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    adec5a5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0d1440 View commit details
    Browse the repository at this point in the history
  12. [IMP] account_fiscal_year_closing: Add date field to unbalanced move …

    …line.
    
    Otherwise the following might happen:
      File "/path/to/odoo/addons/account_fiscal_year_closing/models/account_fiscalyear_closing.py", line 328, in button_calculate
        res = self.calculate()
      File "/path/to/odoo/addons/account_fiscal_year_closing/models/account_fiscalyear_closing.py", line 315, in calculate
        return self._show_unbalanced_move_wizard(data)
      File "/path/to/odoo/addons/account_fiscal_year_closing/models/account_fiscalyear_closing.py", line 295, in _show_unbalanced_move_wizard
        wizard = self.env["account.fiscalyear.closing.unbalanced.move"].create(data)
    [...]
    ValueError: Invalid field 'date' on model 'account.fiscalyear.closing.unbalanced.move.line'
    SimoRubi authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2b1f5ce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a950c2b View commit details
    Browse the repository at this point in the history
  14. Translated using Weblate (Italian)

    Currently translated at 92.1% (105 of 114 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_fiscal_year_closing
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_fiscal_year_closing/it/
    francesco-ooops authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a40784e View commit details
    Browse the repository at this point in the history
  15. Translated using Weblate (Italian)

    Currently translated at 92.1% (105 of 114 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_fiscal_year_closing
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_fiscal_year_closing/it/
    alessandrocamilli authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6cc276c View commit details
    Browse the repository at this point in the history
  16. Translated using Weblate (Italian)

    Currently translated at 92.9% (106 of 114 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_fiscal_year_closing
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_fiscal_year_closing/it/
    primes2h authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6ff1325 View commit details
    Browse the repository at this point in the history
  17. Translated using Weblate (Italian)

    Currently translated at 100.0% (114 of 114 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_fiscal_year_closing
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_fiscal_year_closing/it/
    francesco-ooops authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    553742f View commit details
    Browse the repository at this point in the history
  18. Translated using Weblate (Italian)

    Currently translated at 100.0% (114 of 114 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_fiscal_year_closing
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_fiscal_year_closing/it/
    alessandrocamilli authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    280d70b View commit details
    Browse the repository at this point in the history
  19. Translated using Weblate (Italian)

    Currently translated at 100.0% (114 of 114 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_fiscal_year_closing
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_fiscal_year_closing/it/
    francesco-ooops authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6da10c5 View commit details
    Browse the repository at this point in the history
  20. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 95.6% (109 of 114 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_fiscal_year_closing
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_fiscal_year_closing/pt_BR/
    douglascstd authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a395101 View commit details
    Browse the repository at this point in the history
  21. [14.0][FIX] - account_fiscal_year_closing - closing procedure compute…

    …s canceled entries in closing
    michelerusti authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6d8ff60 View commit details
    Browse the repository at this point in the history
  22. Translated using Weblate (Italian)

    Currently translated at 100.0% (114 of 114 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_fiscal_year_closing
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_fiscal_year_closing/it/
    mymage authored and Borruso committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    396783e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    649ab1f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    0b50922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec095fa View commit details
    Browse the repository at this point in the history
  3. [FIX] account_fiscal_year_closing: create/write

    When creating from scratch, Mapping is used as an Array instead of simple id (due to many in another many).
    When coming from a template, id is used
    To take into account this particularity, check the type before taking the id of the array.
    Borruso committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0e5cd59 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. [IMP] account_fiscal_year_closing: Optional chart template

    Otherwise, when the accounting data is created manually it's not possible to create closing templates
    SirAionTech authored and Borruso committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a3c19a5 View commit details
    Browse the repository at this point in the history