Browse Source

May 20: [FIX] Bug Fixed 'substitute_product_in_mrp'

pull/320/head
RisvanaCybro 11 months ago
parent
commit
d4ecd68bdc
  1. 13
      substitute_product_in_mrp/__manifest__.py
  2. 2
      substitute_product_in_mrp/doc/RELEASE_NOTES.md
  3. 16
      substitute_product_in_mrp/static/description/index.html

13
substitute_product_in_mrp/__manifest__.py

@ -22,11 +22,13 @@
{
'name': "MRP Substitutes Products",
'version': '16.0.1.0.0',
'summary': """ We can substitute the product in manufacturing module while
unavailable the component.In odoo 16 """,
'description': """We can substitute the product in manufacturing module
while unavailable the component.Already chosen substitute product will
assign there automatically.""",
'summary': """
We can substitute the product in manufacturing module while unavailable
the component.In odoo 16 """,
'description': """
We can substitute the product in manufacturing module while unavailable
the component.Already chosen substitute product will assign there
automatically.""",
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'website': 'https://www.cybrosys.com',
@ -43,4 +45,3 @@
'application': False,
'auto_install': True
}

2
substitute_product_in_mrp/doc/RELEASE_NOTES.md

@ -4,4 +4,4 @@
#### Version 16.0.1.0.0
#### ADD
- Initial Commit For MRP Substitutes Products
-Initial Commit For MRP Substitutes Products

16
substitute_product_in_mrp/static/description/index.html

@ -109,22 +109,22 @@
<div class="row" style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 200%;">
<div class="col-sm-12 col-md-6">
<div class="d-flex align-items-center" style="margin-top: 30px; margin-bottom: 30px">
<img src="assets/misc/check-box.png" class="mr-2" />
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">User can see all details about project and task through graphs.</span>
<img src="assets/misc/check-box.png" class="mr-2"/>
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Only part of the missing product amounts should be replaced with other readily available equivalents. </span>
</div>
<div class="d-flex align-items-center" style="margin-top: 30px; margin-bottom: 30px">
<img src="assets/misc/check-box.png" class="mr-2" />
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">User can see all details about timesheet through graphs.</span>
<img src="assets/misc/check-box.png" class="mr-2"/>
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Produce just after sufficient quantities are at hand.</span>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="d-flex align-items-center" style="margin-top: 30px; margin-bottom: 30px">
<img src="assets/misc/check-box.png" class="mr-2" />
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">User can see all projects with stages.</span>
<img src="assets/misc/check-box.png" class="mr-2"/>
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Doesn't impede the progress of orders that have already been created.They will run in the same manner as before.</span>
</div>
<img src="assets/misc/check-box.png" class="mr-2" />
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">User can use filter based on the employee, project and dates.</span>
<img src="assets/misc/check-box.png" class="mr-2"/>
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Substitute only the missing product with another available product.</span>
</div>
</div>
<!-- END OF FEATURES SECTION -->

Loading…
Cancel
Save