Skip to content

Commit

Permalink
sale from store
Browse files Browse the repository at this point in the history
  • Loading branch information
dhongu committed Oct 2, 2024
1 parent 3a8686a commit 644518e
Show file tree
Hide file tree
Showing 11 changed files with 1,129 additions and 0 deletions.
63 changes: 63 additions & 0 deletions l10n_ro_edi_ubl_sale_store/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
=============================
Deltatech Sale from Store UBL
=============================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:3d2ecc323744ec424599daed516d383eff82d66ec60b373c09b19f48ff005d48
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
:target: https://odoo-community.org/page/development-status
:alt: Mature
.. |badge2| image:: https://img.shields.io/badge/licence-OPL--1-blue.png
:target: https://www.odoo.com/documentation/master/legal/licenses.html
:alt: License: OPL-1
.. |badge3| image:: https://img.shields.io/badge/github-terrabit--ro%2Fbitshop-lightgray.png?logo=github
:target: https://github.com/terrabit-ro/bitshop/tree/15.0/deltatech_sale_store_ubl
:alt: terrabit-ro/bitshop

|badge1| |badge2| |badge3|

Features:
- seteaza tipul de efactura ca fiind 751

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `Terrabit Issues <https://www.terrabit.ro/helpdesk>`_.
In case of trouble, please check there if your issue has already been reported.

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

Credits
=======

Authors
~~~~~~~

* Terrabit
* Dorin Hongu

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

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

Current maintainer:

|maintainer-dhongu|

This module is part of the `terrabit-ro/bitshop <https://github.com/terrabit-ro/bitshop/tree/15.0/deltatech_sale_store_ubl>`_ project on GitHub.

You are welcome to contribute.
6 changes: 6 additions & 0 deletions l10n_ro_edi_ubl_sale_store/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# © 2024 Deltatech
# Dorin Hongu <dhongu(@)gmail(.)com
# See README.rst file on addons root folder for license details


from . import models
24 changes: 24 additions & 0 deletions l10n_ro_edi_ubl_sale_store/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# © 2024 Deltatech
# Dorin Hongu <dhongu(@)gmail(.)com
# See README.rst file on addons root folder for license details

{
"name": "Deltatech Sale from Store UBL",
"version": "15.0.1.0.0",
"author": "Terrabit, Dorin Hongu",
"website": "https://www.terrabit.ro",
"summary": "Sale from store",
"category": "Generic Modules",
"depends": [
"deltatech_sale_store",
"l10n_ro_account_edi_ubl",
],
"license": "OPL-1",
"price": 25.00,
"currency": "EUR",
"data": [],
"images": ["static/description/main_screenshot.png"],
"development_status": "Mature",
"maintainers": ["dhongu"],
"extra_buy": True,
}
Binary file added l10n_ro_edi_ubl_sale_store/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 644518e

Please sign in to comment.