Skip to content

Commit

Permalink
Merge e211a64 into c6ab548
Browse files Browse the repository at this point in the history
  • Loading branch information
feketemihai committed Mar 8, 2016
2 parents c6ab548 + e211a64 commit f3539b7
Show file tree
Hide file tree
Showing 15 changed files with 974 additions and 0 deletions.
62 changes: 62 additions & 0 deletions l10n_ro_siruta/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3

Romania - SIRUTA
=================================

This module extends partners addresses with communes and zones,
according administrative-territorial units of Romania Registry.

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

To install this module, you need to:

* clone the branch 8.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 - SIRUTA" in your addons
* install the module

Usage
=====

On the partner form view on the address you will have extra fields for
city, commune and zone.

.. 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/8.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 smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/l10n-romania/issues/new?body=module:%20l10n_ro_siruta%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Credits
=======

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

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

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: http://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 http://odoo-community.org.
5 changes: 5 additions & 0 deletions l10n_ro_siruta/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
# © 2015 Forest and Biomass Services Romania
# See README.rst file on addons root folder for license details

from . import models
24 changes: 24 additions & 0 deletions l10n_ro_siruta/__openerp__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# -*- coding: utf-8 -*-
# © 2015 Forest and Biomass Services Romania
# See README.rst file on addons root folder for license details

{
'name': 'Romania - Siruta',
'summary': 'Romania - Siruta',
'version': '8.0.1.0.0',
'category': 'Localization',
'author': 'Forest and Biomass Services Romania, '
'Odoo Community Association (OCA)',
'website': 'https://www.forbiom.eu',
'license': 'AGPL-3',
'application': False,
'installable': True,
'depends': ['base', 'l10n_ro'],
'data': ['views/partner_view.xml',
'views/siruta_view.xml',
'security/ir.model.access.csv',
'data/res_partner.yml',
],
'images': ['static/description/customer.png',
'static/description/address.png']
}
5 changes: 5 additions & 0 deletions l10n_ro_siruta/data/res_partner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
# © 2015 Forest and Biomass Services Romania
# See README.rst file on addons root folder for license details

- !function {model: res.partner, name: _install_l10n_ro_siruta}
171 changes: 171 additions & 0 deletions l10n_ro_siruta/i18n/l10n_ro_siruta.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_ro_siruta
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-07 04:57+0000\n"
"PO-Revision-Date: 2015-12-07 04:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: l10n_ro_siruta
#: model:ir.actions.act_window,name:l10n_ro_siruta.action_city
#: model:ir.ui.menu,name:l10n_ro_siruta.menu_city
#: view:res.country.city:l10n_ro_siruta.view_city_search
#: view:res.country.city:l10n_ro_siruta.view_city_tree
#: field:res.country.state,city_ids:0
msgid "Cities"
msgstr ""

#. module: l10n_ro_siruta
#: field:res.country.state,commune_ids:0
msgid "Cities/Communes"
msgstr ""

#. module: l10n_ro_siruta
#: view:res.country.city:l10n_ro_siruta.view_city_form
#: view:res.partner:l10n_ro_siruta.partners_form_address
#: field:res.partner,city_id:0
msgid "City"
msgstr ""

#. module: l10n_ro_siruta
#: field:res.country.city,commune_id:0
#: view:res.partner:l10n_ro_siruta.partners_form_address
#: field:res.partner,commune_id:0
msgid "City/Commune"
msgstr ""

#. module: l10n_ro_siruta
#: view:res.country.commune:l10n_ro_siruta.view_commune_form
msgid "Commune"
msgstr ""

#. module: l10n_ro_siruta
#: model:ir.actions.act_window,name:l10n_ro_siruta.action_commune
#: model:ir.ui.menu,name:l10n_ro_siruta.menu_commune
#: view:res.country.commune:l10n_ro_siruta.view_commune_search
#: view:res.country.commune:l10n_ro_siruta.view_commune_tree
msgid "Communes"
msgstr ""

#. module: l10n_ro_siruta
#: field:res.country.city,country_id:0
#: field:res.country.commune,country_id:0
#: field:res.country.zone,country_id:0
msgid "Country"
msgstr ""

#. module: l10n_ro_siruta
#: model:ir.model,name:l10n_ro_siruta.model_res_country_city
msgid "Country Cities"
msgstr ""

#. module: l10n_ro_siruta
#: model:ir.model,name:l10n_ro_siruta.model_res_country_commune
msgid "Country Cities/Communes"
msgstr ""

#. module: l10n_ro_siruta
#: model:ir.model,name:l10n_ro_siruta.model_res_country_zone
msgid "Country Zones"
msgstr ""

#. module: l10n_ro_siruta
#: model:ir.model,name:l10n_ro_siruta.model_res_country_state
msgid "Country state"
msgstr ""

#. module: l10n_ro_siruta
#: field:res.country.city,create_uid:0
#: field:res.country.commune,create_uid:0
#: field:res.country.zone,create_uid:0
msgid "Created by"
msgstr ""

#. module: l10n_ro_siruta
#: field:res.country.city,create_date:0
#: field:res.country.commune,create_date:0
#: field:res.country.zone,create_date:0
msgid "Created on"
msgstr ""

#. module: l10n_ro_siruta
#: field:res.country.city,id:0
#: field:res.country.commune,id:0
#: field:res.country.zone,id:0
msgid "ID"
msgstr ""

#. module: l10n_ro_siruta
#: field:res.country.city,write_uid:0
#: field:res.country.commune,write_uid:0
#: field:res.country.zone,write_uid:0
msgid "Last Updated by"
msgstr ""

#. module: l10n_ro_siruta
#: field:res.country.city,write_date:0
#: field:res.country.commune,write_date:0
#: field:res.country.zone,write_date:0
msgid "Last Updated on"
msgstr ""

#. module: l10n_ro_siruta
#: field:res.country.city,name:0
#: field:res.country.commune,name:0
#: field:res.country.zone,name:0
msgid "Name"
msgstr ""

#. module: l10n_ro_siruta
#: model:ir.model,name:l10n_ro_siruta.model_res_partner
msgid "Partner"
msgstr ""

#. module: l10n_ro_siruta
#: field:res.country.city,siruta:0
#: field:res.country.commune,siruta:0
#: field:res.country.state,siruta:0
#: field:res.country.zone,siruta:0
msgid "Siruta"
msgstr ""

#. module: l10n_ro_siruta
#: field:res.country.city,state_id:0
#: field:res.country.commune,state_id:0
#: field:res.country.zone,state_ids:0
#: view:res.partner:l10n_ro_siruta.partners_form_address
msgid "State"
msgstr ""

#. module: l10n_ro_siruta
#: view:res.partner:l10n_ro_siruta.partners_form_address
msgid "ZIP"
msgstr ""

#. module: l10n_ro_siruta
#: field:res.country.city,zone_id:0
#: field:res.country.commune,zone_id:0
#: field:res.country.state,zone_id:0
#: view:res.country.zone:l10n_ro_siruta.view_zone_form
#: view:res.partner:l10n_ro_siruta.partners_form_address
#: field:res.partner,zone_id:0
msgid "Zone"
msgstr ""

#. module: l10n_ro_siruta
#: model:ir.actions.act_window,name:l10n_ro_siruta.action_zone
#: model:ir.ui.menu,name:l10n_ro_siruta.menu_zone
#: view:res.country.zone:l10n_ro_siruta.view_zone_search
#: view:res.country.zone:l10n_ro_siruta.view_zone_tree
msgid "Zones"
msgstr ""

Loading

0 comments on commit f3539b7

Please sign in to comment.