10 changed files with 101 additions and 44 deletions
@ -0,0 +1,40 @@ |
|||
Create Products From POS |
|||
================================= |
|||
This module helps you create products directly from POS. |
|||
|
|||
Configuration |
|||
============= |
|||
* No additional configurations needed |
|||
|
|||
Company |
|||
------- |
|||
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__ |
|||
|
|||
Credits |
|||
------- |
|||
* Developers: Cybrosys Techno Solutions 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>`__ |
|||
|
|||
|
@ -0,0 +1,6 @@ |
|||
## Module <pos_product_creation> |
|||
|
|||
#### 13.04.2023 |
|||
#### Version 16.0.1.0.1 |
|||
#### UPDATE |
|||
Updated the product image field. |
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 217 KiB |
@ -1,9 +0,0 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<odoo> |
|||
<template id="assets" inherit_id="point_of_sale.assets"> |
|||
<xpath expr="." position="inside"> |
|||
<script type="text/javascript" src="/pos_product_creation/static/src/js/product_create_popup.js"></script> |
|||
<script type="text/javascript" src="/pos_product_creation/static/src/js/product_create_button.js"></script> |
|||
</xpath> |
|||
</template> |
|||
</odoo> |
Loading…
Reference in new issue