Skip to content

Commit

Permalink
[ADD] product_form_purchase_link: Added module.
Browse files Browse the repository at this point in the history
  • Loading branch information
mibab.heli authored and atularvind committed Mar 12, 2024
1 parent e02a365 commit 3fc2e6e
Show file tree
Hide file tree
Showing 10 changed files with 594 additions and 0 deletions.
3 changes: 3 additions & 0 deletions product_form_purchase_link/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# product_form_purchase_link

This is the README for product_form_purchase_link.
Empty file.
21 changes: 21 additions & 0 deletions product_form_purchase_link/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2019 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Product Form Purchase Link",
"summary": """
Add an option to display the purchases lines from product""",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"development_status": "Beta",
"maintainers": ["rousseldenis"],
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/purchase-workflow",
"depends": ["purchase"],
"data": [
"views/purchase_order_line.xml",
"views/product_template.xml",
"views/product_product.xml",
],
"installable": True,
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3fc2e6e

Please sign in to comment.