Skip to content

Commit

Permalink
Merge ee5207a into d5dec84
Browse files Browse the repository at this point in the history
  • Loading branch information
feketemihai committed Dec 12, 2017
2 parents d5dec84 + ee5207a commit 47db2ba
Show file tree
Hide file tree
Showing 20 changed files with 133,655 additions and 0 deletions.
80 changes: 80 additions & 0 deletions l10n_ro_config/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3

=============================
Romania - Localization Config
=============================

This module allows you to install and configure all the localization modules
related to Romania.

Some of the modules will load data at install.


Installation
============

To install this module, you need to:

* clone the branch 11.0 of the repository https://github.com/OCA/l10n-romania
* add the path to this repository in your configuration (addons-path)
* update the module list
* search for "Romania - Localization Config" in your addons
* install the module

If you have already set up the path of the repository before creating the
database, when installing the l10n_ro module from the Odoo base addons,
this module will automatically install.

At install it will change the main currency to RON and set the rate to 1.


Usage
=====

On the Settings / General Settings you will have a new menu called Romania,
from where you can install, config, load datas from different modules.

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/177/11.0

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-romania/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smash it by providing detailed and welcomed feedback.

Credits
=======

Images
------

* Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.

Contributors
------------

* Fekete Mihai <feketemihai@gmail.com>
* Dorin Hongu <dhongu@gmail.com>
* Adrian Vasile <adrian.vasile@gmail.com>

Do not contact contributors directly about support or help with technical issues.

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.
1 change: 1 addition & 0 deletions l10n_ro_config/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
17 changes: 17 additions & 0 deletions l10n_ro_config/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright (C) 2015 Forest and Biomass Romania
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
'name': 'Romania - Localization Config',
'summary': 'Romania - Localization Install and Config Apllications',
'version': '11.0.1.0.0',
'category': 'Localization',
'author': 'Forest and Biomass Romania, '
'Odoo Community Association (OCA)',
'website': 'https://www.forbiom.eu',
'license': 'AGPL-3',
'installable': True,
'depends': ['l10n_ro'],
'data': ['views/res_config_view.xml'],
'auto_install': True,
}
4,327 changes: 4,327 additions & 0 deletions l10n_ro_config/data/l10n_ro_hr/hr.job.csv

Large diffs are not rendered by default.

610 changes: 610 additions & 0 deletions l10n_ro_config/data/l10n_ro_hr/res.company.caen.csv

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
id,name,color_name,limit,is_sick_leave,indemn_code,emergency,percentage,employer_days,max_days,timesheet_generate
hr_holidays_status_cm_01,Boala obisnuita,violet,1,TRUE,1,FALSE,75,5,183,FALSE
hr_holidays_status_cm_02,Accident in timpul deplasarii la/de la locul de munca,violet,1,TRUE,2,FALSE,80,3,183,FALSE
hr_holidays_status_cm_02u,Accident in timpul deplasarii la/de la locul de munca [URG],violet,1,TRUE,2,TRUE,100,3,183,FALSE
hr_holidays_status_cm_03,Accident de munca,violet,1,TRUE,3,FALSE,80,3,183,FALSE
hr_holidays_status_cm_03u,Accident de munca [URG],violet,1,TRUE,3,TRUE,100,3,183,FALSE
hr_holidays_status_cm_04,Boala profesionala,violet,1,TRUE,4,FALSE,80,3,183,FALSE
hr_holidays_status_cm_04u,Boala profesionala [URG],violet,1,TRUE,4,TRUE,100,3,183,FALSE
hr_holidays_status_cm_05,Boala infectocontagioasa din grupa A,violet,1,TRUE,5,FALSE,100,5,183,FALSE
hr_holidays_status_cm_06,Urgenta medico-chirurgicala,violet,1,TRUE,6,FALSE,100,5,183,FALSE
hr_holidays_status_cm_07,Carantina,violet,1,TRUE,7,FALSE,75,5,183,FALSE
hr_holidays_status_cm_08,Sarcina și Lauzie,violet,1,TRUE,8,FALSE,85,0,126,FALSE
hr_holidays_status_cm_09,"Ingrijire copil bolnav in varsta de pana la 7 ani sau copil cu handicap pentru afectiuni intercurente, pana la implinirea varstei de 18 ani",violet,1,TRUE,9,FALSE,85,0,-1,FALSE
hr_holidays_status_cm_10,Reducerea cu 1/4 a duratei normale de lucru,violet,1,TRUE,10,FALSE,25,5,183,FALSE
hr_holidays_status_cm_11,Trecerea temporara in alta munca,violet,1,TRUE,11,FALSE,25,3,-1,FALSE
hr_holidays_status_cm_12,Tuberculoza,violet,1,TRUE,12,FALSE,100,5,-1,FALSE
hr_holidays_status_cm_13,Boala cardiovasculara,violet,1,TRUE,13,FALSE,75,5,-1,FALSE
hr_holidays_status_cm_14,"Neoplazii, SIDA",violet,1,TRUE,14,FALSE,100,5,183,FALSE
hr_holidays_status_cm_15,Risc maternal,violet,1,TRUE,15,FALSE,75,0,120,FALSE

0 comments on commit 47db2ba

Please sign in to comment.