Skip to content

Commit

Permalink
[ADD] lighting_export_bmecat
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankC013 committed Feb 21, 2025
1 parent be82e29 commit f80e4d1
Show file tree
Hide file tree
Showing 24 changed files with 4,072 additions and 0 deletions.
62 changes: 62 additions & 0 deletions lighting_export_bmecat/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
======================
Lighting Export BMEcat
======================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:3c4da51cf6c645b6074d760f70a7b95c24bf6a15a9ae55d8162730670e9a1987
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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-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-NuoBiT%2Flighting--vertical-lightgray.png?logo=github
:target: https://github.com/NuoBiT/lighting-vertical/tree/16.0/lighting_export_bmecat
:alt: NuoBiT/lighting-vertical

|badge1| |badge2| |badge3|

This module adds the function generate_generic_name for display names models

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/NuoBiT/lighting-vertical/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/NuoBiT/lighting-vertical/issues/new?body=module:%20lighting_export_bmecat%0Aversion:%2016.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
~~~~~~~

* NuoBiT Solutions SL

Contributors
~~~~~~~~~~~~

* `NuoBiT <https://www.nuobit.com>`__:

* Frank Cespedes <fcespedes@nuobit.com>

Maintainers
~~~~~~~~~~~

This module is part of the `NuoBiT/lighting-vertical <https://github.com/NuoBiT/lighting-vertical/tree/16.0/lighting_export_bmecat>`_ project on GitHub.

You are welcome to contribute.
2 changes: 2 additions & 0 deletions lighting_export_bmecat/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import models
from . import wizard
23 changes: 23 additions & 0 deletions lighting_export_bmecat/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright NuoBiT Solutions - Frank Cespedes <fcespedes@nuobit.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "Lighting Export BMEcat",
"version": "16.0.1.0.0",
"author": "NuoBiT Solutions SL",
"license": "AGPL-3",
"category": "Lighting",
"website": "https://github.com/NuoBiT/lighting-vertical",
"depends": ["lighting", "report_xml"],
"data": [
"security/ir.model.access.csv",
"security/lighting_bmecat_rule.xml",
"views/lighting_export_bmecat_views.xml",
"views/lighting_bmecat_views.xml",
"wizard/lighting_bmecat_wizard_views.xml",
"views/product_catalog_views.xml",
"views/report_bmecat.xml",
],
"external_dependencies": {
"python": ["pycountry"],
},
}
Loading

0 comments on commit f80e4d1

Please sign in to comment.