Skip to content

Commit

Permalink
[MIG] connector_woocommerce: Migration to 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cubells committed Feb 3, 2021
1 parent 78a12fe commit 9c780a3
Show file tree
Hide file tree
Showing 92 changed files with 1,771 additions and 4,711 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,9 @@ python:
- "3.5"

env:
<<<<<<< HEAD
- VERSION="12.0" LINT_CHECK="1"
- VERSION="12.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" INCLUDE="connector_woocommerce"
- VERSION="12.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" INCLUDE="connector_woocommerce"
=======
- VERSION="11.0" LINT_CHECK="1"
- VERSION="11.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" INCLUDE="connector_woocommerce"
- VERSION="11.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" INCLUDE="connector_woocommerce"
>>>>>>> 2b50fc4... [MIG] Add metafiles



Expand Down
19 changes: 0 additions & 19 deletions connector_woocommerce/LICENSE/LICENSE

This file was deleted.

84 changes: 57 additions & 27 deletions connector_woocommerce/README.rst
Original file line number Diff line number Diff line change
@@ -1,62 +1,92 @@
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3

=====================
WooCommerce Connector
=====================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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-OCA%2Fconnector--woocommerce-lightgray.png?logo=github
:target: https://github.com/OCA/connector-woocommerce/tree/12.0/connector_woocommerce
:alt: OCA/connector-woocommerce
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/connector-woocommerce-12-0/connector-woocommerce-12-0-connector_woocommerce
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/207/12.0
:alt: Try me on Runbot

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

Connector between WooCommerce and Odoo

**Table of contents**

.. contents::
:local:

Usage
=====

#. Go to ...

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/207/11.0


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

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/connector-woocommerce/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing detailed and welcomed feedback.
Bugs are tracked on `GitHub Issues <https://github.com/OCA/connector-woocommerce/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 <https://github.com/OCA/connector-woocommerce/issues/new?body=module:%20connector_woocommerce%0Aversion:%2012.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
=======

Images
------
Authors
~~~~~~~

* Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.
* Tech Receptives
* FactorLibre

Contributors
------------
~~~~~~~~~~~~

* Tech-Receptives Solutions <https://techreceptives.com/>
* Serpent Consulting Services Pvt. Ltd.<http://www.serpentcs.com/>
* Tech-Receptives Solutions Pvt. Ltd.
* Hugo Santos <hugo.santos@factorlibre.com>

Maintainer
----------
* `Obertix <https://www.obertix.net>`_:

* Cubells <vicent@vcubells.net>

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

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://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 https://odoo-community.org.
.. |maintainer-cubells| image:: https://github.com/cubells.png?size=40px
:target: https://github.com/cubells
:alt: cubells

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

|maintainer-cubells|

This module is part of the `OCA/connector-woocommerce <https://github.com/OCA/connector-woocommerce/tree/12.0/connector_woocommerce>`_ project on GitHub.

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 2 additions & 1 deletion connector_woocommerce/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright 2009 Tech-Receptives Solutions Pvt. Ltd.
# Copyright 2018 FactorLibre
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import components
from . import models
from . import wizard
55 changes: 22 additions & 33 deletions connector_woocommerce/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,39 +1,28 @@
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
# © 2018 Serpent Consulting Services Pvt. Ltd.
# Copyright 2009 Tech-Receptives Solutions Pvt. Ltd.
# Copyright 2018 FactorLibre
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# See LICENSE file for full copyright and licensing details.

{
'name': 'WooCommerce Connector',
'version': '11.0.1.0.1',
'category': 'Ecommerce',
'author': """Tech Receptives,
Serpent Consulting Services Pvt. Ltd.,
Odoo Community Association (OCA)""",
'contributors': """Tech Receptives,
Serpent Consulting Services Pvt. Ltd.""",
'license': 'AGPL-3',
'maintainer': 'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/connector-woocommerce',
'summary': """Imports the Product's Categories, Products, Customers and
Sale orders from WooCommerce, Meanwhile Exports from Odoo
To WooCommerce.""",
'depends': ['sale_stock', 'connector', 'connector_ecommerce'],
'installable': True,
'auto_install': False,
'data': [
"name": "WooCommerce Connector",
"version": "12.0.1.0.0",
"category": "Connector",
"author": "Tech Receptives,"
"FactorLibre,"
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/connector-woocommerce/",
"maintainers": ["cubells"],
"depends": [
"connector",
"product_multi_category",
"sale_stock",
],
"installable": True,
"data": [
"security/ir.model.access.csv",
"views/backend_view.xml",
"views/product_view.xml",
"views/res_partner_views.xml",
"views/sale_views.xml",
"wizard/woo_export_view.xml",
"wizard/woo_validation_view.xml",
"wizard/backend_instance.xml",
"views/backend_views.xml",
],
'external_dependencies': {
'python': ['woocommerce'],
"external_dependencies": {
"python": ["woocommerce"],
},
'application': True,
"sequence": 3,
"application": True,
}
3 changes: 0 additions & 3 deletions connector_woocommerce/components/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import core
from . import backend_adapter
from . import binder
from . import importer
from . import exporter
from . import mapper
Loading

0 comments on commit 9c780a3

Please sign in to comment.