Skip to content

Commit

Permalink
Merge PR #1016 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Aug 6, 2024
2 parents d55c336 + f6649bf commit 6df5bee
Show file tree
Hide file tree
Showing 31 changed files with 2,838 additions and 0 deletions.
93 changes: 93 additions & 0 deletions edi_voxel_oca/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
=====
Voxel
=====

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:e630ee4dfa257b27f977ff0dbb9e843ff9e6e403cd6914ea293366dec54c1460
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github
:target: https://github.com/OCA/edi/tree/17.0/edi_voxel_oca
:alt: OCA/edi
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/edi-17-0/edi-17-0-edi_voxel_oca
: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=17.0
:alt: Try me on Runboat

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

This is a base module that allows you to send and receive documents such
as Invoices, Sales Orders, Delivery Orders in XML format using the baVel
electronic platform belonging to Voxel Group.

Voxel Group is a company that offers leading solutions for B2B payments,
eInvoicing, VAT refund and supply chain via its baVel Platform. For more
information visit https://www.voxelgroup.net/.

This module doesn't do anything useful by itself, but it is used by
other modules:

- *edi_voxel_account_invoice* to send invoices to Voxel.
- *edi_voxel_stock_picking* to send delivery orders to Voxel.
- *edi_voxel_sale_order_import* to import a sale order received from
Voxel.

**Table of contents**

.. contents::
:local:

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:%20edi_voxel_oca%0Aversion:%2017.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
-------

* Tecnativa

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

- `Tecnativa <https://www.tecnativa.com>`__:

- Ernesto Tejeda
- Pedro M. Baeza

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.

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

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions edi_voxel_oca/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
34 changes: 34 additions & 0 deletions edi_voxel_oca/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 2019 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Voxel",
"summary": "Base module for connecting with Voxel",
"version": "17.0.1.0.0",
"development_status": "Production/Stable",
"category": "Hidden",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/edi",
"license": "AGPL-3",
"depends": [
"account",
"product",
"report_xml",
"base_iso3166",
"queue_job",
"product_supplierinfo_for_customer",
],
"data": [
"security/voxel_security.xml",
"security/ir.model.access.csv",
"data/data_voxel_uom.xml",
"data/queue_job_channel_data.xml",
"views/res_company_view.xml",
"views/account_tax_views.xml",
"views/product_uom_views.xml",
"views/res_config_settings_views.xml",
"views/res_partner_views.xml",
"views/template_voxel_report.xml",
"views/voxel_login_views.xml",
],
"installable": True,
}
23 changes: 23 additions & 0 deletions edi_voxel_oca/data/data_voxel_uom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2019 Tecnativa - Ernesto tejeda
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo noupdate="1">
<record id="uom.product_uom_unit" model="uom.uom">
<field name="voxel_code">Unidades</field>
</record>
<record id="uom.product_uom_kgm" model="uom.uom">
<field name="voxel_code">Kgs</field>
</record>
<record id="uom.product_uom_hour" model="uom.uom">
<field name="voxel_code">Horas</field>
</record>
<record id="uom.product_uom_meter" model="uom.uom">
<field name="voxel_code">Metros</field>
</record>
<record id="uom.product_uom_litre" model="uom.uom">
<field name="voxel_code">Lts</field>
</record>
<record id="uom.product_uom_lb" model="uom.uom">
<field name="voxel_code">Lbs</field>
</record>
</odoo>
17 changes: 17 additions & 0 deletions edi_voxel_oca/data/queue_job_channel_data.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2023 Tecnativa - Ernesto tejeda
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo noupdate="1">
<record id="channel_voxel_export" model="queue.job.channel">
<field name="name">voxel_export</field>
<field name="parent_id" ref="queue_job.channel_root" />
</record>
<record id="channel_voxel_import" model="queue.job.channel">
<field name="name">voxel_import</field>
<field name="parent_id" ref="queue_job.channel_root" />
</record>
<record id="channel_voxel_status" model="queue.job.channel">
<field name="name">voxel_status</field>
<field name="parent_id" ref="queue_job.channel_root" />
</record>
</odoo>
Loading

0 comments on commit 6df5bee

Please sign in to comment.