gn_odoo/gn_contract
2024-03-20 00:30:42 +01:00
..
2024-03-20 00:30:42 +01:00
2024-03-20 00:30:42 +01:00
2024-03-20 00:30:42 +01:00
2024-03-20 00:30:42 +01:00

GN Avenants

Module de gestion des avenants aux contrats

How to install

  1. Clone this repository in your odoo's extra-modules folder (i.e. /mnt/extra-addons)
  2. Refresh list of Applications in UI
  3. Search for 'gn_holidays' and click on Install

Changelog

  • v16.0.0.0.5 (2024/03/19):
    • Remove next_contract_id and related_contract_ids as it is a nightmare to recompute and avid possible infinite loop. We already have contract's history view per employee.
  • v16.0.0.0.4 (2024/03/13):
    • Create Action for Fixed-Term contract renewal
    • Readonly attribute for date_end field in contract
  • v16.0.0.0.3 (2024/03/12):
    • Liens entre contrats liés passés et futurs
    • model method and Cron job for contract status automation (!! NOT TESTED !!)
    • Add date_validity_start and date_validity_end to keep date_start and date_end from contract and keep track of child contracts (avenants) date ranges.
    • Add link to previous and next contract
  • v16.0.0.0.2 (2024/03/10):
    • Bouton de création d'un avenant
    • Vues des contrats précédents
  • v16.0.0.0.1 (2024/03/02):
    • Création du module

Issues

  • Needs a View for Previous contract (cf issue #9)
  • Needs an Action to Create a New Contract linked with a Previous one (cf issue #10)
  • Creating a New Contract (Avenant) should lead to changements to parent_contract
  • associated_contracts should be in the past, and also in the future, so recomputed automatically
  • Manage contract's status automatically
  • [] No CDI should have a date_end
  • [] ensure date_validity_start and date_validity_end are inside date_start and date_end
  • [] failing logic for contracts concurential dates and states