Browse Source

July 18: [FIX] Bug Fixed 'order_line_note'

pull/254/merge
RisvanaCybro 9 months ago
parent
commit
f223f7a894
  1. 2
      order_line_note/README.rst
  2. 7
      order_line_note/__manifest__.py
  3. 2
      order_line_note/static/description/index.html

2
order_line_note/README.rst

@ -3,7 +3,7 @@
:alt: License: LGPL-3
Order Line Notes
================
==================
* The Order Line Notes module is used to add notes to sale and purchase order lines, which can also be viewed in the sales and purchase order reports.
Installation

7
order_line_note/__manifest__.py

@ -25,8 +25,9 @@
'category': 'Sales,Purchases,Productivity',
'summary': """This module is used to add note for product.""",
'description': """The Order Line Notes module is used to add notes to
sale and purchase order lines, which can be viewed in the sales and purchase
order reports and also view in Transfers & Invoices.""",
sale and purchase order lines, which can be viewed in
the sales and purchase order reports and also view in
Transfers & Invoices.""",
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',
@ -41,7 +42,7 @@
'views/sale_order_views.xml',
'views/stock_picking_views.xml'
],
'images': ['static/description/banner.jpg'],
'images': ['static/description/banner.png'],
'License': 'LGPL-3',
'installable': True,
'auto_install': False,

2
order_line_note/static/description/index.html

@ -2,7 +2,7 @@
<!-- TITLE BAR -->
<div class="d-flex align-items-center justify-content-between"
style="border-bottom: 1px solid #875A7B; padding: 15px; display: flex; justify-content: space-between; align-items: center;">
<img src="assets/misc/cybrosys-logo.png" width="42" height="42" style="width: 42px; height: 42px;"/>
<img src="assets/misc/cybrosys-logo.png" width="42" height="42" style="width: 42px; height: 42px;"5/>
<div>
<div
style="color: #7C7BAD; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: bold; background-color: white; display: inline-block; padding: 3px 10px; border-radius: 50px;"

Loading…
Cancel
Save