mirror of
https://github.com/bringout/oca-edi.git
synced 2026-04-19 16:52:03 +02:00
Initial commit: OCA Edi packages (42 packages)
This commit is contained in:
commit
df976c03db
2184 changed files with 571602 additions and 0 deletions
18
odoo-bringout-oca-edi-pdf_helper/pdf_helper/__manifest__.py
Normal file
18
odoo-bringout-oca-edi-pdf_helper/pdf_helper/__manifest__.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Copyright 2022 Camptocamp SA
|
||||
# @author: Simone Orsi <simahawk@gmail.com>
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
|
||||
# TODO: move it to a simple python package under OCA umbrella?
|
||||
{
|
||||
"name": "PDF Helper",
|
||||
"version": "16.0.1.1.0",
|
||||
"category": "Tools",
|
||||
"license": "LGPL-3",
|
||||
"summary": "Provides helpers to work w/ PDFs",
|
||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||
"maintainers": ["simahawk", "alexis-via"],
|
||||
"website": "https://github.com/OCA/edi",
|
||||
"depends": [
|
||||
"base",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue