8 changed files with 46 additions and 26 deletions
@ -1,20 +1,45 @@ |
|||||
|
.. 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 |
||||
|
|
||||
POS Product Multi Barcode |
POS Product Multi Barcode |
||||
========================= |
========================= |
||||
Allows to create multiple barcode for a single product. |
Allows to create multiple barcode for a single product. |
||||
|
|
||||
Installation |
|
||||
============ |
|
||||
- www.odoo.com/documentation/16.0/setup/install.html |
|
||||
- Install our custom addon |
|
||||
|
|
||||
Configuration |
Configuration |
||||
============= |
============= |
||||
No additional configurations needed |
No configuration required |
||||
|
|
||||
|
Company |
||||
|
------- |
||||
|
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__ |
||||
|
|
||||
Credits |
Credits |
||||
======= |
------- |
||||
Developer: Risha C.T @ cybrosys, odoo@cybrosys.com |
Developer: Risha C.T @ cybrosys, odoo@cybrosys.com |
||||
Viswanth K V14 @ cybrosys, odoo@cybrosys.com |
Viswanth K V14 @ cybrosys, odoo@cybrosys.com |
||||
Viswanth K V15 @ cybrosys, odoo@cybrosys.com |
Viswanth K V15 @ cybrosys, odoo@cybrosys.com |
||||
Viswanth K V16 @ cybrosys, odoo@cybrosys.com |
Viswanth K v16 @ cybrosys, odoo@cybrosys.com |
||||
|
|
||||
|
Contacts |
||||
|
------- |
||||
|
* Mail Contact : odoo@cybrosys.com |
||||
|
* Website : https://cybrosys.com |
||||
|
|
||||
|
Bug Tracker |
||||
|
------- |
||||
|
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. |
||||
|
|
||||
|
Maintainer |
||||
|
========== |
||||
|
.. image:: https://cybrosys.com/images/logo.png |
||||
|
:target: https://cybrosys.com |
||||
|
|
||||
|
This module is maintained by Cybrosys Technologies. |
||||
|
|
||||
|
For support and more information, please visit `Our Website <https://cybrosys.com/>`__ |
||||
|
|
||||
|
Further information |
||||
|
=================== |
||||
|
HTML Description: `<static/description/index.html>`__ |
||||
|
|
||||
|
@ -1,9 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<odoo> |
|
||||
<template id="float_price" inherit_id="web.assets_backend" name="Float Price"> |
|
||||
<xpath expr="." position="inside"> |
|
||||
<script type="text/javascript" |
|
||||
src="/multi_barcodes_pos/static/src/js/pos_scan.js"/> |
|
||||
</xpath> |
|
||||
</template> |
|
||||
</odoo> |
|
Loading…
Reference in new issue