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

[11.0][MIG] l10n it split payment: Migration to 11.0 #525

Closed
wants to merge 19 commits into from

Commits on Jul 6, 2018

  1. [IMP] 1st working mockup

    Davide Corio authored and jackjack82 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    5cc1b6a View commit details
    Browse the repository at this point in the history
  2. Removing sp_type as 1-entry would produce wrong invoice

    Removing superfluous method
    
    Refactoring action_move_create with reconciliation
    
    handling invoice cancel
    
    ADD README and copyright
    
    REF _compute_amount : clearer
    
    ADD tests
    
    FIX README, import, icon and manifest
    
    ADD _unreconcile_sp
    eLBati authored and jackjack82 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    c81f6ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71911fc View commit details
    Browse the repository at this point in the history
  4. Remove required constraint from configuration fields

    REF split_payment setting invoice total credit = amount to pay
    
    Remove old useless field
    eLBati authored and jackjack82 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    dbbe91e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc8163e View commit details
    Browse the repository at this point in the history
  6. [MIG] Make modules uninstallable

    pedrobaeza authored and jackjack82 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    43946ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3c305a View commit details
    Browse the repository at this point in the history
  8. [MIG] Rename manifest files

    pedrobaeza authored and jackjack82 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    b3c7064 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    08b5fdf View commit details
    Browse the repository at this point in the history
  10. remove statement about split payment journal, as it is not present an…

    …ymore
    
    FIX journal entry of refund
    eLBati authored and jackjack82 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    462b828 View commit details
    Browse the repository at this point in the history
  11. OCA Transbot updated translations from Transifex

    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    oca-transbot authored and jackjack82 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    e336771 View commit details
    Browse the repository at this point in the history
  12. Always give amount_sp a value

    otherwise you could get into errors like
    
      File "/srv/odoo-8-agilebg-test/agilebg/parts/odoo/addons/account/account_invoice.py", line 647, in button_reset_taxes
        account_invoice_tax.create(taxe)
      File "/srv/odoo-8-agilebg-test/agilebg/parts/odoo/openerp/api.py", line 266, in wrapper
        return new_api(self, *args, **kwargs)
      File "/srv/odoo-8-agilebg-test/agilebg/parts/odoo/openerp/models.py", line 4093, in create
        record = self.browse(self._create(old_vals))
      File "/srv/odoo-8-agilebg-test/agilebg/parts/odoo/openerp/api.py", line 266, in wrapper
        return new_api(self, *args, **kwargs)
      File "/srv/odoo-8-agilebg-test/agilebg/parts/odoo/openerp/api.py", line 508, in new_api
        result = method(self._model, cr, uid, *args, **old_kwargs)
      File "/srv/odoo-8-agilebg-test/agilebg/parts/odoo/openerp/models.py", line 4303, in _create
        recs.recompute()
      File "/srv/odoo-8-agilebg-test/agilebg/parts/odoo/openerp/api.py", line 266, in wrapper
        return new_api(self, *args, **kwargs)
      File "/srv/odoo-8-agilebg-test/agilebg/parts/odoo/openerp/models.py", line 5756, in recompute
        name: rec[name] for name in names
      File "/srv/odoo-8-agilebg-test/agilebg/parts/odoo/openerp/models.py", line 5756, in <dictcomp>
        name: rec[name] for name in names
      File "/srv/odoo-8-agilebg-test/agilebg/parts/odoo/openerp/models.py", line 5640, in __getitem__
        return self._fields[key].__get__(self, type(self))
      File "/srv/odoo-8-agilebg-test/agilebg/parts/odoo/openerp/fields.py", line 840, in __get__
        return record._cache[self]
      File "/srv/odoo-8-agilebg-test/agilebg/parts/odoo/openerp/models.py", line 6022, in __getitem__
        value = self._recs.env.cache[field][self._recs.id]
    KeyError: 663
    eLBati authored and jackjack82 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    8db0ef1 View commit details
    Browse the repository at this point in the history
  13. OCA Transbot updated translations from Transifex

    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    oca-transbot authored and jackjack82 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    fdb2dc0 View commit details
    Browse the repository at this point in the history
  14. Solve problem with tests of l10n_it_split_payment after add of accoun…

    …t_invoice_sequential_dates
    
    Refactoring for variables name to be more clear
    OpenCode authored and jackjack82 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    1e32bd6 View commit details
    Browse the repository at this point in the history
  15. OCA Transbot updated translations from Transifex

    OCA Transbot updated translations from Transifex
    oca-transbot authored and jackjack82 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    ffae08c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef11cc3 View commit details
    Browse the repository at this point in the history
  17. l10n_it_split_payment IMP README with new screenshots

    l10n_it_split_payment FIX tests porting to 10
    
    l10n_it_split_payment FIX translation and README
    eLBati authored and jackjack82 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    9bef381 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3278d3e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1f41484 View commit details
    Browse the repository at this point in the history