Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions base_fontawesome/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
.. image:: https://img.shields.io/badge/licence-lgpl--3-blue.svg
:target: http://www.gnu.org/licenses/LGPL-3.0-standalone.html
:alt: License: LGPL-3

================
Base Fontawesome
================

Provide up to date `Fontawesome <http://fontawesome.io/>`_ resources.

Current version: 4.7.0 (the version of this module matches it).

Installation and usage
======================

Install it as any other Odoo module. You'll get the standard Odoo Fontawesome assets
replaced with the updated version of this module.

Then in your theme styles (or any other CSS file) you can benefit from latest FA features.


Roadmap
=======

As of today Odoo v11 (master) is already shipping the latest version of FA.
In case they keep it up to date we can skip the migration of this module to v11.
Otherwise we can keep it and upgrade it to have always the most recent version.


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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/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.

Credits
=======

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

- Simone Orsi simone.orsi@camptocamp.com


Maintainer
----------


.. 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.
Empty file added base_fontawesome/__init__.py
Empty file.
17 changes: 17 additions & 0 deletions base_fontawesome/__openerp__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Simone Orsi
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

{
'name': 'Base Fontawesome',
'summary': """Up to date Fontawesome resources.""",
'version': '9.0.4.7.0',
'license': 'LGPL-3',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'depends': [
'web',
],
'data': [
'templates/assets.xml',
],
}
Binary file added base_fontawesome/static/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