Skip to content

Commit

Permalink
[REL] migration website_sale_account_invoice_commission to 11.0 (#54)
Browse files Browse the repository at this point in the history
* [FIX] Update manifest & readme
* [FIX] rename the view file according guidelines
  • Loading branch information
nicomacr authored and jjscarafia committed Aug 7, 2018
1 parent a1dc690 commit 65307cb
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
46 changes: 24 additions & 22 deletions website_sale_account_invoice_commission/README.rst
@@ -1,46 +1,51 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
.. |company| replace:: ADHOC SA

.. |company_logo| image:: https://raw.githubusercontent.com/ingadhoc/maintainer-tools/master/resources/adhoc-logo.png
:alt: ADHOC SA
:target: https://www.adhoc.com.ar

.. |icon| image:: https://raw.githubusercontent.com/ingadhoc/maintainer-tools/master/resources/adhoc-icon.png

.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3

==========================================
Commission Invoices with Public Categories
==========================================

Extend commission rules to be set with public categories
Extend commission rules to be set with public categories.

Installation
============

To install this module, you need to:

#. Just install this module.

#. Only need to install the module

Configuration
=============

To configure this module, you need to:

#. No configuration nedeed.

#. Nothing to configure

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.adhoc.com.ar/
Usage
=====

.. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
.. branch is "8.0" for example
To use this module, you need to:

Known issues / Roadmap
======================
#. Just Use the module.

* ...
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: http://runbot.adhoc.com.ar/

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

Bugs are tracked on `GitHub Issues
<https://github.com/ingadhoc/stock/issues>`_. In case of trouble, please
<https://github.com/ingadhoc/account-invoicing/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.

Expand All @@ -50,19 +55,16 @@ Credits
Images
------

* ADHOC SA: `Icon <http://fotos.subefotos.com/83fed853c1e15a8023b86b2b22d6145bo.png>`_.
* |company| |icon|

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


Maintainer
----------

.. image:: http://fotos.subefotos.com/83fed853c1e15a8023b86b2b22d6145bo.png
:alt: Odoo Community Association
:target: https://www.adhoc.com.ar
|company_logo|

This module is maintained by the ADHOC SA.
This module is maintained by the |company|.

To contribute to this module, please visit https://www.adhoc.com.ar.
Empty file modified website_sale_account_invoice_commission/__init__.py 100755 → 100644
Empty file.
10 changes: 4 additions & 6 deletions website_sale_account_invoice_commission/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Commission Invoices with Public Categories',
'version': '9.0.1.0.0',
'version': '11.0.1.0.0',
'category': 'Accounting',
'sequence': 14,
'summary': '',
Expand All @@ -33,13 +33,11 @@
'website_sale',
],
'data': [
'views/account_commission_rule_view.xml',
'views/account_commission_rule_views.xml',
],
'demo': [
],
'test': [
],
'installable': False,
'auto_install': False,
'installable': True,
'auto_install': True,
'application': False,
}
Empty file modified website_sale_account_invoice_commission/models/__init__.py 100755 → 100644
Empty file.

0 comments on commit 65307cb

Please sign in to comment.