Skip to content

Commit

Permalink
Merge PR #1055 into 18.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Oct 24, 2024
2 parents f1d0c58 + 4defa4f commit 3e64c94
Show file tree
Hide file tree
Showing 21 changed files with 915 additions and 0 deletions.
97 changes: 97 additions & 0 deletions base_edi/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
========
Base EDI
========

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:66b7af4980bd463592d636d4b027c653b0a6dd35ec0a3c1d759854e15d84656a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github
:target: https://github.com/OCA/edi/tree/18.0/base_edi
:alt: OCA/edi
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/edi-18-0/edi-18-0-base_edi
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/edi&target_branch=18.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

Base EDI module to aggregate EDI features.

Currently it provides:

1. home menu item
2. general security group
3. module category

**Table of contents**

.. contents::
:local:

Known issues / Roadmap
======================

- implement new generic features around this
- integrate existing modules with this

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/edi/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/edi/issues/new?body=module:%20base_edi%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
-------

* ACSONE

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

- Simone Orsi <simahawk@gmail.com>
- John Herholz <j.longneck@gmail.com>

Maintainers
-----------

This module is maintained by the OCA.

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

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.

.. |maintainer-simahawk| image:: https://github.com/simahawk.png?size=40px
:target: https://github.com/simahawk
:alt: simahawk

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-simahawk|

This module is part of the `OCA/edi <https://github.com/OCA/edi/tree/18.0/base_edi>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file added base_edi/__init__.py
Empty file.
20 changes: 20 additions & 0 deletions base_edi/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2020 ACSONE
# @author: Simone Orsi <simahawk@gmail.com>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

{
"name": "Base EDI",
"summary": """Base module to aggregate EDI features.""",
"version": "18.0.1.0.0",
"development_status": "Beta",
"website": "https://github.com/OCA/edi",
"license": "LGPL-3",
"author": "ACSONE,Odoo Community Association (OCA)",
"maintainers": ["simahawk"],
"depends": ["base"],
"data": [
"data/module_category.xml",
"security/edi_groups.xml",
"views/edi_menu.xml",
],
}
7 changes: 7 additions & 0 deletions base_edi/data/module_category.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record model="ir.module.category" id="module_category_edi">
<field name="name">EDI</field>
<field name="sequence">50</field>
</record>
</odoo>
25 changes: 25 additions & 0 deletions base_edi/i18n/base_edi.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_edi
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \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: base_edi
#: model:ir.module.category,name:base_edi.module_category_edi
#: model:ir.ui.menu,name:base_edi.menu_edi_root
msgid "EDI"
msgstr ""

#. module: base_edi
#: model:res.groups,name:base_edi.group_edi_manager
msgid "EDI Manager"
msgstr ""
28 changes: 28 additions & 0 deletions base_edi/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_edi
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-08-07 11:09+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: base_edi
#: model:ir.module.category,name:base_edi.module_category_edi
#: model:ir.ui.menu,name:base_edi.menu_edi_root
msgid "EDI"
msgstr "EDI"

#. module: base_edi
#: model:res.groups,name:base_edi.group_edi_manager
msgid "EDI Manager"
msgstr "Administrador de EDI"
26 changes: 26 additions & 0 deletions base_edi/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_edi
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"

#. module: base_edi
#: model:ir.module.category,name:base_edi.module_category_edi
#: model:ir.ui.menu,name:base_edi.menu_edi_root
msgid "EDI"
msgstr ""

#. module: base_edi
#: model:res.groups,name:base_edi.group_edi_manager
msgid "EDI Manager"
msgstr ""
29 changes: 29 additions & 0 deletions base_edi/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_edi
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-06-02 12:09+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: none\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.17\n"

#. module: base_edi
#: model:ir.module.category,name:base_edi.module_category_edi
#: model:ir.ui.menu,name:base_edi.menu_edi_root
msgid "EDI"
msgstr "EDI"

#. module: base_edi
#: model:res.groups,name:base_edi.group_edi_manager
msgid "EDI Manager"
msgstr "EDI upravljanje"
28 changes: 28 additions & 0 deletions base_edi/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_edi
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-02-04 16:36+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: base_edi
#: model:ir.module.category,name:base_edi.module_category_edi
#: model:ir.ui.menu,name:base_edi.menu_edi_root
msgid "EDI"
msgstr "EDI"

#. module: base_edi
#: model:res.groups,name:base_edi.group_edi_manager
msgid "EDI Manager"
msgstr "Gestore EDI"
28 changes: 28 additions & 0 deletions base_edi/i18n/nl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_edi
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-12-13 02:36+0000\n"
"Last-Translator: Bosd <c5e2fd43-d292-4c90-9d1f-74ff3436329a@anonaddy.me>\n"
"Language-Team: none\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"

#. module: base_edi
#: model:ir.module.category,name:base_edi.module_category_edi
#: model:ir.ui.menu,name:base_edi.menu_edi_root
msgid "EDI"
msgstr "EDI"

#. module: base_edi
#: model:res.groups,name:base_edi.group_edi_manager
msgid "EDI Manager"
msgstr "EDI Manager"
3 changes: 3 additions & 0 deletions base_edi/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
2 changes: 2 additions & 0 deletions base_edi/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Simone Orsi \<<simahawk@gmail.com>\>
- John Herholz \<<j.longneck@gmail.com>\>
7 changes: 7 additions & 0 deletions base_edi/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Base EDI module to aggregate EDI features.

Currently it provides:

1. home menu item
2. general security group
3. module category
2 changes: 2 additions & 0 deletions base_edi/readme/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- implement new generic features around this
- integrate existing modules with this
11 changes: 11 additions & 0 deletions base_edi/security/edi_groups.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="group_edi_manager" model="res.groups">
<field name="name">EDI Manager</field>
<field name="category_id" ref="module_category_edi" />
<field
name="users"
eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"
/>
</record>
</odoo>
Binary file added base_edi/static/description/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3e64c94

Please sign in to comment.