gn_cc v0.2

This commit is contained in:
Florian du Garage Num 2024-03-01 21:51:28 +01:00
parent ec627b776f
commit 085819695f
6 changed files with 32 additions and 7 deletions

View File

@ -8,7 +8,7 @@ Addons for Odoo 16.
| Name | Version | Description |
|-------------------------|--------------|----------------------------------------------------------|
| gn_l10n_fr_pcg_asso | 16.0.0.0.3 | French chart of account and fiscal position for NGO's |
| gn_cc | 16.0.0.0.1 | Configuration for French convention collective, with data for IDCC3442 |
| gn_cc | 16.0.0.0.2 | Configuration for French convention collective, with data for IDCC3442 |
## ToDo

24
gn_cc/README.md Normal file
View File

@ -0,0 +1,24 @@
# GN CC
Module de gestion des conventions collectives par Le Garage Numérique.
## 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_cc' and click on **Install**
## Changelog
- v16.0.0.0.2 (2024/03/01):
- Add 'l10n_fr_oca' as dependency
- Add Readme
- v16.0.0.0.1 (2024/02/29):
- Creation of module
# Feature requests
- [] Add Convention Collective for "Organisme de Formation"
- [] Add Convention Collective for "Centres Sociaux"
- [] Add Convention Collective for "Prévention Spécialisée"

View File

@ -1,19 +1,20 @@
{
"name": "France - Conventions Collective",
"version": "16.0.0.0.1",
"version": "16.0.0.0.2",
"category": "France",
"summary": "Configuration des accords de branche français: Conventions Collectives",
"summary": "Configuration des accords de branche pour le France: Conventions Collectives",
"author": "Le Garage Numérique",
"maintainers": ["makayabou"],
"website": "https://odoo.legaragenumerique.fr",
"depends": [
"hr",
"hr_contract",
"l10n_fr_oca",
],
"data": [
"views/gn_payroll_company.xml",
"views/gn_cc.xml",
"data/gn_cc.xml",
"views/gn_cc_company.xml",
"views/gn_cc_cc.xml",
"data/gn_cc_cc.xml",
"security/ir.model.access.csv"
],
"license": "LGPL-3",

View File

@ -4,7 +4,7 @@
<field name="name">res.company.form.gnpayroll.fr</field>
<field name="model">res.company</field>
<field name="priority" eval="30"/>
<field name="inherit_id" ref="account.view_company_form"/>
<field name="inherit_id" ref="base.view_company_form"/>
<field name="arch" type="xml">
<data>
<xpath expr="//field[@name='company_registry']" position="after">